Moodle  2.2.1
http://www.collinsharper.com
cc112moodle Class Reference
Inheritance diagram for cc112moodle:
Collaboration diagram for cc112moodle:

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 ()

Detailed Description

Definition at line 33 of file cc112moodle.php.


Constructor & Destructor Documentation

__construct ( path_to_manifest)

Reimplemented from cc2moodle.

Definition at line 59 of file cc112moodle.php.


Member Function Documentation

convert_to_moodle_type ( cc_type)

Reimplemented from cc2moodle.

Definition at line 140 of file cc112moodle.php.

Reimplemented from cc2moodle.

Definition at line 163 of file cc112moodle.php.

Reimplemented from cc2moodle.

Definition at line 202 of file cc112moodle.php.

Reimplemented from cc2moodle.

Definition at line 152 of file cc112moodle.php.

Reimplemented from cc2moodle.

Definition at line 63 of file cc112moodle.php.

Here is the call graph for this function:

get_module_visible ( identifier) [protected]

(non-PHPdoc)

See also:
cc2moodle::get_module_visible()

Reimplemented from cc2moodle.

Definition at line 184 of file cc112moodle.php.


Field Documentation

$basicltins [static]
Initial value:
 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]
Initial value:
 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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations