Docs
| AirtableApiKey | text | Set the Airtable API key. |
| AirtableBaseId | text | Set the Airtable Base ID. |
| AirtableTableName | text | Set the Airtable Table Name. |
| QuizTimeLimit |
text| Set the quiz time limit in milliseconds. |
| QuestionTimeLimit | text | Set the question time limit in milliseconds. |
Add a new quiz question to a specified category.
Rendering block preview…
| category | text | |
| question | text | |
| option1 | text | |
| option2 | text | |
| option3 | text | |
| option4 | text | |
| correctAnswer | number | |
| hint | text | |
| difficulty | text |
Edit an existing quiz question in a specified category.
Rendering block preview…
| category | text | |
| questionIndex | number | |
| newQuestion | text | |
| newOption1 | text | |
| newOption2 | text | |
| newOption3 | text | |
| newOption4 | text | |
| newCorrectAnswer | number | |
| newHint | text | |
| newDifficulty | text |
Delete a quiz question from a specified category.
Rendering block preview…
| category | text | |
| questionIndex | number |
Add a new category.
Rendering block preview…
| category | text |
Delete a category.
Rendering block preview…
| category | text |
Update the name of a category.
Rendering block preview…
| oldCategory | text | |
| newCategory | text |
Display a quiz question from a specified category by its index.
Rendering block preview…
| category | text | |
| questionIndex | number |
Fetch quiz questions from an Airtable database.
Rendering block preview…
Start a new quiz.
Rendering block preview…
| category | text |
Display the next quiz question.
Rendering block preview…
Submit an answer for the current question.
Rendering block preview…
| selectedOption | number |
End the quiz and provide a summary.
Rendering block preview…
Check if the quiz time limit has been reached.
Rendering block preview…
returnType : boolean
Check if the question time limit has been reached.
Rendering block preview…
returnType : boolean
Get the current question index.
Rendering block preview…
returnType : number
Get the total number of questions in the quiz.
Rendering block preview…
returnType : number
Get the number of attempted questions.
Rendering block preview…
returnType : number
Get the number of correct answers.
Rendering block preview…
returnType : number
Get the number of wrong answers.
Rendering block preview…
returnType : number
Reset the quiz state.
Rendering block preview…
Set the Airtable API key.
Rendering block preview…
Set the Airtable Base ID.
Rendering block preview…
Set the Airtable Table Name.
Rendering block preview…
Set the quiz time limit in milliseconds.
Rendering block preview…
Set the question time limit in milliseconds.
Rendering block preview…
Rendering block preview…
Rendering block preview…
Rendering block preview…
Rendering block preview…
Rendering block preview…
Triggered when a quiz question is added.
Rendering block preview…
| category | text | |
| question | text |
Triggered when a quiz question is edited.
Rendering block preview…
| category | text | |
| questionIndex | number | |
| newQuestion | text |
Triggered when a quiz question is deleted.
Rendering block preview…
| category | text | |
| questionIndex | number |
Triggered when a new category is added.
Rendering block preview…
| category | text |
Triggered when a category is deleted.
Rendering block preview…
| category | text |
Triggered when a category is updated.
Rendering block preview…
| oldCategory | text | |
| newCategory | text |
Triggered when a quiz question is displayed with detailed options.
Rendering block preview…
| category | text | |
| question | text | |
| option1 | text | |
| option2 | text | |
| option3 | text | |
| option4 | text | |
| correctAnswerIndex | number | |
| hint | text | |
| difficulty | text |
Triggered when a quiz summary is ready.
Rendering block preview…
| totalQuestions | number | |
| attemptedQuestions | number | |
| correctAnswers | number | |
| wrongAnswers | number | |
| totalTimeTaken | number |
Triggered when the quiz timer has ended.
Rendering block preview…
Triggered when the question timer has ended.
Rendering block preview…
Thank you
Releases
com.devxlabs.quizmaster.aix
21 KB
Sep 12, 2024
AIX package
Release notes not provided.