-
Notifications
You must be signed in to change notification settings - Fork 13
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
Question preview submit does not work in moodle 4 #57
Comments
Substituting moodle-qtype_geogebra/amd/src/ggbq.js Line 139 in d6a19fe
with document.getElementById('responseform').addEventListener('submit', this.getBase64andCheck); the submitting works. Apparently there is some jquery magic going on interrupting the submitting itself. Also tested in student's view: Seems to work here, too. Can you confirm @mputzi? |
Sorry, I have bad news: |
Just tried all possible ways again, cannot trigger a 403 in my dev environment (current EDIT: Also just updated to current core |
When previewing a question of qtype_geogebra in moodle 4 (tested on 4.0.1+, 2022041901.02) with an authoring role a click on button "Check"or on "Submit and finish" has no effect: No reload is being triggered. There is no warning or error on the console.
In a quiz activity the questions are evaluated correctly.
The text was updated successfully, but these errors were encountered: