///<summary>Sets the value of the <c><ItemRubricIds></c> element.</summary> /// <param name="ItemRubricId">If this item is scored using a rubric, this will identify the specific rubric used.</param> ///<remarks> /// <para>This form of <c>setItemRubricIds</c> is provided as a convenience method /// that is functionally equivalent to the <c>ItemRubricIds</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetItemRubricIds( ItemRubricId ItemRubricId ) { RemoveChild( AssessmentDTD.SIF3ASSESSMENTITEM_ITEMRUBRICIDS); AddChild( AssessmentDTD.SIF3ASSESSMENTITEM_ITEMRUBRICIDS, new ItemRubricIds( ItemRubricId ) ); }
///<summary>Sets the value of the <c><ItemRubricIds></c> element.</summary> /// <param name="ItemRubricId">If this item is scored using a rubric, this will identify the specific rubric used.</param> ///<remarks> /// <para>This form of <c>setItemRubricIds</c> is provided as a convenience method /// that is functionally equivalent to the <c>ItemRubricIds</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetItemRubricIds(ItemRubricId ItemRubricId) { RemoveChild(AssessmentDTD.SIF3ASSESSMENTITEM_ITEMRUBRICIDS); AddChild(AssessmentDTD.SIF3ASSESSMENTITEM_ITEMRUBRICIDS, new ItemRubricIds(ItemRubricId)); }