/// <summary> /// Sets the value of the <c><ResponseStatus></c> element. /// </summary> /// <param name="val">A ResponseStatus object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Status of the response."</para> /// <para>Version: 2.5</para> /// <para>Since: 2.1</para> /// </remarks> public void SetResponseStatus( ResponseStatus val ) { SetField( AssessmentDTD.ITEM_RESPONSESTATUS, val ); }
/// <summary> /// Sets the value of the <c><ResponseStatus></c> element. /// </summary> /// <param name="val">A ResponseStatus object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Status of the response."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.1</para> /// </remarks> public void SetResponseStatus(ResponseStatus val) { SetField(AssessmentDTD.ITEM_RESPONSESTATUS, val); }