Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need to know how to convert an HTML text box program that adds multiple text boxes and uses a javacript function to print out

I need to know how to convert an HTML text box program that adds multiple text boxes and uses a javacript function to print out a total, into a javascript function/or multiple that will accomplish the same thing.

problem below.

-------------

Rewrite the grade calculator HTML page such that it uses objects, and retains the object data using cookies please use the HTML you created in Lab 02. You can implement a Save button to store the assignment data in the cookie. Make sure you have a way to demonstrate that the data is actually saved to the cookie. How? Can you populate the data on the HTML page from whats stored in the cookie? In your lab report, clearly demo how you implement this requirement using cookie.

Each assessment (a lab, quiz, exam, participation, and so forth) can be modeled as an Assessment (JavaScript) object whose class diagram is shown on the right. You should use array(s) to group the assessments into a single object (for example Grades). This object can include grade calculations. A single top-level object can facilitate storing data into the cookie.

image text in transcribed

One tip: if an Assessments name is the same as the id of the corresponding textbox, your (coding) life can be easier.

Assessment -name -maxpoint -earnedpoint Assessment -name -maxpoint -earnedpoint

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions