Last active
June 19, 2021 15:52
-
-
Save md-shah/19a4a47026ef65da83043c1a29093bb4 to your computer and use it in GitHub Desktop.
This might help if you want to add 'degree' details to your application.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"5": "Middle School Diploma", | |
"10": "High School Diploma", | |
"100": "Associate's degree", | |
"104": "Associate of Arts and Sciences - AAS", | |
"112": "Associate of Science - AS", | |
"116": "Associate of Arts - AA", | |
"150": "Foundation degree", | |
"160": "Higher National Diploma", | |
"200": "Bachelor's degree", | |
"206": "Bachelor of Education - BEd", | |
"215": "Bachelor of Commerce - BCom", | |
"223": "Bachelor of Fine Arts - BFA", | |
"232": "Bachelor of Laws - LLB", | |
"241": "Bachelor of Pharmacy - BPharm", | |
"250": "Bachelor of Technology - BTech", | |
"258": "Bachelor of Architecture - BArch", | |
"259": "Bachelor of Applied Science - BASc", | |
"269": "Bachelor of Engineering - BE", | |
"350": "Bachelor of Arts - BA", | |
"400": "Bachelor of Science - BS", | |
"450": "Bachelor of Business Administration - BBA", | |
"500": "Master's degree", | |
"513": "Diploma of Education", | |
"535": "Master of Architecture - MArch", | |
"536": "Master of Arts - MA", | |
"548": "Master of Divinity - MDiv", | |
"550": "Master of Education - MEd", | |
"551": "Master of Engineering - MEng", | |
"555": "Master of Laws - LLM", | |
"557": "Master of Library & Information Science - MLIS", | |
"563": "Master of Philosophy - MPhil", | |
"570": "Master of Public Administration - MPA", | |
"584": "Master of Technology - MTech", | |
"588": "Master of Public Health - MPH", | |
"589": "Master of Social Work - MSW", | |
"594": "Master of Computer Applications - MCA", | |
"603": "Master of Fine Arts - MFA", | |
"626": "Master of Science - MS", | |
"645": "Postgraduate Degree", | |
"700": "Master of Business Administration - MBA", | |
"701": "Executive MBA", | |
"750": "Engineer's degree", | |
"800": "Licentiate degree", | |
"900": "Doctor of Philosophy - PhD", | |
"914": "Doctor's Degree", | |
"916": "Doctor of Arts", | |
"921": "Doctor of Education - EdD", | |
"937": "Doctor of Science", | |
"1000": "Doctor of Medicine - MD", | |
"1018": "Doctor of Pharmacy - PharmD", | |
"1037": "Bachelor of Medicine, Bachelor of Surgery - MBBS", | |
"1100": "Doctor of Law - JD" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment