Application in Action
- The application begins by presenting the user with a menu
of choices:
When the user selects "Create a New Survey", the
user is prompted for a survey name:

- The user then gets a "new Question", which contains
the form fields needed to generate the question
- Notice that additional buttons are provided that allow the
user to either:
- modify the survey title, or
- quit the application
- An additional help button on the form provides help on filling
in the form
- Help provides more background on what it choice means
- This allows the text items in the list to be kept brief,
which assists regular users while not limiting new users
- Help is implemented as a pop-up dialog box in client-side
Javascript
