zeeguu / web

Frontend for the zeeguu web application.
https://www.zeeguu.org
3 stars 5 forks source link

FindWordInContext: Selecting the correct word results in incorrect exercise #277

Closed tfnribeiro closed 6 months ago

tfnribeiro commented 6 months ago

When doing a FindWordInContext if the user selects the word instead of typing it, it's considered as "Show Solution" rather than incorrect.

Instead, we should check if there has been 2 attempts before (TT) and if so, mark it as show solution, otherwise as correct.