Ilya Tregubov
dd364a04a0
Merge branch 'MDL-81494-main' of https://github.com/HuongNV13/moodle
2024-04-11 09:19:54 +08:00
Sara Arjona
c42ca73e11
Merge branch 'MDL-74977-main' of https://github.com/HuongNV13/moodle
2024-04-10 15:50:50 +02:00
Paul Holden
17fd4fe8f5
Merge branch 'MDL-81489' of https://github.com/lostrogit/moodle into main
2024-04-10 14:03:10 +01:00
Paul Holden
ea81c5457d
Merge branch 'MDL-81488' of https://github.com/dravek/moodle into main
2024-04-10 13:57:09 +01:00
Huong Nguyen
6d40f11806
MDL-74977 core_courseformat: add expanded section update actions
...
This also fix the Random "Course content preferences" Behat failure
2024-04-10 18:11:00 +07:00
Sara Arjona
fa7eece0f3
Merge branch 'MDL-80633-main' of https://github.com/laurentdavid/moodle
2024-04-10 12:21:41 +02:00
Huong Nguyen
6012fa0af6
MDL-81494 adhoc_task: Added missing space for query condition
2024-04-10 17:15:55 +07:00
Sara Arjona
0ea5aee08a
Merge branch 'MDL-81458-main-1' of https://github.com/mihailges/moodle
2024-04-10 12:12:55 +02:00
Carlos Castillo
92211f291f
MDL-81489 reportbuilder: Optional tags when create/update reports
...
Make tags property optional when create/update report.
2024-04-10 10:17:22 +02:00
David Carrillo
45d366d463
MDL-81488 reportbuilder: Fix incorrect string in report number filter
2024-04-10 09:23:10 +02:00
Laurent David
45816d40b2
MDL-80633 lib: Modify moodle files after codemirror upgrade
2024-04-10 09:22:45 +02:00
Laurent David
e37bd90064
MDL-80633 lib: Upgrade beautify to 1.15.1
2024-04-10 09:22:45 +02:00
Huong Nguyen
ca449af186
Merge branch 'MDL-81351-main-enfix' of https://github.com/mudrd8mz/moodle
2024-04-10 13:54:56 +07:00
Ilya Tregubov
a7d9658d55
Merge branch 'MDL-81063-main' of https://github.com/andrewnicols/moodle
2024-04-10 14:30:31 +08:00
Andrew Nicols
dd94dea8c2
MDL-81063 tool_usertours: Allow hooks to manage usertour filters
...
Two new hooks are introduced to allow plugins to add their own user tour
filters.
Separate hooks are identified for both clientside, and serverside
filters.
2024-04-10 12:41:32 +08:00
Andrew Nicols
dae36f6cfa
MDL-81063 core: Add helper to get component name from classname
2024-04-10 12:41:31 +08:00
Andrew Nicols
29fc61c2a5
MDL-81063 core: Add option to get core in list of components
2024-04-10 12:41:31 +08:00
Huong Nguyen
27ada55bab
Merge branch 'MDL-81391-main' of https://github.com/davewoloszyn/moodle
2024-04-10 11:30:51 +07:00
Huong Nguyen
dbc6a5798f
Merge branch 'MDL-81182' of https://github.com/aolley/moodle
2024-04-10 11:24:02 +07:00
Huong Nguyen
7f3c0f2d31
Merge branch 'MDL-81459-main' of https://github.com/andrewnicols/moodle
2024-04-10 08:53:20 +07:00
Mihail Geshoski
4b1dfe6a40
MDL-81458 qtype_ordering: Address failing unit tests
...
Fixes the failing unit tests in the ordering question type by
implementing the following adjustments and corrections:
- Ensure the missing required files are imported in
questionhint_test.php and questiontype_test.php.
- Modify the expected fraction values in testexport.moodle.xml to
accurately reflect the recent changes, specifically the type
casting of the fraction value stored for each answer into the
question object.
- Reorder the items in the answers array within the failing scenario
in specific_grade_detail_feedback_test.php to guarantee that, in
accordance with the randomly generated subset of correct answers,
the question attempt will consistently be incorrect as required.
- Pass the answer codes in the order of the defined response when
calling the process_submission() function in feedback_test.php
to ensure the response in the current question attempt is properly
set, rather than relying on random generation of the response which
may result in random test failures.
2024-04-09 23:18:14 +08:00
Mihail Geshoski
72e9a1bbd9
MDL-81458 question: Cast the fraction value to a float
...
When retrieving the answer data from the database, it's essential to
cast the value of the answer's fraction to a float before storing it
into the question object. This step is crucial for ensuring consistency,
as some database engines return floats as strings like '1.0000000'.
2024-04-09 23:18:14 +08:00
Andrew Nicols
99de5dae2b
Merge branch 'MDL-74610' of https://github.com/timhunt/moodle
2024-04-09 22:23:03 +08:00
Sara Arjona
d84f466062
Merge branch 'MDL-81307-main' of https://github.com/roland04/moodle
2024-04-09 16:18:26 +02:00
Tim Hunt
d55e486a7e
MDL-74610 quiz: multiple grades - UI improvements
2024-04-09 15:11:45 +01:00
Tim Hunt
2ad60df93d
MDL-74610 quiz: multiple grades - summarise feature in upgrade.txt
2024-04-09 15:11:44 +01:00
Tim Hunt
0b7805199f
MDL-74610 quiz: add extra grades to web services the mobile app uses
2024-04-09 15:11:44 +01:00
Tim Hunt
e6e427073c
MDL-74610 quiz: multiple grades - fix display on quiz intro page
2024-04-09 15:11:44 +01:00
Tim Hunt
b77d6b1450
MDL-74610 quiz: multiple grades - show in quiz reports
2024-04-09 15:11:43 +01:00
Tim Hunt
48304bd2f8
MDL-74610 quiz: multiple grades - setup for sections button
2024-04-09 14:59:49 +01:00
Tim Hunt
9a1b85aa4c
MDL-74610 quiz: multiple grades - reset all button
2024-04-09 14:59:49 +01:00
Tim Hunt
a65260daa8
MDL-74610 quiz: multiple grades - show mark info when editing
2024-04-09 14:59:48 +01:00
Tim Hunt
b4467adf52
MDL-74610 quiz: multiple grades - display grades to student
2024-04-09 14:59:47 +01:00
Tim Hunt
ba40067746
MDL-74610 quiz: refactor rendering of '6.00 out of 10.00' into a helper
2024-04-09 14:59:45 +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
bbe11e1cea
MDL-74610 quiz: multiple grades - update slot grade items
2024-04-09 14:59:44 +01:00
Tim Hunt
a47705c09e
MDL-74610 quiz: multiple grades - show grade items
2024-04-09 14:59:44 +01:00
Tim Hunt
be49319a87
MDL-74610 quiz: multiple grades - rename grade item
2024-04-09 14:59:43 +01:00
Tim Hunt
6794f1293f
MDL-74610 quiz: multiple grades - add grade item
2024-04-09 14:59:42 +01:00
Tim Hunt
e3f3416400
MDL-74610 quiz: multiple grades - delete grade item UI
2024-04-09 14:59:41 +01:00
Tim Hunt
d4d66c2e28
MDL-74610 quiz mulitple grades: display the grade items that exist
...
AMOS BEGIN
CPY [gradeitems,core_grades],[gradeitems,mod_quiz]
AMOS END
2024-04-09 14:59:41 +01:00
Tim Hunt
e499098838
MDL-74610 quiz multiple grades: backup and restore of the new data
2024-04-09 14:59:40 +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
952c6d52c4
MDL-74610 quiz: multiple grades - test generators
2024-04-09 14:59:38 +01:00
Tim Hunt
4f60c198b7
MDL-74610 quiz: multiple grades - new DB schema
2024-04-09 14:59:38 +01:00
Tim Hunt
dfb3de1eb3
MDL-74610 quiz: multiple grades - UI mockup and nav
2024-04-09 14:59:37 +01:00
Sara Arjona
c26797f315
Merge branch 'MDL-81451-main' of https://github.com/lucaboesch/moodle
2024-04-09 15:31:05 +02:00
Laurent David
aea57c9f1e
MDL-80633 lib: Adjust build.sh to new version
...
* Repository beautifier-web/js-beautify has moved to beautifier/js-beautify
* Display version for codemirror and beautify so to easily add them in thirdpartylibs.xml
2024-04-09 15:11:31 +02:00
Mikel Martín
a4c611febb
MDL-81307 core_courseformat: Add bulk styles for small devices
2024-04-09 13:23:01 +02:00