- 31 Mar, 2021 1 commit
-
-
Mahmoud Kassaei authored
-
- 17 Nov, 2020 1 commit
-
-
Andrew Nicols authored
Note: The ddmarker question type was previously getting the number of keypresses wrong. This was because it was using both keyDown/keyUp, and also keyPress. As a result each keypress was essentially happening two times.
-
- 21 Oct, 2020 2 commits
-
-
Eloy Lafuente authored
The optional parameters of assertEquals() and assertNotEquals() are deprecated in PHPUnit 8 (to be removed in PHPUnit 9): - delta => use assertEqualsWithDelta() - canonicalize => use assertEqualsCanonicalizing() - ignoreCase => use assertEqualsIgnoringCase - maxDepth => removed without replacement. More info @ https://github.com/sebastianbergmann/phpunit/issues/3341 Initial search done with: ag 'assert(Not)?Equals\(.*,.*,' --php Then, running tests and fixing remaining cases.
-
Eloy Lafuente authored
All the setup/teardown/pre/post/conditions template methods now are required to return void. This was warned with phpunit 7 and now is enforced. At the same time, fix a few wrong function names, provider data and param types, return statements...
-
- 15 Oct, 2020 1 commit
-
-
Huong Nguyen authored
-
- 23 Apr, 2020 1 commit
-
-
Tim Hunt authored
-
- 06 Apr, 2020 1 commit
-
-
Huong Nguyen authored
These changes also make it possible to print these questions.
-
- 14 Oct, 2019 1 commit
-
-
Tim Hunt authored
There is a proposed change MDL-66816 which will change the question bank UI. This will break any Behat tests which uses low-level steps like When I click on "Duplicate" "link" in the "Test question" "table_row" to perform an action on a question in the question bank. This commit introduces a new step: When I choose "Duplicate" action for "Test question" in the question bank This commit also converts all core Behat tests to use the new step.
-
- 01 Feb, 2019 1 commit
-
-
M Kassaei authored
Users were getting confused between choice numbers and group numbers. So choice numbers now show as [[1]] to match what appears in the question text. Groups are now letters A, B, ...
-
- 11 Jan, 2019 1 commit
-
-
Tim Hunt authored
This is for accessibility, so that screen readers can read the drag items with correct pronunciation.
-
- 09 Jan, 2019 1 commit
-
-
Tim Hunt authored
-
- 20 Oct, 2018 1 commit
-
-
Tim Hunt authored
-
- 21 Sep, 2018 1 commit
-
-
John Beedell authored
-
- 05 Sep, 2018 1 commit
-
-
Tim Hunt authored
It was more than 8 years since we wrote in that format.
-
- 29 Aug, 2018 1 commit
-
-
Andrew Nicols authored
-
- 20 Aug, 2018 1 commit
-
-
victor authored
Definition step deprecated and affected tests modified.
-
- 03 Aug, 2018 1 commit
-
-
Huong Nguyen authored
-
- 19 Mar, 2018 1 commit
-
-
Simey Lameze authored
-
- 03 Apr, 2017 2 commits
-
-
Also remove few more unnecessary steps that redirects behat to site home page to actually get to the course. Part of MDL-55611 epic.
-
Part of MDL-55611 epic.
-
- 11 Mar, 2016 1 commit
-
-
Rajesh Taneja authored
1. Browserkit doesn't handle [] in name 2. Grades are not visible in viewport and might fail with few drivers, increasing size of window to ensure grades are visible and can be modified. 3. Click edit first to see grade link 4. Expand fields before setting value 5. Updated xpath, as crawler update it. 6. Hover fails to show icon
-
- 04 Mar, 2016 1 commit
-
-
Tim Hunt authored
Previously, the Check button was often shown disabled when it could not be used (e.g. when the question was finished, or when an interactive question was in the try-again state). Eventually we realised it was better usability to hide it in these cases. Note that when a teacher reviews an in-progress quiz attempt, they will see a disabled Check button if the student doing the quiz can see the button.
-
- 17 Dec, 2015 1 commit
-
-
Rajesh Taneja authored
-
- 01 Dec, 2015 1 commit
-
-
Rajesh Taneja authored
-
- 13 Oct, 2015 2 commits
-
-
Dan Poltawski authored
With thanks to Tim!
-
Dan Poltawski authored
(From copy/paste error, blame Tim :P)
-
- 25 Sep, 2015 1 commit
-
-
Rajesh Taneja authored
DND question types use switch window and the tag was not added, so it was failing for phantomjs Added tag to avoid phantomjs failures
-
- 19 Sep, 2015 1 commit
-
-
Eric Merrill authored
Remove old browser CSS. Fix code style problems. Add many PHPdocs. Set @package uniformly.
-
- 18 Sep, 2015 1 commit
-
-
Damyon Wiese authored
-
- 21 Aug, 2015 1 commit
-
-
Tim Hunt authored
-
- 21 May, 2015 1 commit
-
-
Tim Hunt authored
-
- 08 May, 2015 1 commit
-
-
Tim Hunt authored
-
- 20 Feb, 2015 1 commit
-
-
Tim Hunt authored
-
- 14 Feb, 2015 2 commits
- 29 Nov, 2014 1 commit
-
-
Tim Hunt authored
-
- 03 Nov, 2014 1 commit
-
-
M Kassaei authored
-
- 01 Jul, 2013 1 commit
-
-
Tim Hunt authored
-
- 14 Mar, 2013 1 commit
-
-
Tim Hunt authored
-
- 15 Jan, 2013 1 commit
-
-
Tim Hunt authored
-