...
This API returns standardized tests that the student has taken and the scores earned. Example tests that could be returned are ACT, SAT, placement tests, and others.
Info |
---|
Change Log
|
Get All Tests
GET /ssp/api/1/person/{id}/test
...
PERSON_TEST_READ
Returns
Code Block |
---|
[{"successschoolId" : "truejwilson219", "resultsname" : "100",Scholastic Assessment Test"rows" : , [{"schoolIdtestCode":"0123456SAT", "codesubTestCode" : "ACTLIT", "namesubTestName" : "American College TestLIT", "subTestCodetakenDate" : "ENG2012-01-01", "subTestNamescore" : "English", :2059.00, "takenDatestatus" : "2012-03-20Accepted", "scoreoutcome" : "28"Take ENGL 102", "statustestProviderLink":"Accepted"null, "hasDetails":null}, {"schoolId":"0123456jwilson219", "name"code:"American :College Testing"ACT", "nametestCode" : "American College TestACT", "subTestCode" : "MATH", "subTestName" : "MathematicsMATH", "takenDate" : "2012-0301-2001", "score":19.00, "status":"scoreAccepted", : "24" outcome":Take MATH 201 or higher, "testProviderLink"status:"http:"Accepted"},//www.provider.com/details", "hasDetails":true} ] } |
Get Smarter Measure Test Report
GET /ssp/api/1/person/id/test/details?testCode={testcode}&subTestCode={subtestcode}
Use
An integration has been developed with Smarter Measure to provide a link from the Placement Test tab in SSP to the actual results from a test. SSP will generate the link within the application to the specific test. Additional configuration is required as defined in the SSP configuration (introduced in v2.4.0)
Security
PERSON_TEST_READ
Returns
Code Block |
---|
Smarter Measure's detail report on the student's test results in html format
|