summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/backend/resources/Question.java
AgeCommit message (Collapse)Author
2013-09-17Fixing question 4 to skip 4a in some cases.Jesse Morgan
For this fix I am moving Question and Answer from the backend into a new model package. Question is now used in SurveyPageResource instead of the Map. Eventually I should encode/decode the model from the json directly. I am adding support to the Question model to find the next question based on the answer to the current question. If the answer has a specific nextQuestion field, that is used. Otherwise the question's nextQuestion field is used. This is to facilitate skipping irrelevant questions.
2013-08-21Adding images, creating circle questions and misc. fixes.Jesse Morgan
2013-08-04Committing everything since its long overdue.Jesse Morgan