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
\table[[\table[[What programming languages do],[you know?]],\table[[Add],[Answers]]],[\table[[Who is the greatest basketball],[player of all time?]],Add]]
Clicking on a poll displays the poll. For example:
What programming languages do you know?
Java
Python
C/C++
Note that a poll consists of a question and a number of possible answers. A poll can be single-choice or multiple-choice. For a single-choice 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
CC++
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:
Single-Choice
Note that if the Single-Choice checkbox is checked, the poll will be a single-choice poll; otherwise it will be a multiple-choice poll. After a poll is created, the user should be directed to the Add Answers page to
create a web application using Intellij that

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!