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
Juan Leyva
4c08658a23
MDL-52813 mod_quiz: Refactor and new quiz external tests
2016-03-11 11:05:15 +01:00
Juan Leyva
bc247b0dee
MDL-52813 mod_quiz: New Web Service mod_quiz_get_attempt_data
2016-03-11 11:05:15 +01:00
Juan Leyva
1d57e4fea5
MDL-52813 mod_quiz: New method for getting the type of a question
2016-03-11 10:28:17 +01:00
Juan Leyva
b89544404e
MDL-52788 mod_quiz: New Web Service mod_quiz_start_attempt
2016-03-11 10:22:47 +01:00
Juan Leyva
0057c2ced6
MDL-52788 mod_quiz: Move start attempt code to new API functions
2016-03-11 10:19:53 +01:00
Rajesh Taneja
e01012e96d
MDL-46891 behat: Driver specific fixes.
...
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
2016-03-11 10:51:16 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
David Monllao
9de085c6fc
MDL-52786 quiz: Adding mod_quiz_get_combined_review_options to mobile service
2016-03-09 15:29:41 +08:00
David Monllao
da51a9be95
Merge branch 'MDL-52786-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2016-03-09 15:29:02 +08:00
David Monllao
ba8afbdb07
MDL-52785 quiz: Adding mod_quiz_get_user_best_grade to mobile service
2016-03-09 15:18:11 +08:00
David Monllao
20097a057d
Merge branch 'MDL-52785-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2016-03-09 15:16:48 +08:00
David Monllao
5ca1a77649
MDL-52670 quiz: Adding function to mobile service
2016-03-09 15:12:10 +08:00
David Monllao
9b701a37e4
Merge branch 'MDL-52670-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2016-03-09 15:10:54 +08:00
Juan Leyva
1f67c0b83e
MDL-52786 mod_quiz: New WS mod_quiz_get_combined_review_options
2016-03-07 11:46:32 +01:00
Juan Leyva
c76425e869
MDL-52786 mod_quiz: Fix quiz_get_combined_reviewoptions
2016-03-07 11:45:01 +01:00
Juan Leyva
0ca559a111
MDL-50032 webservice: Remove plugin functions from mobile service
2016-03-04 14:15:33 +01:00
Juan Leyva
e73e458170
MDL-52785 mod_quiz: New Web Service mod_quiz_get_user_best_grade
2016-03-04 11:17:39 +01:00
Juan Leyva
c161ecff88
MDL-52670 mod_quiz: New Web Service mod_quiz_get_user_attempts
2016-03-04 09:29:32 +01:00
Dan Poltawski
b8b7f33acd
Merge branch 'MDL-52669-master' of git://github.com/jleyva/moodle
2016-03-01 14:56:58 +08:00
Andrew Nicols
21d43c12b9
MDL-50546 mod_quiz: Correct typos in WS docs
2016-03-01 14:22:06 +08:00
Andrew Nicols
614173c7dc
Merge branch 'MDL-50546-master' of git://github.com/jleyva/moodle
2016-03-01 13:41:35 +08:00
Andrew Nicols
80f79ad6ec
Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle
2016-03-01 08:07:56 +08:00
Andrew Nicols
372d6b923b
MDL-30811 core: Replace use of continue_button with redirect
2016-02-29 09:05:58 +08:00