Commit d8e457a0 authored by Jakob Moser's avatar Jakob Moser
Browse files

Allow retrying exercises

Closes #38
parent b2bff9c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -58,7 +58,8 @@ function startExercise(exercise) {
                }

            } else {
                alert("Das war nicht richtig :( Klicke auf „Aufgabe neu beginnen“ und probiere es noch einmal.")
                exercise.retry()
                alert("Das war nicht richtig :( Probiere es noch einmal.")
            }
        }
    )