The Examplary platform supports AI-assisted question generation for custom question types.
You can enable this feature by configuring the generation option in your question type's metadata.
The generation field is an object that defines the settings for AI-assisted question generation.
Specify an enabled boolean to turn this feature on or off, and provide any additional instructions for the AI.
{
"generation": {
"enabled": true,
"instructions": "Requires an `options` setting with an array of strings that will be used as multiple choice options. Also set `possibleAnswers` to an array containing the accepted option values for response processing."
}
}