Exemplo n.º 1
0
 ///<summary>Sets the value of the <c>&lt;LearningObjectives&gt;</c> element.</summary>
 /// <param name="LearningObjective">A LearningObjective</param>
 ///<remarks>
 /// <para>This form of <c>setLearningObjectives</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>LearningObjectives</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetLearningObjectives(LearningObjective LearningObjective)
 {
     RemoveChild(Sif3assessmentDTD.ACTIVITY_LEARNINGOBJECTIVES);
     AddChild(Sif3assessmentDTD.ACTIVITY_LEARNINGOBJECTIVES, new LearningObjectiveList(LearningObjective));
 }
Exemplo n.º 2
0
 ///<summary>Sets the value of the <c>&lt;LearningObjectives&gt;</c> element.</summary>
 /// <param name="LearningObjective">A LearningObjective</param>
 ///<remarks>
 /// <para>This form of <c>setLearningObjectives</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>LearningObjectives</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetLearningObjectives( LearningObjective LearningObjective )
 {
     RemoveChild( Sif3assessmentDTD.ACTIVITY_LEARNINGOBJECTIVES);
     AddChild( Sif3assessmentDTD.ACTIVITY_LEARNINGOBJECTIVES, new LearningObjectiveList( LearningObjective ) );
 }