Jake Dallimore
cd6dfd68d8
MDL-54787 mod_quiz: Fix notification error on regrade
2016-06-10 18:26:30 +08:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
Dan Poltawski
f549e4b7e8
MDL-54649 quiz/question: remove uncessary !important uses
...
They do not seem at all necessary in testing, so probably just legacy
from lack of css understanding when added.
2016-06-05 20:29:13 +01:00
Dan Poltawski
996a1dab8f
MDL-54649 quiz/question: fix css lint errors
...
Mostly the rules were not having any effect so have been removed.
The text-wrap rule was removed rather than corrected because overflow
was clipped with ellipsis anyway.
An exception for !important has been added to mod/quiz/styles.css
because the use in the secure style is by design. But the exception
isn't ideal because it applied to the whole file and csslint doesn't
seem to be very intelligent at appling line rules at a more granular
level at this point in time.
2016-06-03 14:18:57 +01:00
Frederic Massart
ac032e0e09
MDL-41922 mod_quiz: Don't report quiz due when an attempt was finished
2016-06-03 14:52:34 +08:00
Tim Hunt
f027922e4f
MDL-54605 quiz regrading: incorrect DB query
...
There were two issues. With groups, the $params array was wrong
due to PHP + vs array_merge sillyness.
Also, the first column in the SQL was not necessarily unique,
so we need to use a recordset rather than get_records.
2016-05-27 08:11:32 +01:00
Eloy Lafuente (stronk7)
4da854a68b
MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts
2016-05-23 01:31:34 +02:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Dan Poltawski
07eb3a0db7
Merge branch 'wip-mdl-53956' of https://github.com/rajeshtaneja/moodle
2016-05-18 10:45:22 +01:00
Rajesh Taneja
1ef6a5e30a
MDL-53956 behat: Avoid before and after step and switch
...
After pressing the button, if system is slow then
after step and before step might fail as the window
is closed by then. Execute steps one after other
2016-05-18 10:41:01 +08:00
David Monllao
c827acae2d
MDL-53221 search: Renaming search areas
...
AMOS BEGIN
CPY [modulename,mod_folder],[search:activity,mod_folder]
CPY [modulename,mod_label],[search:activity,mod_label]
CPY [modulename,mod_page],[search:activity,mod_page]
CPY [modulename,mod_resource],[search:activity,mod_resource]
CPY [modulename,mod_url],[search:activity,mod_url]
AMOS END
2016-05-16 13:02:02 +08:00
Juan Leyva
9be3072d33
MDL-53976 mod_quiz: Add missing parameter preflightdata in WS
...
External functions view_attempt and view_attempt_summary are missing
the parameter preflightdata
2016-05-02 12:07:15 +02:00
Andrew Nicols
df89940e5d
MDL-53858 quiz accessibility: Correct aria-labelledby attribute
2016-04-29 12:17:57 +01:00
Andrew Nicols
4fdc9fbe20
Merge branch 'MDL-53858' of git://github.com/timhunt/moodle
2016-04-29 12:17:56 +01:00
David Monllao
bc3b5a6a2f
MDL-51603 quiz statistics: Using dataformats selector
2016-04-21 16:20:36 +08:00
Tim Hunt
de2fec2e9a
MDL-46092 bootstrapbase: add OU quiz styling
...
It is a nicer default to have in Moodle that what we had before.
2016-04-20 15:43:34 +01:00
Tim Hunt
5b444ee987
MDL-53858 quiz accessibility: nav block should have role='navigation'
2016-04-18 17:37:03 +01:00
Rajesh Taneja
921faad9ad
MDL-53571 behat: Use Escaper for escaping
...
xpathLiteral has been depreacted, use Escaper instead
2016-04-06 15:38:31 +08:00
Rajesh Taneja
eb9ca848fa
MDL-53381 behat: Replaced chained steps with api.
...
Behat 3.x doesn't support chained steps and hence
this is first step to get rid of chained steps in core.
2016-04-06 11:32:49 +08:00
Tim Hunt
56df6f1992
MDL-53647 quiz summary: keep row class names in synch around headings
2016-04-02 13:22:55 +01:00
Dan Poltawski
879f3c7a97
MDL-53507 quiz: fix bad htmlid
2016-03-26 10:05:40 +08:00
Dan Poltawski
b3687410df
Merge branch 'MDL-53507' of git://github.com/timhunt/moodle
2016-03-26 09:42:46 +08:00
Juan Leyva
efca239e17
MDL-52767 mod_quiz: New Web Service get_quiz_required_qtypes
2016-03-23 00:57:07 +01:00
Juan Leyva
b6c538416b
MDL-52767 mod_quiz: New API for retrieving the question types
2016-03-23 00:56:05 +01:00
Juan Leyva
ff99efcd96
MDL-52767 mod_quiz: New Web Service get_attempt_access_information
2016-03-23 00:55:37 +01:00
Juan Leyva
a79a63619b
MDL-52767 mod_quiz: New Web Service get_quiz_access_information
2016-03-23 00:54:41 +01:00
Eloy Lafuente (stronk7)
55e90f2270
Merge branch 'MDL-53393-master' of git://github.com/cameron1729/moodle
2016-03-22 03:16:51 +01:00
Tim Hunt
0c8a90d7cb
MDL-53507 quiz editing: was possible to lose questions
...
If you dragged a question to the top of the quiz, it could
disappear. Several other cases of dragging questions to the
same place in sequence, but to a different page/section were
also failing, and have been fixed.
2016-03-21 23:14:53 +00:00
Eloy Lafuente (stronk7)
b1871ae68b
MDL-53034 mod_quiz: version mini-bump
2016-03-21 23:01:46 +01:00
Eloy Lafuente (stronk7)
5032fb4f54
Merge branch 'MDL-53034-master' of git://github.com/jleyva/moodle
2016-03-21 22:58:28 +01:00
Eloy Lafuente (stronk7)
3720f100ea
Merge branch 'MDL-52888-master' of git://github.com/jleyva/moodle
2016-03-21 22:40:43 +01:00
Eloy Lafuente (stronk7)
7cc45b2e72
Merge branch 'MDL-52868-master' of git://github.com/jleyva/moodle
2016-03-21 22:20:00 +01:00
Dan Poltawski
26f59e5080
Merge branch 'MDL-52863-master' of git://github.com/jleyva/moodle
2016-03-21 17:42:19 +08:00
Dan Poltawski
f6a0594e7e
Merge branch 'MDL-52852-master' of git://github.com/jleyva/moodle
2016-03-21 17:27:20 +08:00
Dan Poltawski
121b46e033
Merge branch 'MDL-52830-master' of git://github.com/jleyva/moodle
2016-03-21 17:09:15 +08:00
Dan Poltawski
00a6c59936
MDL-52813 mod_quiz: bump version
...
Diverge from stable branching
2016-03-21 17:05:05 +08:00
Dan Poltawski
2569face4e
Merge branch 'MDL-52813-master' of git://github.com/jleyva/moodle
2016-03-21 16:37:57 +08:00
Cameron Ball
3e3f624549
MDL-53393 libraries: Upgrade Html2Text to 4.0.1
2016-03-21 12:05:33 +08:00
Dan Poltawski
ac3d7aacfc
Merge branch 'MDL-53489' of git://github.com/timhunt/moodle
2016-03-21 11:02:03 +08:00
Juan Leyva
48abca7996
MDL-53034 mod_quiz: New WS mod_quiz_get_quiz_feedback_for_grade
2016-03-18 09:56:31 +01:00
Juan Leyva
3e5c19a0ed
MDL-52888 mod_quiz: New Web Service mod_quiz_view_attempt_review
2016-03-18 09:50:06 +01:00
Juan Leyva
d9ef6ae0c2
MDL-52888 mod_quiz: New Web Service mod_quiz_view_attempt_summary
2016-03-18 09:49:29 +01:00
Juan Leyva
899983ee58
MDL-52888 mod_quiz: New Web Service mod_quiz_view_attempt
2016-03-18 09:27:43 +01:00
Juan Leyva
3589b6591a
MDL-52868 mod_quiz: New Web Service mod_quiz_get_attempt_review
2016-03-17 17:15:52 +01:00
Juan Leyva
98e6869088
MDL-52863 mod_quiz: New Web Service mod_quiz_process_attempt
2016-03-17 16:49:40 +01:00
Juan Leyva
4911b5b254
MDL-52863 mod_quiz: Move processattempt.php code to new API
2016-03-17 16:49:39 +01:00
David Monllao
94ffadcdcd
Merge branch 'MDL-52788-master' of git://github.com/jleyva/moodle
2016-03-16 14:47:07 +08:00
Tim Hunt
7308acffa0
MDL-53489 quiz editing: fix display of long section headings
2016-03-15 18:35:35 +00:00
Juan Leyva
96d5607cba
MDL-52852 mod_quiz: New WS mod_quiz_save_attempt
2016-03-11 16:16:02 +01:00
Juan Leyva
bc9733e710
MDL-52830 mod_quiz: New Web Service mod_quiz_get_attempt_summary
2016-03-11 11:06:50 +01:00