///<summary>Sets the value of the <c>&lt;Baselines&gt;</c> element.</summary>
 /// <param name="Baseline">The pre-assessment data to evaluate the student on the learning objective.</param>
 ///<remarks>
 /// <para>This form of <c>setBaselines</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>Baselines</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetBaselines(Baseline Baseline)
 {
     RemoveChild(InstrDTD.RESPONSETOINTERVENTION_BASELINES);
     AddChild(InstrDTD.RESPONSETOINTERVENTION_BASELINES, new Baselines(Baseline));
 }
Esempio n. 2
0
 ///<summary>Sets the value of the <c>&lt;Baselines&gt;</c> element.</summary>
 /// <param name="Baseline">The pre-assessment data to evaluate the student on the learning objective.</param>
 ///<remarks>
 /// <para>This form of <c>setBaselines</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>Baselines</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetBaselines(Baseline Baseline)
 {
     RemoveChild(InstrDTD.RTIRESULTS_BASELINES);
     AddChild(InstrDTD.RTIRESULTS_BASELINES, new Baselines(Baseline));
 }