-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#138: is_same_response
#139
Conversation
Was wäre dazu dein Vorschlag? |
|
Mir fällt auch diese sehr unschöne Stelle auf: https://github.com/moodle/moodle/blob/main/question/engine/questionattempt.php#L1276-L1286 Feld-Namen dürfen effektiv nicht |
Available from PHP 8. The future is now.
7f98258
to
640a7bb
Compare
Für das Namen-Problem habe ich ein Issue erstellt: #142 |
Hier wird auch ersichtlich, dass wir die Input-Namen der Frage entweder einschränken oder manglen müssen, um Präfixe wie
_
und-
zu verhindern. Bin ich aber noch nicht angegangen.Closes: #138