You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Student I want to be able to see on demand translations for individual words in the sentence, so that I could parse apart the meaning of the sentence and compose new sentences from the words I know.
Acceptance criteria
Confirm that:
words in the displayed sentence are clickable if a translation exists for them (they may also be clickable due to the whole sentence having the translation, see story Show sentence translation #4);
when clicked, a translation of the word is shown, possibly together with the translation of the whole sentence in the same pop-up;
the translation uses lemmas, e.g. if the word is hicieron, the lemma is hacer and this is what we translate;
As a Student I want to be able to see on demand translations for individual words in the sentence, so that I could parse apart the meaning of the sentence and compose new sentences from the words I know.
Acceptance criteria
Confirm that:
See also