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

Not everyone uses GPA #146

Closed
ThomWright opened this issue Sep 20, 2014 · 21 comments
Closed

Not everyone uses GPA #146

ThomWright opened this issue Sep 20, 2014 · 21 comments
Labels
Milestone

Comments

@ThomWright
Copy link

For example:
British undergraduate degree classification
and
Academic grading in the United Kingdom

Could we perhaps have something more along the lines of:

"gradeType": "GPA",
"grade": "4.0"

This allows templates to indicate which type of grading system is being used. E.g.

GPA example

I'm open to alternative suggestions :)

@mudassir0909
Copy link
Member

👍

@thisislawatts
Copy link

Agreed!

On 20 Sep 2014, at 13:21, Mudassir notifications@github.com wrote:


Reply to this email directly or view it on GitHub.

@JaredCubilla
Copy link
Contributor

+1

@ocram
Copy link
Contributor

ocram commented Sep 20, 2014

This allows templates to indicate which type of grading system is being used.

... while enabling machines to read, analyze and compare those values. So yes, this is definitely something we should discuss, at least.

Of course, the current plain string is easier to fill out, as you can just put in anything you want, e.g. GPA: 4.0 or Degree classification: 1st class.

@ThomWright
Copy link
Author

Very true, I was considering doing that for the meantime. The drawback is that this makes it more difficult for templates to do nice formatting, e.g. GPA: in bold as in the original example.

@timstott
Copy link

Wouldn't renaming the field to grade make it agnostic across systems?

@ThomWright
Copy link
Author

Yes, but see my above comment :)

@lfilho
Copy link

lfilho commented Oct 27, 2014

+1
I'm in Brazil and GPA is not the case here.

@rueckstiess
Copy link

Same issue in Germany.

+1 for renaming "gpa" to "grade", and leaving it a string field. I'd like to be able to do:

grade: "1.3 (scale from 1.0, 5.0, lower is better)"

@DonDebonair
Copy link
Member

+1 for having grade instead of GPA

@mistakenot
Copy link

+1 UK degree here, having grade or something more generic would make more sense from an international POV.

@stp-ip
Copy link
Member

stp-ip commented Sep 10, 2015

"score": "1.3"
"score_best": "1.0"
"score_worst": "5.0"
could be more machine readable and user friendly.

@olivif
Copy link
Collaborator

olivif commented Feb 18, 2016

For the UK I'm not sure you would have a number necessarily. I think it's a lot more common to have the classification of your degree

"classification": "First class"
"classification": "Upper Second-Class"
"classification": "2.2"

@aloisdg
Copy link
Contributor

aloisdg commented Feb 19, 2016

I am not sure about this. My school is using GPA, but it is not a norm. Also, who cares about GPA after leaving school? Nobody care in France as far as I know. I am for talking about this in a next version (not v1).

@stp-ip
Copy link
Member

stp-ip commented Feb 19, 2016

If we revisit this after v1, we should remove the current GPA usage. It seems wrong to acknowledge, that it is not enough, but leave it in.

I still think the most generic and machine readable solution would be:
"score": "1.3"
"score_best": "1.0"
"score_worst": "5.0"

@aloisdg
Copy link
Contributor

aloisdg commented Feb 19, 2016

@stp-ip I really think a score without a median is not worth it. I am still against for now.

@stp-ip
Copy link
Member

stp-ip commented Feb 19, 2016

OK so we agree to revisit a solution.

Remove the GPA or not? I would say remove it for now from the schema, but allow additional fields to make the pre-v1 GPA field compatible?

@stp-ip stp-ip added the Revisit label Feb 19, 2016
@stp-ip stp-ip added this to the post-v1 milestone Feb 19, 2016
@aloisdg
Copy link
Contributor

aloisdg commented Feb 19, 2016

@stp-ip I agree to remove it, but most people here seem for using it.

@JohnJohnstone
Copy link

What is the staus on this issue?

@Frontrider
Copy link

As of now, I can't use it after an update. It seems to be failing because we do not have GPA. That is a bad standard to have.

@evanplaice evanplaice mentioned this issue Apr 23, 2020
10 tasks
@DonDebonair
Copy link
Member

Discussed in #288, first proposal in #328, fixed in #391

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

No branches or pull requests