Skip to content
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

Analysis response page not working in Moodle 4.5 #1342

Open
EJMFarrow opened this issue Dec 19, 2024 · 2 comments
Open

Analysis response page not working in Moodle 4.5 #1342

EJMFarrow opened this issue Dec 19, 2024 · 2 comments

Comments

@EJMFarrow
Copy link
Collaborator

jQuery has been deprecated so the quiz selection button no longer works. Simple to fix but, in the meantime, a workaround is to:

  • Right click the button.
  • Select 'Inspect' from the menu.
  • In the console, double-click $('[data-id='qa-loading']').removeAttribute('hidden');window.location.href=this.value;
  • Edit the HTML to remove - $('[data-id='qa-loading']').removeAttribute('hidden');
  • The button should then work but you will have to do this every time the page reloads.
@EJMFarrow
Copy link
Collaborator Author

This is now fixed in dev. #1344

@anst-i
Copy link
Collaborator

anst-i commented Feb 5, 2025

We just updated to Moodle 4.5 and STACK 4.8.3 and now have this regression. Unfortunately it is very annoying, and the workaround only works for the more tech-savvy people. Is it possible to have a minor STACK release where this is fixed?

@anst-i anst-i reopened this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants