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


Public Member Functions | |
| __construct ($path_to_manifest) | |
| generate_moodle_xml () | |
| convert_to_moodle_type ($cc_type) | |
Data Fields | |
| const | CC_TYPE_FORUM = 'imsdt_xmlv1p1' |
| const | CC_TYPE_QUIZ = 'imsqti_xmlv1p2/imscc_xmlv1p1/assessment' |
| const | CC_TYPE_QUESTION_BANK = 'imsqti_xmlv1p2/imscc_xmlv1p1/question-bank' |
| const | CC_TYPE_WEBLINK = 'imswl_xmlv1p1' |
| const | CC_TYPE_ASSOCIATED_CONTENT = 'associatedcontent/imscc_xmlv1p1/learning-application-resource' |
| const | CC_TYPE_BASICLTI = 'imsbasiclti_xmlv1p0' |
Static Public Attributes | |
| static | $namespaces |
| static | $restypes = array('associatedcontent/imscc_xmlv1p1/learning-application-resource', 'webcontent') |
| static | $forumns = array('dt' => 'http://www.imsglobal.org/xsd/imsccv1p1/imsdt_v1p1') |
| static | $quizns = array('xmlns' => 'http://www.imsglobal.org/xsd/ims_qtiasiv1p2') |
| static | $resourcens = array('wl' => 'http://www.imsglobal.org/xsd/imsccv1p1/imswl_v1p1') |
| static | $basicltins |
Protected Member Functions | |
| create_node_question_categories () | |
| create_code_info_details_mod () | |
| get_module_visible ($identifier) | |
| create_node_course_modules_mod () | |
Definition at line 33 of file cc112moodle.php.
| __construct | ( | $ | path_to_manifest | ) |
Reimplemented from cc2moodle.
Definition at line 59 of file cc112moodle.php.
| convert_to_moodle_type | ( | $ | cc_type | ) |
Reimplemented from cc2moodle.
Definition at line 140 of file cc112moodle.php.
| create_code_info_details_mod | ( | ) | [protected] |
Reimplemented from cc2moodle.
Definition at line 163 of file cc112moodle.php.
| create_node_course_modules_mod | ( | ) | [protected] |
Reimplemented from cc2moodle.
Definition at line 202 of file cc112moodle.php.
| create_node_question_categories | ( | ) | [protected] |
Reimplemented from cc2moodle.
Definition at line 152 of file cc112moodle.php.
Reimplemented from cc2moodle.
Definition at line 63 of file cc112moodle.php.

| get_module_visible | ( | $ | identifier | ) | [protected] |
(non-PHPdoc)
Reimplemented from cc2moodle.
Definition at line 184 of file cc112moodle.php.
$basicltins [static] |
array( 'xmlns' => 'http://www.imsglobal.org/xsd/imslticc_v1p0', 'blti' => 'http://www.imsglobal.org/xsd/imsbasiclti_v1p0', 'lticm' => 'http://www.imsglobal.org/xsd/imslticm_v1p0', 'lticp' => 'http://www.imsglobal.org/xsd/imslticp_v1p0' )
Definition at line 51 of file cc112moodle.php.
$forumns = array('dt' => 'http://www.imsglobal.org/xsd/imsccv1p1/imsdt_v1p1') [static] |
Reimplemented from cc2moodle.
Definition at line 48 of file cc112moodle.php.
$namespaces [static] |
array('imscc' => 'http://www.imsglobal.org/xsd/imsccv1p1/imscp_v1p1', 'lomimscc' => 'http://ltsc.ieee.org/xsd/imsccv1p1/LOM/manifest', 'lom' => 'http://ltsc.ieee.org/xsd/imsccv1p1/LOM/resource', 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance', 'cc' => 'http://www.imsglobal.org/xsd/imsccv1p1/imsccauth_v1p1')
Reimplemented from cc2moodle.
Definition at line 41 of file cc112moodle.php.
$quizns = array('xmlns' => 'http://www.imsglobal.org/xsd/ims_qtiasiv1p2') [static] |
Reimplemented from cc2moodle.
Definition at line 49 of file cc112moodle.php.
$resourcens = array('wl' => 'http://www.imsglobal.org/xsd/imsccv1p1/imswl_v1p1') [static] |
Reimplemented from cc2moodle.
Definition at line 50 of file cc112moodle.php.
$restypes = array('associatedcontent/imscc_xmlv1p1/learning-application-resource', 'webcontent') [static] |
Reimplemented from cc2moodle.
Definition at line 47 of file cc112moodle.php.
| const CC_TYPE_ASSOCIATED_CONTENT = 'associatedcontent/imscc_xmlv1p1/learning-application-resource' |
Reimplemented from cc2moodle.
Definition at line 38 of file cc112moodle.php.
| const CC_TYPE_BASICLTI = 'imsbasiclti_xmlv1p0' |
Definition at line 39 of file cc112moodle.php.
| const CC_TYPE_FORUM = 'imsdt_xmlv1p1' |
Reimplemented from cc2moodle.
Definition at line 34 of file cc112moodle.php.
| const CC_TYPE_QUESTION_BANK = 'imsqti_xmlv1p2/imscc_xmlv1p1/question-bank' |
Reimplemented from cc2moodle.
Definition at line 36 of file cc112moodle.php.
| const CC_TYPE_QUIZ = 'imsqti_xmlv1p2/imscc_xmlv1p1/assessment' |
Reimplemented from cc2moodle.
Definition at line 35 of file cc112moodle.php.
| const CC_TYPE_WEBLINK = 'imswl_xmlv1p1' |
Reimplemented from cc2moodle.
Definition at line 37 of file cc112moodle.php.