[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <LearningObjectives> element.
| C# | Visual Basic | Visual C++ |
public LearningObjectives LearningObjectives{ get; set;}
Public Property LearningObjectives As LearningObjectives
public: property LearningObjectives^ LearningObjectives { LearningObjectives^ get (); void set (LearningObjectives^ value); }
A LearningObjectives
The SIF specification defines the meaning of this null as: "Description of learning objective(s) for this lesson, i.e., "Student will be able to use Pythagorean Theorem."--equates to 'benchmark' or 'goal' or other terminology"
To remove the LearningObjectives, set LearningObjectives to null
Version: 2.0
Since: 1.5r1