diff --git a/web/quiz.js b/web/quiz.js index 23e5c05..318c021 100644 --- a/web/quiz.js +++ b/web/quiz.js @@ -547,6 +547,11 @@ window.onload = async function() { state.submitTime = quiz.submitTime state.id = urlId + // Workaround for quizzes that were saved before the fix + // Where the stored value is null instead of Infinity + if (state.style == 'FSCzech') + state.submitTries = Infinity + changeView('prescreen') }