Project

General

Profile

Bug #3761

Updated by Ram Kordale 30 days ago

When user clicks on thumbs down, pop up a modal that can be dismissed. The modal should contain the following: 

 Phase 1: A text box where a user can enter their comments or just dismiss. This should be added as a field 'user-comment' to styled questions kind. User comments should be appended with #$% as delimiter. 

 Phase 2: Provide the following options that user can just click 
 1. Clues gave answer too fast 
 2. Did not understand the question solution 
 2. 3. Did not understand solution the question 
 3. 4. Answer is wrong 
 4. Clues gave answer too fast 
 5. 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. The text should be added to user-comments as before. User comments should be appended with #$% as delimiter in both fields.

Back