Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
mod_quiz\privacy Namespace Reference

Privacy Subsystem helper for mod_quiz. More...

Classes

class  helper
 Privacy Subsystem implementation for mod_quiz. More...
 
class  provider
 Privacy Subsystem implementation for mod_quiz. More...
 
interface  quizaccess_provider
 The quizaccess_provider interface provides the expected interface for all 'quizaccess' quizaccesss. More...
 
interface  quizaccess_user_provider
 

Detailed Description

Privacy Subsystem helper for mod_quiz.

The quizaccess_user_provider interface provides the expected interface for all 'quizaccess' quizaccesss.

The quizaccess_provider interface provides the expected interface for all 'quizaccess' quizaccesss.

Privacy Subsystem implementation for mod_quiz.

This file contains the polyfil to allow a plugin to operate with Moodle 3.3 up.

 

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Quiz sub plugins should implement this if they store personal information and can retrieve a userid.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later