manager-app/manager_api_new/doc/QuizQuestion.md
Thomas Fransolet 4818a1af52 Configuration (create, update, del) + Section (create, update, del)
more test to be sure for section but should be ok
2025-05-13 17:12:04 +02:00

773 B

manager_api_new.model.QuizQuestion

Load the model package

import 'package:manager_api_new/api.dart';

Properties

Name Type Description Notes
id int
label List [default to const []]
responses List [default to const []]
resourceId String [optional]
resource QuizQuestionResource [optional]
order int [optional]

[Back to Model list] [Back to API list] [Back to README]