Spaces:
Running
Running
File size: 1,291 Bytes
229a366 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
{
"school_transcripts": {
"institution_information": {
"institution_name": "",
"school_or_college_name": "",
"campus": "",
"address": {
"street": "",
"apt_ste_flr": "",
"city": "",
"state": "",
"zip_code": "",
"country": ""
},
"telephone_number": "",
"email": "",
"website": ""
},
"student_information": {
"full_name": "",
"first_name": "",
"last_name": "",
"date_of_birth (MM/DD/YY)": "",
"student_id": "",
"program_name": "",
"degree_type": "",
"major": "",
"minor": "",
"admission_date (MM/DD/YY)": "",
"graduation_date (MM/DD/YY)": "",
"is_current_student": ""
},
"transcript_details": {
"issue_date (MM/DD/YY)": "",
"has_signature": "",
"has_official_seal": "",
"is_official_transcript": "",
"grading_scale": "",
"overall_gpa": "",
"credits_attempted": "",
"credits_earned": ""
},
"remarks": {
"academic_standing": "",
"honors": "",
"warnings_or_probations": "",
"other_notes": ""
},
"signatory": {
"name": "",
"title": "",
"signature_date (MM/DD/YY)": ""
}
}
}
|