Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ash914027/grade_evaluation-app
grade evaution-app-using nodejs testing using mocha and chai
https://github.com/ash914027/grade_evaluation-app
javascript mocha mocha-chai nodejs-
Last synced: 10 days ago
JSON representation
grade evaution-app-using nodejs testing using mocha and chai
- Host: GitHub
- URL: https://github.com/ash914027/grade_evaluation-app
- Owner: Ash914027
- Created: 2024-06-11T13:32:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:56:17.000Z (7 months ago)
- Last Synced: 2024-12-25T18:41:31.204Z (10 days ago)
- Topics: javascript, mocha, mocha-chai, nodejs-
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem Statement - Grade Evaluation
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.
# Instructions
1. Download and unzip the boilerplate code.
2. Run the command `npm install` to install the dependencies.
3. Open the boilerplate code in VSCode to develop the solution.
4. Write the code in the **.js** files present in **src** folder
5. Run the test scripts available under **src/test** by giving `npm run test` command in the terminal to test locally.
6. Refactor the solution to ensure all test cases are passing.
7. Zip the solution code with the name same as assignment name.
8. Upload the zipped solution for submission.