Question
Hi Expert, Could you please assist with the assignment questions using the code provided? Please save the file as assg1.html. Open it in your preferred
Hi Expert,
Could you please assist with the assignment questions using the code provided? Please save the file as assg1.html. Open it in your preferred text editor and answer the questions in the code provided below.
- Don't change the code that has been provided.
- Screenshots of the question is provided below for references.
Questions :
1.Calculate the average of coursework, final exam, total mark and grade of the students
1.1 Implement JavaScript/jQuery to calculate the average of coursework, final assessment, total, and grade. Put the result in the average row section.
1.2 The view of average row section after calculate average function is implemented
2.Implement add data operation when user click the add icon
2.1 Click this icon, the add data operation able to detect that not all input fields have been completed by the user
2.2 Add data operation should also able to detect all possible invalid inputs by user
2.3 For a valid input, add data operation will automatically added new data in an ascending order (sorted by Name column)
2.4 Need to update average row data each time new data was added
3.Implement delete row operation when user click the delete icon
3.1 Click this icon, delete operation should ask the user for a confirmation
3.2 Need to update average row data each time after delete operation is performed
Code :
MWP Final Mark Data Entry
Name | Session | Coursework (70%) | Final Assessment (30%) | Total | Grade | |
---|---|---|---|---|---|---|
AIMI NAJWA | 20132014-2 | 49 | 18 | 67 | B | |
FAWWAZ | 20132014-2 | 53 | 39 | 92 | A+ | |
MAHFUD | 20132014-2 | 46 | 10 | 56 | C+ | |
AVERAGE |
Add data:
Name | Session | Coursework (70%) | Final Assessment (30%) | |
---|---|---|---|---|
Task Screenshots :
Task1 A AMAD Cinal A Anrl, Notn Entr! Task 1 MWP Final Mark Data Entry Add data: Task 2 MWP Final Mark Data Entry Add data: 2.1 Click this icon, the add data operation able to detect that not all input fields have been completed by the user Task 2 1 Add data: 2.1 Click this icon, the add data operation able to detect that not all input fields have been completed by the user MWP Final Mark Data Entry Add data: 2.2 Add data operation should also able to detect all possible invalid inputs by user MWP Final Mark Data Entry Add data: 2.3 For a valid input, add data operation will automatically added new data in an ascending order (sorted by 'Name' column) MWP Final Mark Data Entry MWP Final Mark Data Entry I , 2.4 Need to update average row data each time new data was added MWP Final Mark Data Entry Task 3 Task 3 MWP Final Mark Data Entry Aad aata: 3.2 Need to update average row data each time after delete operation is performed
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started