digitalfabrik / lunes-app

The front end for the Lunes vocabulary trainer. Back end: https://github.com/digitalfabrik/lunes-cms
https://lunes.app
Apache License 2.0
24 stars 5 forks source link

LUN-484: Button 'Später versuchen' missing on last word in level 1 lesson #912

Closed jira-to-github-migrator[bot] closed 1 year ago

jira-to-github-migrator[bot] commented 1 year ago

Martin Lehmann - 13.3.2023, 13:22:43

Expected Results: 

All words in level 1 exercise contain 'SPÄTER VERSUCHEN'

Actual Results:

Button 'SPÄTER VERSUCHEN' is missing on last word in level 1 lesson

Steps to Reproduce:

Environment: - Linked issues:

jira-to-github-migrator[bot] commented 1 year ago

f1sh1918 - 22.3.2023, 17:55:49

Hi <~martin.lehmann>, this is not a bug. You just can not skip the word if its the last one. The "später versuchen" function means that this word gonna be put to the end of the word queue. So you gonna have to answer it later in the same session

Stefanie Metzger - 27.3.2023, 09:05:12

@martin.lehmann That kind of makes sense, as "try later" moves the word to the end of the list, which does nothing when there is only one word left. Do you think we should add the button but disable it for this case? 

Stefanie Metzger - 31.5.2023, 14:06:10

It should be checked, not if a word is the last word, but if the current stack of words has size = 1

Martin Lehmann - 19.6.2023, 13:45:04

works as designed