Project

General

Profile

Bug #3761

Updated by Ram Kordale 20 days ago

When user clicks on thumbs down, pop up a modal that can be dismissed. The modal should contain the following options that user can just click 
 1. Did not understand the question 
 2. Did not understand solution 
 3. Answer is wrong 
 4. Clues gave answer too fast 
 5. Easier than expected 
 6. Harder than expected 
 7. Question repeated 
 8. Other 

 When user chooses 'Other', provide a text box that user can optionally use to write more about the issue. User can also just dismiss it.  

 The number should be added to a new field user-comment-type in 'styled questions' kind. The text should be added to a new field user-comments. User comments should be appended with #$% as delimiter in both fields. 

 When the modal shows up, there is a good chance that the user would want to look at the question, clues, answer etc before answering. So, add a 'View question'    button below the choices. On clicking it, show the question, cq, ds, answer etc.

Back