- 22 Nov, 2021 1 commit
-
-
Safat Shahin authored
This implementation will introduce bulk actions qbank plugins which can grab the selected question and perform actions according to the selected option from dropdown in the base view. Co-Authored-By:
Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By:
Matt Porritt <mattp@catalyst-au.net>
-
- 19 Nov, 2021 3 commits
-
-
ilya authored
-
-
Eloy Lafuente authored
-
- 17 Nov, 2021 2 commits
-
-
Andrew Madden authored
* Add local function to access subsets of proxies and types direct from DB. * Add local function to access count of proxies and types direct from DB. * Add new external function to get both proxies and types with pagination. * Add new external function to get count of proxies and types. * Implement pagination using page factory in JS. * Added unit tests to cover new external functions. * Add mod_lti behat generators and tests. * Show first and last button in paging bar. * Created helper class to assist with new functions.
-
PraiseSatan authored
Quiz completion settings are only validated if they are unlocked. Undefined behaviour in the forms API results in the completion settings 'require passing grade' and 'completion attempts exhausted' not being sent to the process options function if completion settings are locked. This resulted in the completion attempts exhausted setting being disabled whenever the quiz was saved as it did not detect the require passing grade setting. This changes the behaviour so that validation is only performed if the completion settings are unlocked. A behat test is included to ensure the setting does not change.
-
- 16 Nov, 2021 1 commit
-
-
Tomo Tsuyuki authored
-
- 12 Nov, 2021 2 commits
-
-
Mahmoud Kassaei authored
-
jun authored
-
- 11 Nov, 2021 3 commits
-
-
Sara Arjona authored
-
Andrew Nicols authored
-
Kevin Pham authored
- Applies locked settings to many other quiz general options. For example, allows an admin to lock the browsersecurity level so it cannot be changed at an instance level, and will apply the 'default' option (which is currently None).
-
- 10 Nov, 2021 5 commits
-
-
Adrian Greeve authored
-
Adrian Greeve authored
-
Adrian Greeve authored
-
Mathew May authored
-
Matt Porritt authored
This patch provides functionality to allow the assign activity to have timed attempts for submissions. It includes the logic, UI and adminstration changes fot timed submissions.
-
- 09 Nov, 2021 10 commits
-
-
Sara Arjona authored
The H5P filter will display now the "Edit content" button if the user can edit the file.
-
Sara Arjona authored
The method can_edit_content() now supports more scenarios where the H5P content can be edited: - Instead of supporting only mod_h5pactivity, now it supports any mod or block when the user has the addinstance capability. - If the component implements the can_edit_content method in the h5p\canedit class and it returns true. For instance, the mod_forum implements it and return true when filearea is post, if the user can edit the post where the H5P is.
-
Eloy Lafuente authored
That way we get everything else passing, because @skip_interim scenarios are skipped by default. And can focus on the failing ones apart.
-
Eloy Lafuente authored
That way we get everything else passing, because @skip_interim scenarios are skipped by default. And can focus on the failing ones apart.
-
If the secondary navigation is on then the activity header does not need to be displayed twice.
-
Depending on whether the secondary navigation is shown or not will determine if the link to the responses is shown on the view.php page. Co-authored-by:
Sujith Haridasan <sujith@moodle.com>
-
Adrian Greeve authored
Co-authored-by:
Sujith Haridasan <sujith@moodle.com>
-
Adrian Greeve authored
Co-authored-by:
Sujith Haridasan <sujith@moodle.com>
-
Adrian Greeve authored
Co-authored-by:
Sujith Haridasan <sujith@moodle.com>
-
Huong Nguyen authored
The tables are generated by html_table will responsive across viewports
-
- 06 Nov, 2021 1 commit
-
-
Eloy Lafuente authored
The problem (coincidence of contexts) was detected when running oracle phpunit tests, so we skipped the tests as part of MDL-72743. Now, with the problem fixed (previous commit), we can bring back that test.
-
- 05 Nov, 2021 1 commit
-
-
Simey Lameze authored
-
- 04 Nov, 2021 11 commits
-
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
This commit also remove some deprecated table properties as well.
-
Simey Lameze authored
-
Cameron Ball authored
-