Get next placement test
Returns the next placement test for the student in a subject:
- If the student has completed all placement tests for the subject, the next test’s lesson ID will be null. Tests will also be marked as exhausted.
- If the student hasn’t completed a single placement test, returns the first placement test’s lesson ID for the subject.
- If the student has completed some placement tests, it will return null for the next test’s lesson ID if the last completed test had a score smaller than 90.
- Alternatively, it will return the next available placement test’s lesson ID if the score was greater than or equal to 90.
Also returns the ‘onboarded’ boolean that indicates if the student completed the onboarding process for the subject:
- A ‘onboarded = true’ means they either completed and passed all placement tests or they have gotten a score smaller than 90 in the last completed placement test.
- A ‘onboarded = false’ means they haven’t completed placement tests yet or have achieved a score of 90 or greater in the last completed placement test and there are more tests to take.
A ‘Lesson’ in this context is a ComponentResource object which has a Resource object with metadata.lessonType = “placement” associated with it.
Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The sourcedId of the student
The subject name
Reading, Language, Vocabulary, Social Studies, Writing, Science, FastMath, Math, None, Other Response
Success
Whether the student has exhausted all placement tests
The grade level of the next placement test
-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 "3"
The sourcedId of the next placement test (ComponentResource)
Whether the student has completed the onboarding process for the subject
The number of placement tests available for the subject