Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common: Add script to compute final project grade #336

Closed

Conversation

razvand
Copy link
Contributor

@razvand razvand commented Oct 16, 2023

The grade.sh script computes the final project grade, from two components: checker output and style checking.

Currently, checker output provides a maximum of 90 points and style checking an output of maximum 10 points, for a total maximum of 100 points.

Script it to be symlinked to the tests/ directory of each project. It invokes the check rule and the lint rule in the tests Makefile, then proceeds to compute the summary result.

The `grade.sh` script computes the final project grade, from two
components: checker output and style checking.

Currently, checker output provides a maximum of 90 points and style
checking an output of maximum 10 points, for a total maximum of 100
points.

Script it to be symlinked to the `tests/` directory of each project.
It invokes the `check` rule and the `lint` rule in the tests Makefile,
then proceeds to compute the summary result.

Signed-off-by: Razvan Deaconescu <razvan.deaconescu@upb.ro>
@razvand razvand added enhancement New feature or request area/assignment Update to homework assignments labels Oct 16, 2023
@razvand razvand changed the title common: Add script to compute final project grade common: Add script to compute final project grade Oct 16, 2023
@razvand razvand assigned Alex-deVis and unassigned teodutu Oct 16, 2023
@razvand
Copy link
Contributor Author

razvand commented Oct 16, 2023

Closing this since there is another PR in the cs-pub-ro organization: cs-pub-ro#3

@razvand razvand closed this Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/assignment Update to homework assignments enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants