SIFWorks ADK 2.0
NumberOfAttempts Property
NamespacesEdustructures.SifWorks.AssessmentItemNumberOfAttempts

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <NumberOfAttempts> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<int> NumberOfAttempts{ get; set;}
Public Property NumberOfAttempts As Nullable(Of Integer)
public:
property Nullable<int> NumberOfAttempts {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The NumberOfAttempts element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The number of times a student changes their answer or attempts a response."

Version: 2.0

Since: 2.0

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10