Author | Message |
---|---|
willy1087
Posts: 13
|
Posted 10:17 Mar 02, 2016 |
Prof Sun Quick clarification: For the file upload section on the application, is it just 1 file (just for one college regardless of the other colleges/university the applicant attended) or multiple files (for all the list of college or universities the applicant attended)? For example, we need to handle list of college/university degrees but each degree could have it's own transcript. Nevertheless, most universities requires only the latest transcript. |
cysun
Posts: 2935
|
Posted 13:55 Mar 02, 2016 |
For simplicity we'll assume that only one transcript (e.g. the most recent one) is required regardless of how many degrees the student has. In other words, if you don't do the "additional requirements" part, you only need to handle one file upload per application. |
willy1087
Posts: 13
|
Posted 14:18 Mar 02, 2016 |
I see, thanks for the clarification. |