-
Bug
-
Resolution: Fixed
-
Major
-
4.3.7, 4.4.3, 4.5
-
3
-
Team Alpha - Sprint 3 I3-2024
Discovered by meowmiomew and myself while testing MDLQA-19249.
There are a couple of issues:
1) On step 5 I'm not able to filter by a tag, even though it's showing in the related question:
And inspecting the browser console I can see a JS error:
Note: This issue has been already reported in https://tracker.moodle.org/browse/MDL-82477.
2) An error occurs when trying to create a random question in a quiz from a 'top' category that includes subcategories with tagged questions.
Steps to reproduce the problem:
- Create a new course and go to the question bank.
- Select "Categories" in the menu and add a category (cat1, cat2) in the "Top for course" category:
- On each category, create two true/false questions (cat1-q2, cat1-q2, cat2-q1, cat2-q2)
- For each question, click on "Edit > Manage tags" and add t1 tag to cat1-q1 and cat2-q1 and t2 tag to cat1-q2 and cat2-q2
- Back to the course, create a Quiz and click "Add question"
- Click on "Add > a random question"
- Select "Top for course" from the category filter and click "Apply filters".
- Click "Add condition" to filter by tag.
- Select t1 and click "Apply filters".
- Click "Add random question".
- Result: The following error is displayed:
- Discovered while testing
-
MDLQA-19249 CLONE - A teacher can select random quiz questions using tags
- Passed
- duplicates
-
MDL-82477 TAGS are not appearing for search in Question Bank
- Peer review in progress
- is a regression caused by
-
MDL-80965 Random questions no longer display their source category on the edit quiz page
- Closed