Eloy Lafuente (stronk7)
f3d80b483b
Merge branch 'MDL-63730-master-enfix' of git://github.com/mudrd8mz/moodle
2018-10-29 13:23:53 +01:00
Helen Foster
0c19b2c8fa
MDL-63730 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* withselectedusers_help, core - removing mention of 'Add a common note'
as the option no longer exists
* considereddigitalminor and digitalminor_desc, core - more
child-friendly wording
* configmessagingallusers, core_admin - clearer explanation
* auth_dbtype, auth_db - fixed broken link
2018-10-26 12:48:40 +02:00
Eloy Lafuente (stronk7)
da73189b84
Merge branch 'wip-MDL-62411-master' of https://github.com/timhunt/moodle
2018-10-25 12:23:53 +02:00
Tim Hunt
8951e8b970
MDL-62411 qtype_ddmarkers: fix drop-zone editing in IE
2018-10-25 11:08:04 +01:00
Andrew Nicols
37ef65d47a
Merge branch 'MDL-63752' of https://github.com/timhunt/moodle
2018-10-25 15:14:57 +08:00
Tim Hunt
2d696f8f2b
MDL-63752 question import: duplicate key error when idnumbers blank
...
And extra checks to head off possible idnumber='' issues in two other places.
2018-10-24 11:38:31 +01:00
David Monllao
fcc50ccbc3
Merge branch 'MDL-63277' of https://github.com/timhunt/moodle
2018-10-24 10:22:16 +02:00
Tim Hunt
00f09d8f5c
MDL-62411 qtype_ddmarker: fix issues found during review
...
* Editing the coordinate string now correctly updates the image only if
the coordinates are valid.
* ... and does the right thing if the number of handles has changed.
* Dragging the shape handles is now constrained so that you cannot
create a shape that goes beyond the edge of the image.
* The PHP validation that the shape is within the imagehas also been
fixed.
* For Mac users, CMD+Click duplicates the handle like CTRL+Click.
* Ensure the shape being edited is always on top of the otehrs.
2018-10-22 18:40:02 +01:00
Tim Hunt
b51f4f2ece
MDL-63277 qtype_ddwtos: removed unneeded qtype_classname method
2018-10-20 15:25:04 +01:00
Tim Hunt
c28d0aa113
MDL-63277 qtype_ddwtos: further improvements to the JavaScript
2018-10-20 15:24:49 +01:00
M Kassaei
68943aff09
MDL-63277 qtype_ddwtos: Re-implement old YUI JS in AMD
...
In the rewrite is one improvement: drag items now animate when they
are moved, for example out of a drop place and back home. Other than
that, the functionality is unchanged. Also, as far as possible, the
HTML structure has not been changed (althought with changes to the HTML,
further JS improvements would be possible. However, those have been left
for a future issue).
2018-10-20 15:22:12 +01:00
Tim Hunt
ed7e30fa5c
MDL-62411 qtype_ddmarker: further improvements following code review
2018-10-20 15:18:17 +01:00
John Beedell
5d4b342107
MDL-62411 qtype_ddmarker: graphical editing of drop zones
...
Also, all the JavaScript in this plugin has been updated from YUI to
jQuery.
2018-10-20 15:15:28 +01:00
Eric Merrill
1ddf3b6a0f
MDL-63456 qtype_multichoice: Return a default options object if missing
2018-10-08 15:50:02 -04:00
Eric Merrill
efea324715
MDL-63456 question: Improve Aiken error handling and multichoice errors
2018-10-08 15:50:02 -04:00
Simey Lameze
73aefa6bfc
MDL-62610 mod_quiz: fix CiBoT issues
2018-10-01 08:27:28 +08:00
Shamim Rezaie
0ce3fef70a
MDL-63390 quiz_statistics: Remove Min/Median/Maximum rows
...
Part of MDL-62610
2018-10-01 07:53:10 +08:00
Shamim Rezaie
84140b9137
MDL-63390 quiz_statistics, question: Handling variants as well
...
Variants should also be treated like random questions in the sense that
a summary row
should be displayed for them as well.
This commit deals with handling variants.
Also the name of the calculated_random_question_summary class has
changed to
calculated_question_summary to be more generic as the summary row is not
specific to random questions only.
Also removed the protected function too_many_subq_and_or_variant_rows
and the const SUBQ_AND_VARIANT_ROW_LIMIT as they were not being used
anymore.
Part of MDL-62610
2018-10-01 07:52:31 +08:00
Shamim Rezaie
f4bc55871c
MDL_63390 question: Fixed get_min_max_of and get_min_max_of_sd
...
Fixed calculated_random_question_summary:get_min_max_of and calculated_random_question_summary:get_min_max_of_sd
functions and added unit tests
Part of MDL-62610
2018-10-01 07:52:18 +08:00
Tim Hunt
c5499edaef
MDL-63185 mod_quiz: more fixes to new behat code
...
Part of MDL-62610
2018-09-28 11:07:21 +08:00
Simey Lameze
9b1fc262d8
MDL-63185 mod_quiz: make CiBoT happy again
...
Part of MDL-62610
2018-09-28 11:07:21 +08:00
Simey Lameze
71fc74cee5
MDL-63185 core_question: add callback to some question types
...
Part of MDL-62610
2018-09-28 11:07:21 +08:00
Simey Lameze
5c0654d7ff
MDL-63185 mod_quiz: change APIs to handle attempts on behat
...
Thanks to Tim Hunt for all the help.
Part of MDL-62610
2018-09-28 11:07:21 +08:00
Shamim Rezaie
d79fef2ab5
MDL-63186 question: Calculate extremums of summarised questions
...
Modified calculated_random_question_summary class so that it can return minimum and maximum
of each attribute of the sub questions it is summarising.
Part of MDL-62610
2018-09-28 11:07:21 +08:00
Shamim Rezaie
6ee2b972c9
MDL-63186 quiz_statistics: Remove q number from the summary row
...
Part of MDL-62610
2018-09-28 11:07:21 +08:00
Ryan Wyllie
29cc55079a
MDL-63186 question: include random questions in statistics calculator
...
Part of MDL-62610
2018-09-28 11:07:21 +08:00
John Beedell
dfa85ad002
MDL-62708 qformat_xml: phpunit test correction.
2018-09-24 09:37:12 +01:00
John Beedell
6189fda47f
MDL-62708 question: Add idnumbers to question and question category
2018-09-21 12:26:24 +01:00
Eloy Lafuente (stronk7)
5bd0dc6483
MDL-23545 question: fix remaining sizes leading to failures
2018-09-19 23:07:20 +02:00
Eloy Lafuente (stronk7)
881f451bf0
Merge branch 'MDL-23545-phpunit-fixes' of https://github.com/timhunt/moodle
2018-09-19 18:10:37 +02:00
Tim Hunt
59ffae414c
MDL-23545 qformat_xml: fix another Behat test
2018-09-19 12:18:59 +01:00
Eloy Lafuente (stronk7)
61367994bd
Merge branch 'MDL-23545-phpunit-fixes' of https://github.com/timhunt/moodle
2018-09-19 00:26:25 +02:00
Tim Hunt
f19c6f60cd
MDL-23545 qformat_xml: don't allow irrelevant DB differences to break tests
...
Also slightly improve formatting of the exported file.
2018-09-18 13:52:51 +01:00
Jun Pataleta
73311d3157
MDL-23545 question_format: Replace tabs with spaces in upgrade.txt
2018-09-18 10:04:03 +08:00
Jun Pataleta
3d2659097e
Merge branch 'wip-MDL-23545-master' of https://github.com/Beedell/moodle
2018-09-18 09:47:38 +08:00
John Beedell
1dab8faafd
MDL-23545 question: XML import/export add category description
2018-09-14 16:54:25 +01:00
Tim Hunt
802ff4c933
MDL-63371 question: USE_RAW_DATA case in check_qt_var_name_restrictions
2018-09-14 16:43:41 +01:00
Tim Hunt
cb8aefa658
MDL-62880 qtype_ddwtos: drop support for legacy import format
...
It was more than 8 years since we wrote in that format.
2018-09-04 22:44:45 +02:00
Eloy Lafuente (stronk7)
12ef47cd99
MDL-63165 question: Bump expected size of question exports (take II)
2018-08-29 14:38:40 +02:00
Andrew Nicols
dab0f9aae7
MDL-63165 question: Bump expected size of question exports
2018-08-29 10:43:21 +08:00
John Beedell
d0a60444a1
MDL-63165 Question: xml import of question categories
2018-08-24 15:20:18 +01:00
Andrew Nicols
67984597fb
MDL-57281 question: Correct path to Quiz admin in test
2018-08-23 15:44:23 +08:00
Víctor Déniz Falcón
02fda279ed
MDL-57281 behat: deprecated step definition I navigate to node in
...
Definition step deprecated and affected tests modified.
2018-08-20 12:53:26 +01:00
Andrew Nicols
89763f5226
Merge branch 'MDL-62945-master' of https://github.com/HuongNV13/moodle
2018-08-07 08:08:18 +08:00
Huong Nguyen
4889d6ac23
MDL-62945 Quiz: Increase max group of Question type Gap Select
2018-08-03 14:26:45 +07:00
Shamim Rezaie
32338e7bda
MDL-62931 Questions: Escaping lang strings properly
2018-07-23 14:24:29 +10:00
Jun Pataleta
a766f5dc00
Merge branch 'MDL-62811' of git://github.com/timhunt/moodle
2018-07-19 08:46:51 +08:00
Jun Pataleta
76ca5c61d0
Merge branch 'MDL-62781-master' of git://github.com/junpataleta/moodle
2018-07-19 08:46:49 +08:00
David Monllao
3ffb8d2317
Merge branch 'MDL-59447-master' of https://github.com/nwp90/moodle
2018-07-19 08:46:48 +08:00
Jun Pataleta
061e9f4b11
MDL-62781 core_question: Remove unnecessary assertion
2018-07-18 09:57:49 +08:00