-
Improvement
-
Resolution: Fixed
-
Major
-
2.3.2, 3.1.2, 3.1.4, 3.2.1, 3.3.6, 3.4.3, 3.5, 3.5.4, 3.6, 3.7
-
MOODLE_23_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
MDL-36088-master -
Moderate
-
-
40
Adding questions through a quiz is logged, but I found that the action of adding a question to the question bank is not logged.
Replication steps:
- Log in as a teacher
- Navigate to a course
- Navigate to Settings > Course admin > Question bank
- Create a new question
- Modify an existing question
- Navigate to Navigation > My courses > CourseXXX > Reports > Logs (or look in the log table in the DB)
- Click 'Get these logs'
Expected result: Question bank changes should be shown
Actual result: No entries for adding/modifying question bank questions are recorded
Full list of missing events in question bank:
- Creating a question
- updating a question (should also be triggered when question is moved to a new category)
- deleting a question
- Duplicating a question
- Updating a question category (should also be triggered when category is moved to another parent)
- deleting a question category
- Importing questions (separate event is optional but still requires question_created event for each individual question)
- Exporting questions (note: crud=r)
Oddly there is one existing event \core\event\question_category_created
- is blocked by
-
MDL-40987 Quiz editing improvements
-
- Closed
-
- is duplicated by
-
MDL-45735 Adding new events - Question bank
-
- Closed
-
- Testing discovered
-
MDL-32148 Automated backups : Skip backup of courses that have remained unmodified since last backup
-
- Closed
-
- will help resolve
-
MDL-36087 Automated backup detection of course modification does not detect all possible modifications
-
- Closed
-