-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KASJ - Change to fieldofstudy, academic year and
- Loading branch information
Paweł Skalny
committed
Jun 10, 2020
1 parent
05f2352
commit b7f5ceb
Showing
2 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
collections: | ||
name: name of subject | ||
ects: ects points | ||
academicYear: start of the academic year (eg. 2017-2018) | ||
level: level of fieldOfStudy | ||
fieldOfStudy: name of field of study | ||
semester: number of semester (0 if elective) | ||
name: name of subject (eg. Matematyczne metody fizyki) | ||
ects: ects points (eg. 5) | ||
academicYear: start of the academic year (eg. 2017/2018) | ||
level: level of fieldOfStudy (1 or 2) | ||
fieldOfStudy: abbrieviated name of field of study (eg. IS) | ||
semester: number of semester (0 if elective) (eg. 1) | ||
hours: { | ||
lectures: hours, | ||
auditorium classes: hours, | ||
laboratory classes: hours, | ||
seminar classes: hours, | ||
project classes: hours, | ||
practical classes: hours | ||
lectures: hours (eg. 30), | ||
auditorium classes: hours (eg. 30), | ||
laboratory classes: hours (eg. 30), | ||
seminar classes: hours (eg. 30), | ||
project classes: hours (eg. 30), | ||
practical classes: hours (eg. 30) | ||
} |
This file contains 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