Bug #3761
Updated by Ram Kordale 29 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. 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. The text should be added to user-comments as before. User comments should be appended with #$% as delimiter in both fields.