-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
MDL-79301-master -
Step to reproduce the issue:
Pre-condition: Go to qa.moodledemo.net
- Create a True/False question in a quiz, then add a mathjax equation into the question text of the T/F question.
- Attempt the quiz. The equation is loading as normal
- Log out and login again
- Go back to the attempt page again.
- The equation is not loaded correctly.
Note: If we add to the config file this setting $CFG->cachejs = false; then everything is working well.