Пример #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;AttemptStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A AttemptStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This element indicates if the student attempted the item. If a full or partial response is present then the item should be considered attempted. If the student never responded then the item was not attempted. If the item was answered and then later the answer was removed, then it is the rule of the assessment system that would determine if that was considered an attempt. For paper tests, an erasure would also be determined by the rules of the assessment system (assuming gray scanning scale capabilities)."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAttemptStatus( AttemptStatus val )
 {
     SetField( AssessmentDTD.ITEMSIF3_ATTEMPTSTATUS, val );
 }
Пример #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;AttemptStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A AttemptStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This element indicates if the student attempted the item. If a full or partial response is present then the item should be considered attempted. If the student never responded then the item was not attempted. If the item was answered and then later the answer was removed, then it is the rule of the assessment system that would determine if that was considered an attempt. For paper tests, an erasure would also be determined by the rules of the assessment system (assuming gray scanning scale capabilities)."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAttemptStatus(AttemptStatus val)
 {
     SetField(AssessmentDTD.ITEMSIF3_ATTEMPTSTATUS, val);
 }