PackageDescription: SurveyModel


Survey Model

Last published: June 30, 2005 by 'michael'

Defines 10 Classes
Extends 14 Classes


This is the Domain Model for the Survey's.

Survey: The main Survey object that has a title, responseSet's and questions
ResponseSet: A set of response's given to us by a user answering a Survey
Response: A single response that links an answer to a question for a ResponseSet
Question: An abstract kind of question for Survey, split in to Single and Multi answered questions
Answer: An answer that can be provided as a response to a Question
OtherAnswer: An answer that will take a reason for not being part of the main set of answers