Tests
Need subscription flag (IQ): FLAG_MODULE_IQ_TEST
Need subscription flag (Self-knowledge): FLAG_MODULE_SELFKNOWLEDGE_TEST
It is used return details about the tests, or create new ones.
testID:
- 1 - IQ Test
- 2 - Self-knowledge test
Endpoints
Type | URI | Description |
---|---|---|
GET | ./teste | It is used to return the list with the available tests. |
POST | ./teste/start | It is used to start a new test. |
GET | ./teste/results | Returns completed test evaluations. |
GET | ./teste/question | Returns the next question with the answer options for a particular test. |
POST | ./teste/question | Send an answer to a question. |