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

Help with creating final grading #4

Closed
mikael0hlsson opened this issue Sep 13, 2013 · 2 comments
Closed

Help with creating final grading #4

mikael0hlsson opened this issue Sep 13, 2013 · 2 comments

Comments

@mikael0hlsson
Copy link
Owner

If here where an option for to replacing the grades in the grid with numerical values (user choice for more variability) for a grade (G, VG, MVG, A,B,C etc) then it should be possible to calculate the final grade in an spreadsheet (leave the calculations out of the app and let the user do it in his favorite spreadsheet program, since that might vary from course to course).

For example:

Lets say that we let
G=10
VG=20
IG=-10000000

then an G final grade would be an avarage of all the grades that is >=10 but <15
An VG final grade would be an avarage grade of >=15
and a IG (not passed) would be an avarage grade of <10

This should work for any number of different grades and any number of grades according to me, but I am a bit tired at the moment , so I might be wrong.

@mikael0hlsson
Copy link
Owner Author

An thought though... replacing a grade with an number is an easy search and replace function in a spreadsheet program (or just a formula that puts the number in another column (that can be hidden if needed)).... So it would perhaps be better to leave it out, for to keep the program simple?

@mikael0hlsson
Copy link
Owner Author

Decided that this is outside the scope of the application. Might be added to the documentation how to work in excel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant