SIFWorks ADK 2.0
ResponseTime Property
NamespacesEdustructures.SifWorks.AssessmentItemResponseTime

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

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

The SIF specification defines the meaning of this element as: "The length of time the student took to respond."

Version: 2.0

Since: 2.0

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