SIFWorks ADK 2.0
StudentScoreSet Constructor (refId, scoreMetric, assessmentAdministrationRefId, studentPersonalRefId)
NamespacesEdustructures.SifWorks.AssessmentStudentScoreSetStudentScoreSetStudentScoreSetNew(String, AssessmentReportingMethod, String, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public StudentScoreSet(
	string refId,
	AssessmentReportingMethod scoreMetric,
	string assessmentAdministrationRefId,
	string studentPersonalRefId
)
Public Sub New ( _
	refId As String, _
	scoreMetric As AssessmentReportingMethod, _
	assessmentAdministrationRefId As String, _
	studentPersonalRefId As String _
)
public:
StudentScoreSet (
	String^ refId, 
	AssessmentReportingMethod^ scoreMetric, 
	String^ assessmentAdministrationRefId, 
	String^ studentPersonalRefId
)
Parameters
refId (String)
The GUID that uniquely identifies an instance of the object.
scoreMetric (AssessmentReportingMethod)
The metric or scale used to report the score.
assessmentAdministrationRefId (String)
The administration associated with this score set.
studentPersonalRefId (String)
The student associated with the response set.

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