Exemple #1
0
 /// <summary>
 /// Sets the value of the <c>RubricIdentifierType</c> attribute.
 /// </summary>
 /// <param name="val">A RubricIdentifierType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "The type of identifier that is provided for this ScoreTable."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetRubricIdentifierType(RubricIdentifierType val)
 {
     SetField(AssessmentDTD.RUBRICIDENTIFIER_RUBRICIDENTIFIERTYPE, val);
 }
 /// <summary>
 /// Sets the value of the <c>RubricIdentifierType</c> attribute.
 /// </summary>
 /// <param name="val">A RubricIdentifierType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "The type of identifier that is provided for this ScoreTable."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetRubricIdentifierType( RubricIdentifierType val )
 {
     SetField( AssessmentDTD.RUBRICIDENTIFIER_RUBRICIDENTIFIERTYPE, val );
 }