Public Member Functions | |
addPlacement ($obj) | |
Add new placement to list of placements. | |
addPreparation ($content) | |
INSERT BRIEF DESCRIPTION HERE. | |
clearPlacements () | |
Resets the placements array. | |
clearPreparations () | |
INSERT BRIEF DESCRIPTION HERE. | |
getDescription () | |
INSERT BRIEF DESCRIPTION HERE. | |
getLoadErrors () | |
INSERT BRIEF DESCRIPTION HERE. | |
getPlacements () | |
INSERT BRIEF DESCRIPTION HERE. | |
getPreparations () | |
INSERT BRIEF DESCRIPTION HERE. | |
getXML () | |
Retrieve raw XML from content module. | |
setDescription ($description) | |
Sets the instructor page description. |
The instructor page is one of the four tabs available in an activity on Interactivate. This tab displays information useful to an instructor, namely, a sample lesson plan, standards/textbook alignments and other tidbits.
SnapContentInteractivateInstructor::addPlacement | ( | $ | obj | ) |
Add new placement to list of placements.
$obj [string]: string of XML for the placement
SnapContentInteractivateInstructor::addPreparation | ( | $ | content | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
$content | [TYPE]: DESCRIPTION |
SnapContentInteractivateInstructor::clearPlacements | ( | ) |
Resets the placements array.
Call this method when modifying the list of placements, and then call addPlacement() to add new placements
SnapContentInteractivateInstructor::clearPreparations | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentInteractivateInstructor::getDescription | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentInteractivateInstructor::getLoadErrors | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentInteractivateInstructor::getPlacements | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentInteractivateInstructor::getPreparations | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
SnapContentInteractivateInstructor::getXML | ( | ) |
Retrieve raw XML from content module.
Calling getHTML(), which is the normal method to extract content from a content module, will return translated XML => HTML. To get the raw XML, use this method.
SnapContentInteractivateInstructor::setDescription | ( | $ | description | ) |
Sets the instructor page description.
The description is a snippet of XML and must be valid (plain text is valid)
$description | [string]: new description |