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 used to save quiz entries in database for quiz template's simulator. More...
Public Member Functions | |
QuizModel () | |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
String | getQuestion () |
void | setQuestion (String question) |
ArrayList< String > | getOptions () |
void | setOptions (ArrayList< String > options) |
int | getCorrectAnswer () |
void | setCorrectAnswer (int correctAnswer) |
Static Public Attributes | |
static final Creator< QuizModel > | CREATOR |
Private Member Functions | |
QuizModel (Parcel in) | |
Private Attributes | |
String | question |
ArrayList< String > | options |
int | correctAnswer |
Model used to save quiz entries in database for quiz template's simulator.
Created by Anupam (opticod) on 11/8/16.
|
private |
org.buildmlearn.toolkit.quiztemplate.data.QuizModel.QuizModel | ( | ) |
int org.buildmlearn.toolkit.quiztemplate.data.QuizModel.describeContents | ( | ) |
int org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getCorrectAnswer | ( | ) |
ArrayList<String> org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getOptions | ( | ) |
String org.buildmlearn.toolkit.quiztemplate.data.QuizModel.getQuestion | ( | ) |
void org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setCorrectAnswer | ( | int | correctAnswer | ) |
void org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setOptions | ( | ArrayList< String > | options | ) |
void org.buildmlearn.toolkit.quiztemplate.data.QuizModel.setQuestion | ( | String | question | ) |
void org.buildmlearn.toolkit.quiztemplate.data.QuizModel.writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
|
private |
|
static |
|
private |
|
private |