Update README.md

This commit is contained in:
Liran BG 2014-09-28 16:37:56 +03:00
parent 30d91d5181
commit c28d685ea9

View file

@ -11,7 +11,9 @@ They try to understand how their grade point average (GPA) was or will be affect
With this in mind, we decided to create a program that will give students access to their college accounts, dismantle the information given and present data in a user-friendly manner.
To start, we allow the courses and grades portion of the student portal to be imported directly into the program. A students transcript is then displayed as a table with the option to edit the given grades. With each edit, the students GPA will adjust accordingly.
To start, we allow the courses and grades portion of the student portal to be imported directly into the program.
A students transcript is then displayed as a table with the option to edit the given grades.
With each edit, the students GPA will adjust accordingly.
Next, we gave students the ability to import their class schedules from the student portal into the program and with just three clicks, export it as a CSV file.