llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Avoid two click to validate MCQ answers in evaluation mode #139

Closed llaske closed 1 year ago

llaske commented 1 year ago

In evaluation mode two clicks should be done to go to the next answer. The first click is to submit the answer, the second click is to go to next question.

5C6N2BHWQW

It make sense in "normal" mode because the first click display the right answer and the second go to the next question. Because the right answer is not displayed in evaluation mode, it has no sense to click twice to go to the next question.

disha1202 commented 1 year ago

Hi @llaske, I am not able to run the activity in evaluation mode.

Nothing happens when I click on evaluate button.

screen-recorder-wed-feb-22-2023-17-21-53.webm

llaske commented 1 year ago

@disha1202, when you click on the Evaluation button in the toolbar, it generate a copy of the activity in Evaluation mode. See https://twitter.com/SugarizerApp/status/1600959112828706816?s=20

disha1202 commented 1 year ago

@disha1202, when you click on the Evaluation button in the toolbar, it generate a copy of the activity in Evaluation mode. See https://twitter.com/SugarizerApp/status/1600959112828706816?s=20

Ohh okay, thanks for sharing!