This project is a web-based marks calculator for COMSATS Institute of Information Technology. It allows students to calculate their total marks based on quizzes, assignments, and a mid-term exam.
- Enter marks for four quizzes (out of 10 each) and calculate the weighted total.
- Enter marks for four assignments (out of 10 each) and calculate the weighted total.
- Enter marks for the mid-term exam (out of 25) and calculate the total.
- Validate input marks to ensure they are within the valid range.
- Display the calculated total marks.
- Open the
index.html
file in a web browser. - Enter the marks obtained for each quiz (out of 10) in the corresponding input fields.
- Enter the marks obtained for each assignment (out of 10) in the corresponding input fields.
- Enter the marks obtained for the mid-term exam (out of 25) in the input field.
- Click the "Calculate" button to calculate the total marks.
- The calculated total marks will be displayed below the button.
Please ensure that the entered marks are within the valid ranges:
- Quizzes: 0 to 10
- Assignments: 0 to 10
- Mid-term Exam: 0 to 25
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.