public class Quiz extends java.lang.Object implements IZITravelEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Quiz.Answer
The answer to the quiz.
|
| Modifier and Type | Field and Description |
|---|---|
Quiz.Answer[] |
answers
Array of answers.
|
java.lang.String |
comment
The comment for a correct answer.
|
java.lang.String |
question
Quiz's question.
|
| Constructor and Description |
|---|
Quiz() |
public java.lang.String question
public java.lang.String comment
public Quiz.Answer[] answers