So here is the plan of the pages:
Since there is two kind of pages- those which will be visible to regular users (survey answerers)
and those which will be visible to application adminstrator
i gave the page names different coloring: the admin pages are blue and the others are red.
- home
In this page will have only login control and register link since all (even survey takers ) have to register(sign up) themselves with some elementar personal details. This will give me the ability to identify the answers of each user. - survey
In this page all the surveys questions will be dispayed to user, and the submit button will send all his answers to appropriate database fields. - thanks
In this page will be display the "thank you" message after user successfully finished to answer the survey. - admin_home
In this page will be a list of all surveys. - build_question
Here will be a form there administrator will be able to
Add a new question to survey: define the question type and add the answers. - all_answerers_of_survey
Here the administrator will see the list fo all answerers of current survey . - view_answers
Here the administrator will be able to view the survey results (answers) of each user.
No comments:
Post a Comment