The management and teachers at a School have conducted exams for their high school students and the evaluation of the answer scripts has also been completed. The teachers with the help of a technical team need to put a system in place to automate the grading process.
Develop an application to calculate the grades of students in a class and display the grades along with the student names. Ensure the grade is calculated only after the total marks and average marks of the student has been calculated.
- Download and unzip the boilerplate code.
- Run the command
npm install
to install the dependencies. - Open the boilerplate code in VSCode to develop the solution.
- Write the code in the .js files present in src folder
- Run the test scripts available under src/test by giving
npm run test
command in the terminal to test locally. - Refactor the solution to ensure all test cases are passing.
- Zip the solution code with the name same as assignment name.
- Upload the zipped solution for submission.