Package org.javlo.component.form
Class GenericQuiz.Status
- java.lang.Object
-
- org.javlo.component.form.GenericQuiz.Status
-
- Enclosing class:
- GenericQuiz
public static class GenericQuiz.Status extends Object
-
-
Constructor Summary
Constructors Constructor Description Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getQuestion()
GenericQuiz.Response
getResponse()
List<GenericQuiz.Response>
getResponses()
void
reset(ContentContext ctx, GenericQuiz comp)
void
setQuestion(int question)
-
-
-
Method Detail
-
reset
public void reset(ContentContext ctx, GenericQuiz comp)
-
getQuestion
public int getQuestion()
-
setQuestion
public void setQuestion(int question)
-
getResponses
public List<GenericQuiz.Response> getResponses()
-
getResponse
public GenericQuiz.Response getResponse()
-
-