-
New Feature
-
Resolution: Fixed
-
Minor
-
3.0.2, 3.1
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-52767-master -
This function returns general access information, is basically a wrapper of the access manager class that returns some capabilities information too.
Information returned will be:
canmanage
canattempt
canreviewmine
canpreview
canviewreports
canreviewmyattempts
endtime
isfinished
ispreflightcheckrequired
accessrules
preventaccessreasons
preventnewattemptreasons
This web service also returns the question types used in the quiz, including the potential ones (in case random questions are used).
This is necessary because we'll need to check the question types before starting a new attempt to determine if the quiz can be open in the app (initially the app won't support all question types or contrib add-ons)
Please, note that we finally decided to split in 3 functions:
- mod_quiz_get_quiz_access_information
- mod_quiz_get_attempt_access_information
- mod_quiz_get_quiz_required_qtypes
- is blocked by
-
MDL-53034 New Web Service mod_quiz_get_quiz_feedback_for_grade
-
- Closed
-
- will help resolve
-
MOBILE-921 Quiz support in the Mobile app
-
- Closed
-