Hello, I've been reviewing the code for inclusion into Moodle 2.7 and Moodle 2.8 and
it seems that after creating a quiz activity and then trying to Add a new question the music scale
question type returns to the same /question/question.php page the "Save Changes" button is on.
In other words, the "Save Changes" button reloads the page and the question does not get added.
This happens in Moodle 2.7 and 2.8 I feel it might be a validation error.
javascript console in Chrome reports:
'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach).
as well.
Hello, I've been reviewing the code for inclusion into Moodle 2.7 and Moodle 2.8 and
it seems that after creating a quiz activity and then trying to Add a new question the music scale
question type returns to the same /question/question.php page the "Save Changes" button is on.
In other words, the "Save Changes" button reloads the page and the question does not get added.
This happens in Moodle 2.7 and 2.8 I feel it might be a validation error.
javascript console in Chrome reports:
'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach).
as well.