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 information is on the papers I also including

some css and html style survey the backend i will be using

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 information is on the papers I also including some css and html style survey the backend i will be using is PostgreSQL. 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 go 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 son format and run request post in database. Not sure how this will work but I think this is how it's supposed to be. body { background: linear-gradient(lightpink, lightgreen); introDiv margin-top: 5%; text-align: center; } . formDiv { margin-top: 20%; padding: 40px; width: 600px; border: 1px solid green; margin: auto; .surveyDataDiv{ margin-top: 5%; Thank you for taking your time to complete a student's survey! Full name: Student's ID#: Semester: Please Select... v Subject: Please Select... Course ID#: Please Select... v Your Rating for this course: 01 0 2 O 3 4 5 Submit Survey! Total # of surveys submitted! Past survey details

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 Databases Questions!