Jun Pataleta
03729748d1
MDL-83470 core: Remove upgrade steps from 4.1
2024-11-27 10:27:09 +08:00
Jun Pataleta
c9356e039f
MDL-83374 upgrade: add the 4.5.0 separation line to all upgrade scripts
2024-10-05 21:16:13 +08:00
Paul Holden
5b4e858e80
MDL-74939 output: final removal of deprecated navigation namespace.
2024-08-15 11:14:18 +01:00
David Woloszyn
ee8a16eccf
MDL-79718 mod_quiz: Send notifications for approaching open dates
2024-06-24 10:53:48 +10:00
Jun Pataleta
78e5814a0f
MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts
2024-04-20 21:01:04 +08:00
Tim Hunt
48304bd2f8
MDL-74610 quiz: multiple grades - setup for sections button
2024-04-09 14:59:49 +01:00
Tim Hunt
81495189fc
MDL-74610 quiz: update the grade setup page without reloads
2024-04-09 14:59:45 +01:00
Tim Hunt
857681092a
MDL-74610 quiz: web services for crud on quiz grade items
2024-04-09 14:59:39 +01:00
Tim Hunt
3dfd7b9b38
MDL-74610 quiz: web service to update grade item for a slot
2024-04-09 14:59:39 +01:00
Tim Hunt
4f60c198b7
MDL-74610 quiz: multiple grades - new DB schema
2024-04-09 14:59:38 +01:00
Andrew Nicols
430c63b39e
MDL-80300 mod_quiz: Integration coding fixups
2024-03-25 15:07:16 +08:00
Matthew Hilton
68dcb5d736
MDL-80300 mod_quiz: Add quiz override webservices
2024-03-15 08:18:56 +10:00
Matthew Hilton
2c6a746578
MDL-80300 mod_quiz: Add override manager class
2024-03-15 08:18:56 +10:00
Michael Aherne
06fe259a6a
MDL-81042 quiz: Typo in renamed class.
2024-02-24 21:52:32 +00:00
Jun Pataleta
ca7e0c26df
Merge branch 'MDL-80210' of https://github.com/timhunt/moodle
2023-11-28 10:36:17 +08:00
Tim Hunt
e7ab65f68e
MDL-80210 quiz: fix default for reviewmaxmarks when upgrading
...
It is correct that the database default should be 0, to match
other similar columns, but when sites are upgraded, we need
to set the settings for all existing quizzes to match the previous
behaviour.
2023-11-23 10:55:10 +00:00
Andrew Nicols
525212f2d2
MDL-78496 core: Address phpcs issues with upgrade.php files
2023-11-19 21:20:53 +08:00
Andrew Nicols
545b36cd4a
MDL-78496 upgrade: remove all the < 4.1.0 upgrade steps
...
Also includes an upgrade step to prevent upgrading from any
version < 2021112802 (v4.1.0) as anti-cheating measure.
2023-11-17 23:25:36 +08:00
meirzamoodle
3ee7968552
MDL-79714 message: Enable all default notifications
2023-11-13 22:15:29 +07:00
Jun Pataleta
9beff03a96
MDL-79626 upgrade: add the 4.3.0 separation line to all upgrade scripts
2023-10-10 10:44:17 +08:00
Andrew Nicols
1ce54ee87e
Merge branch 'MDL-72321_master-squashed' of https://github.com/marxjohnson/moodle
2023-08-31 23:02:35 +08:00
Nathan Nguyen
e3bd166b3d
MDL-72321 mod_quiz: Use new datafilters for random questions
2023-08-31 15:00:39 +01:00
Daniel Ziegenberg
7ff4626871
MDL-61165 core: Final deprecation and removal of legacy cron.
...
Following MDL-52846 this now finally deprecates and removes the
following classes:
- \core\task\legacy_plugin_cron_task.
- \mod_quiz\task\legacy_quiz_reports_cron
- \mod_quiz\task\legacy_quiz_accessrules_cron
- \mod_workshop\task\legacy_workshop_allocation_cron
Please, use the Task API instead:
https://moodledev.io/docs/apis/subsystems/task
This also removes the corresponding and specific to legacy cron strings
from mod_quiz and mod_workshop.
Following MDL-52846 this now finally deprecates and removes the
functions:
- cron_execute_plugin_type()
- cron_bc_hack_plugin_functions()
Please, use the Task API instead:
https://moodledev.io/docs/apis/subsystems/task
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2023-08-23 15:52:52 +08:00
mkassaei
cc880cabf5
MDL-77564 Quiz display options: Hide or show the grade information
...
Allow settings to show Max marks and Marks, Max marks only, or hide the grade information completely.
2023-05-31 17:15:29 +01:00
Jun Pataleta
9095bb0ef9
MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts
2023-04-22 23:17:50 +08:00
Tim Hunt
c051fbd0c2
MDL-35745 quiz: let teachers to re-open a Never submitted attempt
...
In the quiz reports, for any 'Never submitted' attempt, there is
now a 'Re-open' button next to where it says the attempt state.
If that is clicked, there is an 'Are you sure?' pop-up. If the user
continues, the attempt is reopened. If the student now has time left,
the attempt is put into the In progress state. If there is not time
left the attempt is immediately submitted and graded. The
'Are you sure? pop-up says which of those two things will happen.
2023-03-14 13:09:27 +00:00
Tim Hunt
28f090d975
MDL-76899 quiz: fix whitespace around operators
2023-01-16 19:07:08 +00:00
Tim Hunt
2bb6c8b281
MDL-76899 quiz: bulk fix all array literals array() -> []
...
This was done with PHPStorm's automated tool. No manual editing
2023-01-16 17:12:45 +00:00
Tim Hunt
a9f8547599
MDL-76614 quiz: rename quiz => mod_quiz\quiz_settings
2023-01-06 14:35:54 +00:00
Tim Hunt
5682c8c70e
MDL-76614 quiz: move class quiz_attempt => mod_quiz\quiz_attempt
...
I thought about renaming the class to just plain attempt, but I
acutally think quiz_attempt makes it clearer what this is. Also
not changing the name massively reduces the pain for everyone
updating their code (including me right now!)
2023-01-06 14:35:51 +00:00
Tim Hunt
03116995d5
MDL-76614 quiz: move quiz_review_nav_panel to classes
2023-01-06 14:35:51 +00:00
Tim Hunt
ccbb5da784
MDL-76614 quiz: move quiz_attempt_nav_panel to classes
2023-01-06 14:35:51 +00:00
Tim Hunt
74c6823bac
MDL-76614 quiz: move quiz_nav_panel_base to classes folder
2023-01-06 14:35:50 +00:00
Tim Hunt
600b17db21
MDL-76614 quiz: move quiz_nav_section_heading to classes folder
2023-01-06 14:35:50 +00:00
Tim Hunt
6833a902df
MDL-76614 quiz: move quiz_nav_question_button to classes folder
2023-01-06 14:35:50 +00:00
Tim Hunt
5ef8b6978e
MDL-76614 quiz: mod_quiz_renderer => mod_quiz\output\renderer
2023-01-06 14:35:49 +00:00
Tim Hunt
abeeaef10a
MDL-76614 quiz: mod_quiz_view_object => mod_quiz\output\view_page
2023-01-06 14:35:49 +00:00
Tim Hunt
aceae3a4fa
MDL-76614 quiz: move mod_quiz_links_to_other_attempts => classes\output
2023-01-06 14:35:49 +00:00
Tim Hunt
581a3bc7e9
MDL-76614 quiz: quiz_add_random_form => mod_quiz\form\add_random_form
2023-01-06 14:35:49 +00:00
Tim Hunt
2ff112c688
MDL-76614 quiz: quiz_access_rule_base => mod_quiz\local\access_rule_base
2023-01-06 14:35:48 +00:00
Tim Hunt
dda9ba07f3
MDL-76614 quiz: quiz_override_form => mod_quiz\form\edit_override_form
2023-01-06 14:35:48 +00:00
Tim Hunt
91c913debc
MDL-76614 quiz: move mod_quiz_preflight_check_form to classes & clean up
2023-01-06 14:35:47 +00:00
Tim Hunt
fed4a7fbd4
MDL-76614 quiz: move quiz_access_manager -> mod_quiz\access_manager
2023-01-06 14:35:47 +00:00
Mahmoud Kassaei
2074448b34
MDL-74609 Quiz: allow the displayed question numbers to be customised
2022-12-21 12:04:30 +00:00
Tim Hunt
8cbc6acb17
MDL-74923 quiz: move report base classes to local folder
2022-12-14 22:38:11 +00:00
Tim Hunt
9efec07f77
MDL-74923 quiz: move admin setting classes to mod_quiz\admin namespace
2022-12-13 16:24:58 +00:00
Tim Hunt
066b7f33d7
MDL-74923 quiz: move qubaids_for_quiz & ..._user to classes folder
2022-12-13 16:24:57 +00:00
Tim Hunt
cefbf74d02
MDL-74923 quiz: move mod_quiz_display_options to classes folder
2022-12-13 16:24:57 +00:00
Jun Pataleta
c6ab792ddf
MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts
2022-11-28 14:43:04 +08:00
sam marshall
b5e805071a
MDL-74958 core_navigation: Add renamed classes to renamedclasses.php
...
The renamed secondary navigation classes have been adeed to
renamedclasses.php files.
2022-10-17 10:54:24 +01:00