-
Notifications
You must be signed in to change notification settings - Fork 0
Requirements
Siratee K edited this page Aug 27, 2021
·
3 revisions
- The application will display a list of available polls with a hyperlink to each of them. The polls that are not available should be hidden from the available polls list.
- After the user click on available poll items. They should be redirected to the polls submission page contained poll questions and a list of choices.
- Users can submit a choice on poll items.
- Users can modify the answer on their submission anytime during the polling period.
- Users can view the polls or survey results after they submit them anytime even if the poll is ended.
- Users can specify the starting/ending date on the poll they created.
- The polls question shouldn't display to the web visitor before the opening date.
- Adding or Modifying the poll's answers are not allowed after the closing date.