Click or drag to resize

QuizBlockReferenceModelLearningGoal Property

Categorizes the QuizBlock by academic area.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string LearningGoal { get; set; }

Property Value

Type: String
Remarks

This allows to select the category or type of questions to be shown to the user at a specific point in the simulation. It is especially useful in adaptive learning environments.

See Also