示例#1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ResponseCorrectness&gt;</c> element.
 /// </summary>
 /// <param name="val">A ResponseCorrectness object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "After the test has been scored, this value will indicate the correctness of the response. This element will be missing if the response has not yet been scored. For open ended items that are scored using a rubric, this value will also likely be missing. These items do not fall nicely into the right/wrong category."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetResponseCorrectness( ResponseCorrectness val )
 {
     SetField( AssessmentDTD.ITEMSIF3_RESPONSECORRECTNESS, val );
 }
示例#2
0
 /// <summary>
 /// Sets the value of the <c>&lt;ResponseCorrectness&gt;</c> element.
 /// </summary>
 /// <param name="val">A ResponseCorrectness object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "After the test has been scored, this value will indicate the correctness of the response. This element will be missing if the response has not yet been scored. For open ended items that are scored using a rubric, this value will also likely be missing. These items do not fall nicely into the right/wrong category."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetResponseCorrectness(ResponseCorrectness val)
 {
     SetField(AssessmentDTD.ITEMSIF3_RESPONSECORRECTNESS, val);
 }