Skip to content

Removes additional learning break after 4th failure

Sven Oos requested to merge 673-Verify-quiz-session-status into master

Closes #673 (closed)

What does this MR do?

Removes a 14-days pause condition for quiz status. There is no documentation or hint for the user about an additional 14-days break after the fourth failure.

One might even receive a status DISQUALIFIED if trying too soon again.

Extended the determined quiz status from int to array including the remaining days to wait for the next try.

How confident are you it won't break things if deployed?

very confident.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports