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
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
After using a forbidden expression in student mode, one gets the message "Ulovlig tegn har blitt brukt i svar", as expected. However, if one then presses the new assignment button ("Ny oppgave"), the program halts. One has to press the "go back button" in order to stop this.
The text was updated successfully, but these errors were encountered:
oppgavegenerator / oppgavegen / views / game_views.py
line 165 adds the posted chapter id to the Dictionary. This line however is never called even if Ajax if cheat or requirement tests fails. My Guess is that this information is cruical for geting a propper new task.
Suggested attempt of fix - test for Ajax earlier and add the Chapter id in that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After using a forbidden expression in student mode, one gets the message "Ulovlig tegn har blitt brukt i svar", as expected. However, if one then presses the new assignment button ("Ny oppgave"), the program halts. One has to press the "go back button" in order to stop this.
The text was updated successfully, but these errors were encountered: