Ejemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ViewStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A ViewStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This element will indicate if the item has been viewed or not by the student. Note this value can only be determined for online delivered tests. Paper tests should not use this attribute."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetViewStatus( ViewStatus val )
 {
     SetField( AssessmentDTD.ITEMSIF3_VIEWSTATUS, val );
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;ViewStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A ViewStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This element will indicate if the item has been viewed or not by the student. Note this value can only be determined for online delivered tests. Paper tests should not use this attribute."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetViewStatus(ViewStatus val)
 {
     SetField(AssessmentDTD.ITEMSIF3_VIEWSTATUS, val);
 }