Add Reading Question
cl_add_reading_questionInsert a reading comprehension question into the database by providing the passage, question, answer options, correct answer index, and CEFR level, with an optional sort order for display.
Instructions
Inserts a new reading comprehension question into the reading_questions table. Provide a passage, question, answer options, and the index of the correct answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | Yes | CEFR level for the question | |
| options | Yes | Answer options (2–6 choices) | |
| passage | Yes | The reading passage text | |
| question | Yes | The comprehension question | |
| sortOrder | No | Sort order for display (default 0) | |
| correctIndex | Yes | Zero-based index of the correct answer in the options array |