![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Model used to save quiz entries in database for quiz template's app. 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) |
Public Attributes | |
| final Parcelable.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 app.
Created by Anupam (opticod) on 11/8/16.
|
private |
| org.buildmlearn.quiztime.data.QuizModel.QuizModel | ( | ) |
| int org.buildmlearn.quiztime.data.QuizModel.describeContents | ( | ) |
| int org.buildmlearn.quiztime.data.QuizModel.getCorrectAnswer | ( | ) |
| ArrayList<String> org.buildmlearn.quiztime.data.QuizModel.getOptions | ( | ) |
| String org.buildmlearn.quiztime.data.QuizModel.getQuestion | ( | ) |
| void org.buildmlearn.quiztime.data.QuizModel.setCorrectAnswer | ( | int | correctAnswer | ) |
| void org.buildmlearn.quiztime.data.QuizModel.setOptions | ( | ArrayList< String > | options | ) |
| void org.buildmlearn.quiztime.data.QuizModel.setQuestion | ( | String | question | ) |
| void org.buildmlearn.quiztime.data.QuizModel.writeToParcel | ( | Parcel | dest, |
| int | flags | ||
| ) |
|
private |
| final Parcelable.Creator<QuizModel> org.buildmlearn.quiztime.data.QuizModel.CREATOR |
|
private |
|
private |
1.8.11