Bas Brands
94fd778dbf
MDL-68840 mod_quiz: random question in question list css fix
2020-06-02 10:54:54 +02:00
Eloy Lafuente (stronk7)
6f56e743ed
Merge branch 'MDL-68753-master-enfix' of git://github.com/mudrd8mz/moodle
2020-05-28 13:01:39 +02:00
David Mudrák
c47b174d44
MDL-68753 lang: Use the updated strings in the tests
2020-05-27 09:59:35 +02:00
Helen Foster
026a12ec51
MDL-68753 lang: Import fixed English strings (en_fix)
2020-05-26 19:18:23 +02:00
Bas Brands
91de0ed823
MDL-67874 theme_boost: make focus outline accessible
2020-05-26 09:54:12 +02:00
Andrew Nicols
4e9641c2d1
Merge branch 'MDL-57240' of https://github.com/timhunt/moodle
2020-05-22 11:37:38 +08:00
Adrian Greeve
aa1dcabf4c
Merge branch 'MDL-68733' of https://github.com/timhunt/moodle
2020-05-21 08:37:52 +08:00
Víctor Déniz Falcón
7380c31afe
Merge branch 'MDL-67183' of git://github.com/timhunt/moodle
2020-05-20 15:54:14 +01:00
Tim Hunt
64207dab65
MDL-67183 questions: get_question & get_behaviour only init if required
...
This reviews all the code code, and sets $requirequestioninitialised
whenever possible in these calls, which should improve performance.
2020-05-19 20:52:07 +01:00
Víctor Déniz Falcón
676b8b8217
Merge branch 'MDL-68299-master' of git://github.com/bmbrands/moodle
2020-05-19 20:43:46 +01:00
Bas Brands
92bc86e429
MDL-68299 theme_boost: theme updates for accessible zoom
...
The Moodle UI should be functional in a viewport of 320px by 256px to
meet WCAG 1.4.10
this patch contains improvements to:
-prevent horizontal scrolling
-better wrapping of page header
-message drawer funtional on tiny screens
-remove indenting on courses
-prevent elements overlapping on quiz editing
-better navigation tabs
-fix colour picker
-quiz editing
2020-05-19 10:13:20 +02:00
Eloy Lafuente (stronk7)
4c6a9740f7
Merge branch 'MDL-68656-master' of https://github.com/catalyst/moodle
2020-05-19 01:13:22 +02:00
Tim Hunt
89c8a076b2
MDL-68733 quiz editing: behat test for altering random question tags
2020-05-18 23:20:10 +01:00
Bence Molnar
9024289626
MDL-68733 quiz editing: be more careful deleting random question tags
2020-05-18 22:56:33 +01:00
Tim Hunt
c689726d3f
MDL-68733 question behat: question tag generator and use in quiz test
2020-05-18 22:56:33 +01:00
Tim Hunt
89ee18c0e1
MDL-62487 quiz manual grading: implement suggestions from int review
...
Add privacy provider bits, and tidy code.
2020-05-15 13:48:21 +01:00
Tim Hunt
b20541805f
MDL-62487 quiz manual grading: store options as user preferences
2020-05-15 13:12:08 +01:00
Tim Hunt
e37acc6773
MDL-62487 quiz manual grading: clean coding style and add PHPdocs
2020-05-15 13:12:08 +01:00
Dmitrii Metelkin
142a02308d
MDL-68656 quizaccess_seb: refactor test to use helper trait
2020-05-14 13:11:07 +10:00
Dmitrii Metelkin
355cf68893
MDL-68656 quizaccess_seb: remove incorrect namespace
2020-05-14 11:53:30 +10:00
Dmitrii Metelkin
43302afc56
MDL-68656 quizaccess_seb: move test files
2020-05-14 11:32:43 +10:00
David Mudrák
005b00dd9b
MDL-68645 output: Do not apply filters when creating calendar events
...
Applying filters on an activity module description when using it as a
new calendar event's description is bad m'kay? We need to store the raw
text and apply the filters only when we actually display the text. That
way, filters (such as multi-language content) may actually fully work
and we do not initialise the theme and output machinery.
Additionally, we need to explicitly set the format of the description
text to HTML (because we have converted it to it already). Otherwise it
defaults to the current user's preferred editor format.
This is still a pragmatic hot-fix solution. The proper solution would be
to pass the raw text, format and embedded files.
2020-05-13 10:03:01 +02:00
Sara Arjona
1d2d4782da
Merge branch 'MDL-68654-master' of https://github.com/catalyst/moodle
2020-05-11 19:16:14 +02:00
Andrew Nicols
29c5fafff5
MDL-66109 js: Fix Shifter linting issues
2020-05-11 11:07:49 +08:00
Dmitrii Metelkin
774bd482fd
MDL-68654 quizaccess: destroy a restore controller in tests
2020-05-10 09:29:16 +10:00
Dmitrii Metelkin
93532e7871
MDL-68572 quizaccess: use uploaded file as is for SEB settings
2020-05-06 17:13:53 +10:00
Andrew Nicols
aa3813b72b
Merge branch 'master_MDL-67540' of https://github.com/golenkovm/moodle
2020-05-01 11:20:55 +08:00
Dmitrii Metelkin
327da79b27
MDL-67850 quizaccess: change SEB supported versions
2020-05-01 10:59:36 +08:00
Dmitrii Metelkin
baed1968b5
MDL-67850 quizaccess: fix broken unit tests
2020-05-01 10:59:08 +08:00
Dmitrii Metelkin
4b6c4f6713
MDL-67850 quizaccess: remove invalid white spaces
2020-05-01 10:58:30 +08:00
Jun Pataleta
728b03c049
Merge branch 'MDL-68309-master' of https://github.com/snake/moodle
2020-04-30 09:57:50 +08:00
Jake Dallimore
192a43f109
Merge branch 'MDL-67850-seb-integration-3' of https://github.com/catalyst/moodle
2020-04-30 09:13:14 +08:00
David Mudrák
8599eb5ebb
MDL-68434 lang: Use the updated terminology in the tests
2020-04-29 17:40:58 +02:00
Dmitrii Metelkin
78adf6f63a
MDL-67850 quizaccess: remove the old quizaccess_safebrowser
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Andrew Madden <andrewmadden@catalyst-au.net>
2020-04-29 14:29:21 +10:00
Andrew Madden
79f621241c
MDL-67850 quizaccess: add Safe Exam Browser access rule plugin
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Dmitrii Metelkin <dmitriim@catalyst-au.net>
2020-04-29 14:28:54 +10:00
Helen Foster
1fce3f52ac
MDL-68434 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* pluginnamesummary,qtype_ddimageortext and
pluginnamesummary,qtype_ddmarker - Note about the question type not
being accessible to visually impaired users
* addresourceoractivity,core - Removing 'resource' as the new activity
chooser doesn't have resource types separated
2020-04-28 14:01:20 +02:00
Mikhail Golenkov
8c287a6696
MDL-67540 quiz: Start transaction before selecting existing slots.
...
Co-authored-by: Conn <conn@cmrwarwicker.com>
2020-04-26 10:54:14 +10:00
Tim Hunt
5c3f700ac7
MDL-66259 quiz responses: fix unrealistic test setup
2020-04-24 15:56:23 +02:00
Tim Hunt
07d90238c6
MDL-57240 quiz: don't show useless links on overdue attempt summary page
2020-04-22 21:38:19 +01:00
Jake Dallimore
d3eb1f2f6e
MDL-68309 overrides: clarify inactive overrides help string
2020-04-02 09:57:01 +08:00
Helen Foster
a753f4f9a1
MDL-67979 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* configcustommenuitems,core_admin - corrected example
* custommenuitems_desc,tool_mobile - fallback behaviour of custom menu
items in the app
2020-02-25 12:21:09 +01:00
Huong Nguyen
fbad7a5170
MDL-67942 Quiz: Quiz attempt report delete_selected_attempts issue
2020-02-19 15:34:34 +07:00
Eloy Lafuente (stronk7)
986c5283cf
Merge branch 'MDL-67832' of https://github.com/timhunt/moodle
...
(fixed a couple of typos in the merge commit)
2020-02-06 00:01:07 +01:00
Eloy Lafuente (stronk7)
3c87f49f79
Merge branch 'MDL-67830' of https://github.com/timhunt/moodle
2020-02-05 19:07:55 +01:00
Tim Hunt
1aacbb72d3
MDL-67832 quiz: fix lots of PHPdoc in attemptlib.php
2020-01-31 19:09:03 +00:00
Andrew Madden
4a63a5b875
MDL-67351 quiz: Change advanced quiz settings types to use flags.
...
Change all 'with_advanced' setting types in quiz/settings to their
regular counterparts and apply the 'advanced' admin flag to them
instead. Settings that extend with_advanced setting types are
unchanged.
2020-01-30 10:50:59 +11:00
Andrew Madden
b5d1151574
MDL-67351 quiz: Move quiz form defaults logic out of form.
...
By including the mod_form:apply_admin_defaults() method in the quiz
moodle_form, each element does not need to set default and advanced
states individually.
2020-01-30 10:50:01 +11:00
Tim Hunt
a33e0b4d84
MDL-67830 quiz: notice in grade details redirect script
2020-01-29 18:34:39 +00:00
Adrian Greeve
66a8939518
Merge branch 'MDL-67653' of https://github.com/timhunt/moodle
2020-01-22 11:02:35 +08:00
Eloy Lafuente (stronk7)
1fe94722ae
Merge branch 'MDL-67631' of git://github.com/timhunt/moodle
2020-01-16 00:29:09 +01:00