|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| valid ($type) | |
| __construct () | |
Data Fields | |
| const | webcontent = 'webcontent' |
| const | questionbank = 'imsqti_xmlv1p2/imscc_xmlv1p1/question-bank' |
| const | assessment = 'imsqti_xmlv1p2/imscc_xmlv1p1/assessment' |
| const | associatedcontent = 'associatedcontent/imscc_xmlv1p1/learning-application-resource' |
| const | discussiontopic = 'imsdt_xmlv1p1' |
| const | weblink = 'imswl_xmlv1p1' |
| const | basiclti = 'imsbasiclti_xmlv1p0' |
Static Public Attributes | |
| static | $checker |
Protected Member Functions | |
| update_items ($items, DOMDocument &$doc, DOMElement &$xmlnode) | |
Version 1.1 class of Common Cartridge
Definition at line 31 of file cc_version11.php.
| __construct | ( | ) |
Reimplemented from cc_version1.
Definition at line 58 of file cc_version11.php.
| update_items | ( | $ | items, |
| DOMDocument &$ | doc, | ||
| DOMElement &$ | xmlnode | ||
| ) | [protected] |
Reimplemented from cc_version1.
Definition at line 75 of file cc_version11.php.

| valid | ( | $ | type | ) |
Validate if the type are valid or not
| string | $type |
Reimplemented from cc_version1.
Definition at line 54 of file cc_version11.php.
$checker [static] |
array(self::webcontent, self::assessment, self::associatedcontent, self::discussiontopic, self::questionbank, self::weblink, self::basiclti)
Reimplemented from cc_version1.
Definition at line 40 of file cc_version11.php.
| const assessment = 'imsqti_xmlv1p2/imscc_xmlv1p1/assessment' |
Reimplemented from cc_version1.
Definition at line 34 of file cc_version11.php.
| const associatedcontent = 'associatedcontent/imscc_xmlv1p1/learning-application-resource' |
Reimplemented from cc_version1.
Definition at line 35 of file cc_version11.php.
| const basiclti = 'imsbasiclti_xmlv1p0' |
Definition at line 38 of file cc_version11.php.
| const discussiontopic = 'imsdt_xmlv1p1' |
Reimplemented from cc_version1.
Definition at line 36 of file cc_version11.php.
| const questionbank = 'imsqti_xmlv1p2/imscc_xmlv1p1/question-bank' |
Reimplemented from cc_version1.
Definition at line 33 of file cc_version11.php.
| const webcontent = 'webcontent' |
Reimplemented from cc_version1.
Definition at line 32 of file cc_version11.php.
| const weblink = 'imswl_xmlv1p1' |
Reimplemented from cc_version1.
Definition at line 37 of file cc_version11.php.