Ilya Tregubov
b4675942ce
Merge branch 'MDL-52206-master-rebased' of git://github.com/peterRd/moodle
2021-10-07 12:55:12 +07:00
Peter Dias
2c7893cf9f
MDL-52206 core: Update new activity_custom_completion
...
Update the custom_completion classes to accept the new completion
criteria
2021-10-04 19:45:47 +08:00
Peter Dias
cd52b46e89
MDL-52206 quiz: Remove completionpass completion from quiz
...
AMOS BEGIN
MOV [completionpass,mod_quiz],[completionpassgrade,core_completion]
MOV [completionpassdesc,mod_quiz],[completionpassgrade_desc,core_completion]
MOV [completionpass_help,mod_quiz],[completionpassgrade_help,core_completion]
AMOS END
2021-10-04 19:44:03 +08:00
Safat Shahin
f9fc355ec7
MDL-71679 mod_quiz: Updates for new qbank api
...
This implementation will introduct changes to
the mod_quiz to implement the new qbank api
for view. Major changes are introduced in
the custom view and also all the legacy points
to the old qbank are changed to qbank plugins
where needed. It also deprecated and deletes
classes and scripts which were kept not to
break mod_quiz for the new api implementation.
2021-10-04 15:44:25 +11:00
Jun Pataleta
385438b463
Merge branch 'MDL-72589' of https://github.com/stronk7/moodle
2021-09-16 09:46:56 +08:00
Eloy Lafuente (stronk7)
9f9fe79c26
MDL-72589 behat: Add @skip_chrome_zerosize to failing scenarios
...
All the scenarios failing with Chrome zero-size errors are
getting the @skip_chrome_zerosize to be able to keep them apart from
regular runs. See MDL-71108 for more information about
that error.
They will be run by another job, specifically using that tag to
keep them failing and under control.
2021-09-15 20:25:11 +02:00
Mihail Geshoski
7d821080f0
MDL-72093 navigation: Update behat tests
2021-09-14 12:02:35 +08:00
Huong Nguyen
af4fb733ee
MDL-71797 quiz: Improve the checks when fetching user's attempts
2021-09-07 09:04:23 +02:00
Sara Arjona
af6b9bcc4f
Merge branch 'MDL-72137-master' of https://github.com/nguyenphuctien/moodle
2021-08-31 13:25:48 +02:00
Jun Pataleta
4e75e73cb5
Merge branch 'primary_secondary_nav' of https://github.com/Chocolate-lightning/moodle
2021-08-25 10:42:57 +08:00
Peter Dias
dfefc86393
MDL-72032 core: Add roles to items
...
- Part of: MDL-69588
2021-08-23 17:47:22 +08:00
Tien Nguyen
dd6fd520e3
MDL-72137 Quiz: Quiz submission email notification update
...
Quiz submission notifications: separate out User versus System
2021-08-23 15:38:33 +07:00
Andrew Nicols
c79d58a50b
MDL-71209 behat: Fix behat for new changes
...
Co-authored-by: Ilya Tregubov <ilya@moodle.com>
2021-08-20 16:49:06 +02:00
Andrew Nicols
776f4bd80c
MDL-72179 behat: Make use of page resolvers
2021-07-26 15:14:28 +08:00
Andrew Nicols
c204fe3eeb
MDL-72179 behat: Lowercase all page instance resolvers
2021-07-23 20:43:48 +08:00
Tien Nguyen
ac59c8b8e0
MDL-71984 Quiz: Add new attempt's events
...
Add attempt_updated, attempt_autosaved and attempt_question_restarted
events.
Update attempt_viewed to add page number.
2021-07-08 15:13:06 +07:00
Tien Nguyen
b14e2d3bf3
MDL-71628 quiz: Quiz review: names not shown on Manual grading screens
2021-05-25 16:28:52 +07:00
Juan Leyva
3018d40e88
MDL-71492 mod_quiz: Include missing gradepass in WebService
2021-05-05 14:44:16 +02:00
Huong Nguyen
5444f88e4f
MDL-70720 Quiz: Improve capability checks when fetching users' best grades
2021-05-04 17:23:11 +02:00
Jun Pataleta
fd8544b37c
Merge branch 'MDL-71401-master-3' of git://github.com/mickhawkins/moodle
2021-05-04 12:26:34 +08:00
Michael Hawkins
cac5b30e01
MDL-71401 mod_quiz: Add behat testing for multiple completion conditions
...
Other tests check behaviour of individual conditions, this tests that
when multiple core and custom conditions are required, each will be
updated as required and not cache until all are completed.
2021-05-04 12:19:29 +08:00
Sara Arjona
b04d1c3041
Merge branch 'MDL-71163-master' of git://github.com/rezaies/moodle
2021-05-03 11:59:58 +02:00
Ilya Tregubov
cf1cf222e7
MDL-66431 core: Fix behat tests.
...
Move activity creation to data generators. Only fixing those
tests failing due to removing usemodchooser preference.
2021-05-01 16:22:03 +02:00
Shamim Rezaie
e25be6bd22
MDL-71163 quizaccess_openclosedate: remove duplicate date info
...
The quiz module now showa the quiz open and close dates at the top of
the page. So there is no need for the quizaccess_openclosedate plugin to
display these dates in the middle of the page.
2021-04-30 17:13:56 +10:00
Michael Hawkins
b7289dfd80
MDL-71162 mod_quiz: Improve behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Jun Pataleta
11df82e9f7
Merge branch 'MDL-71410-master' of git://github.com/rezaies/moodle
2021-04-27 12:36:24 +08:00
Shamim Rezaie
796e82124f
MDL-71410 mod_quiz: implement activity_dates for the quiz module
2021-04-27 14:32:26 +10:00
Sara Arjona
7046626952
Merge branch 'MDL-71392' of git://github.com/paulholden/moodle
2021-04-26 11:52:46 +02:00
Sara Arjona
12f64a02c9
Merge branch 'MDL-71144-master' of git://github.com/rezaies/moodle
2021-04-23 13:16:01 +02:00
Shamim Rezaie
7d102bb67d
MDL-71144 mod_quiz: custom_completion should not use deprecated function
...
This commit also removes an unnecessary DB query.
2021-04-22 21:11:43 +10:00
Shamim Rezaie
d9d0ae01d3
MDL-71144 mod_quiz: Deprecate quiz_get_completion_state()
2021-04-22 21:02:02 +10:00
Paul Holden
0de5ab4b43
MDL-71392 mod_quiz: don't display grade to pass if not set.
2021-04-22 09:53:24 +01:00
Jake Dallimore
49c97a866c
Merge branch 'MDL-71030-master' of https://github.com/NashTechOpenUniversity/moodle
2021-04-21 12:06:50 +08:00
Thong Bui
a8c868822f
MDL-71030 Quiz: Add 'who' made changes in question response history
2021-04-20 09:06:15 +07:00
Eloy Lafuente (stronk7)
973a4a2ae1
Merge branch 'MDL-71181-master' of https://github.com/ettolrah/moodle
2021-04-19 18:58:14 +02:00
Eloy Lafuente (stronk7)
6e39487123
Merge branch 'mdl_71172' of https://github.com/AnupamaSarjoshi/moodle
2021-04-13 00:46:55 +02:00
Anupama Sarjoshi
c4fa89d55a
MDL-71172 quiz: Improve quiz Behat tests
2021-04-12 11:31:44 +01:00
Adrian Greeve
d24df2a201
Merge branch 'MDL-70821-master-5' of git://github.com/junpataleta/moodle
2021-04-12 14:45:59 +08:00
Jun Pataleta
1c15796a75
MDL-70821 behat: Use new activity completion steps for Behat tests
...
Replace usages of completion Behat steps that check for the completion
checkboxes with the new activity completion Behat steps.
2021-04-12 11:41:37 +08:00
Shamim Rezaie
a75861f78e
MDL-70935 mod_quiz: Custom completion implementation
2021-04-07 15:09:36 +08:00
Shamim Rezaie
7a9f13e37f
MDL-70935 mod_quiz: combine 'pass' and 'attemptsexhausted' rules
...
Custom rules are combined using the AND operator. However, the
'completionpass' and 'completionattemptsexhausted' rules are exceptions
because they are combined together with OR, and form a single new rule
that then will be combined with the rest of the rules using AND.
This commit combines the mentioned rules into a single rule named
'completionpassorattemptsexhausted'.
2021-04-07 15:09:36 +08:00
Charlotte Peachey
e10428aa00
MDL-71181 Quiz: Pass grade not displayed on front page
2021-03-23 16:49:58 +00:00
Adrian Greeve
007c270507
Merge branch 'MDL-70755' of https://github.com/mkassaei/moodle
2021-02-11 10:54:38 +08:00
Adrian Greeve
e54ee9e512
Merge branch 'MDL-70773' of https://github.com/mkassaei/moodle
2021-02-11 10:19:39 +08:00
Sara Arjona
fd31854480
Merge branch 'MDL-70732-master' of git://github.com/aanabit/moodle
2021-02-10 17:20:22 +01:00
Sara Arjona
1d6b734108
Merge branch 'MDL-70173-master' of git://github.com/rezaies/moodle
2021-02-09 08:29:13 +01:00
Shamim Rezaie
805df4f846
MDL-70173 theme_boost: Fix empty link issue on the "Go to top" button
...
On behat, we have to use a more specific test step if we are looking
for a "Go" button on a modal. The reason is that the html of the modal
content is put after the html of the "Go to top" button, so behat
may find the "Go to top" button if we just look for "Go".
2021-02-09 16:16:09 +11:00
Mahmoud Kassaei
d2f8ea2073
MDL-70719 quiz overrides: only show Actions column header if needed
2021-02-05 15:46:37 +00:00
Amaia Anabitarte
248d4ff200
MDL-70732 behat: Adding second parameter to ExpectationException()
2021-02-05 11:01:22 +01:00
Mahmoud Kassaei
32b645fd03
MDL-70773 Quiz overrides: User links don't point to user profile page
2021-02-03 11:47:23 +00:00