Docs: Update README with new supported question types and JSON parsing engine
This commit is contained in:
@@ -127,10 +127,24 @@ Person 2 | Yann | 19/01/2000 | no
|
||||
|
||||
## Supported questions type
|
||||
|
||||
### Select
|
||||
MoodleGPT now utilizes strict strongly-typed JSON schema generation. Complex question logic is mapped directly from the Moodle DOM structure to the LLM backend for perfect, index-matched interaction.
|
||||
|
||||
### Calculated Questions (Numerical / Multi)
|
||||
|
||||

|
||||
|
||||
### Select (Missing Words / Gapselect)
|
||||
|
||||

|
||||
|
||||
### Match Questions
|
||||
|
||||
Extracts options seamlessly per row.
|
||||
|
||||
### Drag and Drop Into Text
|
||||
|
||||
Under the hood matching using native `.placeinput` tags for accurate invisible placement dropping.
|
||||
|
||||
### Put in order question
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user