![]() |
BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Model class for Quiz Template Editor data. More...


Public Member Functions | |
| QuizModel (String question, ArrayList< String > options, int correctAnswer) | |
| String | getQuestion () |
| ArrayList< String > | getOptions () |
| int | getCorrectAnswer () |
| Element | getXml (Document doc) |
| boolean | isSelected () |
| void | setIsSelected (boolean isSelected) |
Private Attributes | |
| final String | question |
| final ArrayList< String > | options |
| final int | correctAnswer |
| boolean | isSelected |
Model class for Quiz Template Editor data.
Created by abhishek on 28/5/15.
| org.buildmlearn.toolkit.templates.QuizModel.QuizModel | ( | String | question, |
| ArrayList< String > | options, | ||
| int | correctAnswer | ||
| ) |
| int org.buildmlearn.toolkit.templates.QuizModel.getCorrectAnswer | ( | ) |
| ArrayList<String> org.buildmlearn.toolkit.templates.QuizModel.getOptions | ( | ) |
| String org.buildmlearn.toolkit.templates.QuizModel.getQuestion | ( | ) |
| Element org.buildmlearn.toolkit.templates.QuizModel.getXml | ( | Document | doc | ) |
| boolean org.buildmlearn.toolkit.templates.QuizModel.isSelected | ( | ) |
| void org.buildmlearn.toolkit.templates.QuizModel.setIsSelected | ( | boolean | isSelected | ) |
|
private |
|
private |
|
private |
|
private |
1.8.11