mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-39728' of git://github.com/timhunt/moodle
This commit is contained in:
commit
7ae324cb35
1 changed files with 18 additions and 0 deletions
|
@ -17,6 +17,24 @@
|
||||||
/**
|
/**
|
||||||
* This file defines the class {@link question_definition} and its subclasses.
|
* This file defines the class {@link question_definition} and its subclasses.
|
||||||
*
|
*
|
||||||
|
* The type hierarchy is quite complex. Here is a summary:
|
||||||
|
* - question_definition
|
||||||
|
* - question_information_item
|
||||||
|
* - question_with_responses implements question_manually_gradable
|
||||||
|
* - question_graded_automatically implements question_automatically_gradable
|
||||||
|
* - question_graded_automatically_with_countback implements question_automatically_gradable_with_countback
|
||||||
|
* - question_graded_by_strategy
|
||||||
|
*
|
||||||
|
* Other classes:
|
||||||
|
* - question_classified_response
|
||||||
|
* - question_answer
|
||||||
|
* - question_hint
|
||||||
|
* - question_hint_with_parts
|
||||||
|
* - question_first_matching_answer_grading_strategy implements question_grading_strategy
|
||||||
|
*
|
||||||
|
* Other interfaces:
|
||||||
|
* - question_response_answer_comparer
|
||||||
|
*
|
||||||
* @package moodlecore
|
* @package moodlecore
|
||||||
* @subpackage questiontypes
|
* @subpackage questiontypes
|
||||||
* @copyright 2009 The Open University
|
* @copyright 2009 The Open University
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue