Unity-SCORM Integration Kit
1.0
Integrate Unity3d Projects with your LMS via SCORM
|
Stores the SCORM data returned from the LMS. More...
Classes | |
class | CommentsFromLearner |
cmi.comments_from_learner.X datatype More... | |
class | CommentsFromLMS |
cmi.comments_from_lms.X datatype More... | |
class | LearnerInteractionCorrectResponse |
cmi.interactions.n.correct_responses.n.X datatype More... | |
class | LearnerInteractionObjective |
cmi.interactions.n.objectives.X datatype More... | |
class | LearnerInteractionRecord |
cmi.interactions.n.X datatype More... | |
class | LearnerPreference |
cmi.learner_preference.X datatype More... | |
class | LearnerScore |
cmi.score.X datatype More... | |
class | Objectives |
cmi.objectives.n.X datatype More... | |
Properties | |
string | version [get, set] |
cmi._version More... | |
List< CommentsFromLearner > | commentsFromLearner [get, set] |
cmi.comments_from_learner.X More... | |
List< CommentsFromLMS > | commentsFromLMS [get, set] |
cmi.comments_from_lms.X More... | |
CompletionStatusType | completionStatus [get, set] |
cmi.completion_status More... | |
float | completionThreshold [get, set] |
cmi.completion_threshold More... | |
CreditType | credit [get, set] |
cmi.credit More... | |
EntryType | entry [get, set] |
cmi.entry More... | |
List< LearnerInteractionRecord > | interactions [get, set] |
cmi.cmi.interactions.n.X More... | |
string | launchData [get, set] |
cmi.launch_data More... | |
string | learnerID [get, set] |
cmi.learner_id More... | |
string | learnerName [get, set] |
cmi.learner_name More... | |
LearnerPreference | learnerPreference [get, set] |
cmi.learner_preference.X More... | |
LearnerScore | learnerScore [get, set] |
cmi.score. More... | |
string | location [get, set] |
cmi.location More... | |
List< Objectives > | objectives [get, set] |
cmi.objectives.n.X More... | |
float | maxTimeAllowed [get, set] |
cmi.max_time_allowed More... | |
ModeType | mode [get, set] |
cmi.mode More... | |
float | progressMeasure [get, set] |
cmi.progress_measure More... | |
float | scaledPassingScore [get, set] |
cmi.scaled_passing_score More... | |
SuccessStatusType | successStatus [get, set] |
cmi.success_status More... | |
string | suspendData [get, set] |
cmi.suspend_data More... | |
TimeLimitActionType | timeLimitAction [get, set] |
cmi.time_limit_action More... | |
float | totalTime [get, set] |
cmi.total_time More... | |
Stores the SCORM data returned from the LMS.
Only used to define the properties to reflect the SCORM data model. No methods are defined.
cmi.interactions.n.result datatype
The 'estimate' value is set when the result is a real number that reflects a judgment on the correctness of the result. If a value of 'estimate' is set, then the 'estimate' float value stored in the LearnerInteractionRecord is sent to the LMS as the result
Enumerator | |
---|---|
correct | |
incorrect | |
unanticipated | |
neutral | |
estimate | |
not_set |
|
getset |
cmi.comments_from_learner.X
The collection of comments made by the learner.
|
getset |
cmi.comments_from_lms.X
The collection of comments from the LMS for this SCO.
|
getset |
cmi.completion_status
Indicates whether the learner has completed the SCO
|
getset |
cmi.completion_threshold
Used to determine whether the SCO should be considered complete
|
getset |
cmi.credit
Indicates whether the learner will be credited for performance in the SCO
|
getset |
cmi.entry
Asserts whether the learner has previously accessed the SCO
|
getset |
cmi.cmi.interactions.n.X
The collection of interactions for this student
|
getset |
cmi.launch_data
Data provided to a SCO after launch, initialized from the dataFromLMS manifest element
|
getset |
cmi.learner_id
Identifies the learner on behalf of whom the SCO was launched
|
getset |
cmi.learner_name
Name provided for the learner by the LMS
|
getset |
cmi.learner_preference.X
Aggregate object to store the learner preference items
|
getset |
cmi.score.
Aggregate object to store the learner's score for this SCO
|
getset |
cmi.location
The learner’s current location in the SCO. Acts as a bookmark for when a student re-visits an incomplete SCO. Set the location, and then set the exit type to 'suspend'.
|
getset |
cmi.max_time_allowed
Amount of accumulated time the learner is allowed to use a SCO
|
getset |
cmi.mode
Identifies one of three possible modes in which the SCO may be presented to the learner
|
getset |
cmi.objectives.n.X
The collection of objectives for this SCO
|
getset |
cmi.progress_measure
Measure of the progress the learner has made toward completing the SCO
|
getset |
cmi.scaled_passing_score
Scaled passing score required to master the SCO
|
getset |
cmi.success_status
Indicates whether the learner has mastered the SCO
|
getset |
cmi.suspend_data
Provides space to store and retrieve data between learner sessions/remarks>
|
getset |
cmi.time_limit_action
Indicates what the SCO should do when cmi.max_time_allowed is exceeded
|
getset |
cmi.total_time
Sum of all of the learner’s session times accumulated in the current learner attempt
|
getset |
cmi._version
Represents the version of the data model