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

TypeURIDescription
GET./testeIt is used to return the list with the available tests.
POST./teste/startIt is used to start a new test.
GET./teste/resultsReturns completed test evaluations.
GET./teste/questionReturns the next question with the answer options for a particular test.
POST./teste/questionSend an answer to a question.