0% found this document useful (0 votes)
14 views1 page

JavaScript Exercise

The document outlines a project for a Feedback Survey Form that calculates and displays average ratings based on user input. It includes features such as conditional statements for feedback, loops for average calculation, arrays for storing ratings, and event handling for form submission. The objective is to create an interactive form for users to rate various aspects of an event.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

JavaScript Exercise

The document outlines a project for a Feedback Survey Form that calculates and displays average ratings based on user input. It includes features such as conditional statements for feedback, loops for average calculation, arrays for storing ratings, and event handling for form submission. The objective is to create an interactive form for users to rate various aspects of an event.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

JavaScript

Project: Feedback Survey Form

The form will calculate the average rating and display feedback based on the average.

Objective:

1. Create a form where users can input their ratings for multiple aspects of an event.

Features:
• Conditional Statements: Used to display feedback based on the average rating.
• Loops: Used to iterate over an array of ratings to calculate the average.
• Arrays: Used to store user input ratings.
• Events: Used to handle form submission and button clicks.

You might also like