Question: can you please write the code for me and write it in a way that I can just copy and paste it to the program.


can you please write the code for me and write it in a way that I can just copy and paste it to the program. all the instructions is on the papers. thank you in advance
PROJECT GOAL: Create a short survey form for students to rate a course. The courses and course ID are pre- determined with dropdown to limit the type of data we are working with. CURRENT STATUS: HTML filename = Survey.html CSS filename = Survey_style.css HTML PAGE + CSS You can add a horizontal navigation bar with list for: Home, About Our Teams, Other Survey Templates, etc...all of these links should not anywhere so use Make the navigation background color lightgreen to in sync with the page. You can add other contents if you want around the survey form, just don't change the id names below. We will all use the same id to pull in the data and implement event listener for buttons and such. Form id: formData fullname semester subject coursed rating Button id: submitSurveyBtn pastSurveyBtn totalNumOfSurveyBtn displayDatabaseData DATABASE: I think everyone needs to create their own database for now with the following setup and insert a row or 2 rows of values. Database name = final_project Table name = surveydata Table columns: fullname varchar(30) emplid varchar (8) primary key semester varchar(20) subject varchar(20) courseid char(4) rating int BUTTON When click on submit button, it needs to grab all information entered on the form, put in into Json format and run request post in database. Not sure how this will work but I think this is how it's supposed to be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
