kite1988/wordnews_chrome_extension

Allow users to give feedback to translation/annotation

Closed this issue · 1 comments

In the learning mode, we will allow learners to give feedback to system's translation and annotations. Below is a simple illustration.

feedback

The API "vote" is the one used to collect user's feedback when user clicks "yes" or "no" button. In addition, the clicking of "no" button also triggers the UI to show the next translation/annotation.

The API has updated: one field "is_explicit" (1/0) is used to differentiate the explicit voting (clicking yes/no button) from implicit voting (clicking the translation in the drop down list).