[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual 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 )
- 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.