Jump to

step1-l2-3-series

📜 Once you have created many questions in you database, you can be interested in using the Series feature of TestAPI :

Series are list of questions, eventually across topic and level, that can be used to try each question one by one, using :

  • the Quiz Mode : do questions one by one, go to the next only if correct answer,
  • the Test Mode : do all questions, get evaluated only at the end.

While series for topics and levels are automatically generated by TestAPI, you can also create custom series (ex: for mock exams, mini-tests, ...).

For that, create a series folder in the database repository, and create in it a markdown file like this :

# Title of the series

A short description of the series 

- step1 / l1 / 3-question
- step1 / l1 / 4-levels
- step2 / l2 / links
- step1 / l2 / 3-series

As you see, you just have to select questions that already exist in the database, and put their topic, level and qid separated by the / symbol.

🔔 You don't have to put spaces between each terms, this is just done here for readability. However, don't put the .md extension after the qid ...

???