...
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
Security
PERSON_TEST_READ
Returns
Code Block |
---|
[{"successschoolId" : "truejwilson219", "name"results:"Scholastic :Assessment "100Test", "rowstestCode" :"SAT", [{"codesubTestCode" : "ACTLIT", "namesubTestName" : "American College TestLIT", "subTestCodetakenDate" : "ENG2012-01-01", "score":2059.00, "subTestNamestatus" : "EnglishAccepted", "outcome"takenDate:"Take :ENGL 102"1332216000000", "scoretestProviderLink" : "28"}null, "hasDetails":null}, {"codeschoolId" : "ACTjwilson219", "name" : "American College TestTesting", "testCode":"ACT", "subTestCode" : "MATH", "subTestName":"MATH", "subTestNametakenDate" : "Mathematics2012-01-01", "score":19.00, "takenDatestatus":"Accepted", : "1332216000000outcome",:Take MATH 201 or higher, "scoretestProviderLink" : "24"}, ... ] }"http://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
|