Question: create a web application using Intellij that manages online polls. Your application must be implemented as a Spring Boot MVC application The main page of
create a web application using Intellij that manages online polls. Your application must be implemented as a Spring Boot MVC application
The main page of the application lists the existing polls. For example:
Create Poll
tabletableWhat programming languages doyou know?tableAddAnswerstableWho is the greatest basketballplayer of all time?Add
Clicking on a poll displays the poll. For example:
What programming languages do you know?
Java
Python
CC
Note that a poll consists of a question and a number of possible answers. A poll can be singlechoice or multiplechoice. For a singlechoice poll, the answers are displayed with radio buttons, while for a multiplechoice poll, the answers are displayed with checkboxes.
A user may click on Add Answers to add more answers to a poll. For example:
Back to Polls
What programming languages do you know?
Java
Python
After a new answer is added, the user should be redirected back to the Add Answers page. Clicking on Back to Polls should take the user back to the main page.
When a user clicks on Create Poll, the application shows the following page where the user can create a new poll:
Question:
SingleChoice
Note that if the SingleChoice checkbox is checked, the poll will be a singlechoice poll; otherwise it will be a multiplechoice poll. After a poll is created, the user should be directed to the Add Answers page to
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
