fallbackQuiz top-level property
Map<String, dynamic>
fallbackQuiz
getter/setter pair
Implementation
Map<String, dynamic> fallbackQuiz = {
"quizType": "FALLBACK",
"currentStepIndex": 0,
"quizTitle": "Indisponibilité temporaire",
"showBottomActions": false,
"dictionnary": {
"next": "Suivant",
"previous": "Précédent",
"terminate": "Terminer",
},
"theme": {
"appBackgroundImage": "https://images.pexels.com/photos/158826/structure-light-led-movement-158826.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1",
"maxQuizHeight": 200,
"textColor": "hex(FFFFFF)",
"selectedColor": "hex(FF1515)",
"questionBackgroundColor": "hex(00FFFFFF)",
"quizBoxBackgroundColor": "hex(55FF1515)",
"quizBoxBackgroundBlurRadius": 8,
},
"steps": [
{
"stepKey": "fallback_message",
"stepLabel": "Information",
"showStepLabel": false,
"questions": [
{
"internal": false,
"questionKey": "fallback_markdown",
"label": "",
"type": "markdown",
"params": {
"mandatory": false,
"description": """
Le formulaire n’a pas pu être chargé correctement.\n\nCela peut être dû à une indisponibilité temporaire ou à une erreur technique.\n\nVeuillez essayer à nouveau un peu plus tard.
""",
}
}
]
}
]
};