-
Improvement
-
Resolution: Won't Do
-
Major
-
None
-
4.0
-
MOODLE_400_STABLE
-
MDL-72234-master -
-
0
-
Navigation push 4, Navigation push 5, Navigation push 10
During the PR and IR phase it was found that for the Forum activity:
The "Search forum" in the activity redirects us to Course page and not to the secondary nav of the activity. This does deviate from the consistency.
We need to decide how to move ahead with this behavior. We would also need help of UX team for the same.
Additional issues found during integration:
Forum
Navigate to the subscriptions tab in the secondary nav:
2 drop downs are noticed.
Subscribers
a) View subscribers
b) Manage subscribers
Shows the potential subscribers and Existing subscribers tables.
This selection is saved in the session. Whenever the user comes back to the
subscribers tab, the previous option is remembered.
So for me selection is not saved - when I come back to Subscriptions tab I always have 'View subscribers' selected even though I selected 'Manage subsribers' last time
As mentioned by Sujith, this functionality is expected now.
Quiz
The dropdown selection does not get preserved when a validation error happens. To reproduce:
As a teacher, go to the Question bank.Select ExportPress "Export questions to file" without selecting a File formatValidation failsExpected: The dropdown will show "Export" as selected.Actual: The dropdown selects the first item on the list (Questions) instead of the "Export" menu item.
Students are presented with the option to re-attempt the quiz regardless of the enforced delay between attempts (Identified in MDLQA-15546, MDL-73323).
Login as a teacher, edit the settings for the quiz and set an enforced delay between 1st and 2nd attempts of 1 minute and an enforced delay between later attempts of 30 seconds.Login as a student and attempt the quiz.Go back to the Quiz.Expected: you should not have an option to re-attempt the quiz until the time delay between attempts has passed. There should be a text notifying the user that he must wait until can re-attempt the quizActual: there is an option to 'attempt quiz' which triggers an error.
The access message for the quiz is shown at the bottom, instead it should be shown after the tertiary nav.
We are moving all the Quiz related issues to https://tracker.moodle.org/browse/MDL-73335
Forum
Found function forum_update_subscriptions_button stale, as it's not used anymore after the recent changes made inMDL-71915.The forum subscription when changed by the user, it redirects back to the forum tab. Instead, it should be there on the subscription page.
We are moving all Forum related issues to https://tracker.moodle.org/browse/MDL-73415