- How do I fill in the pre-requisites?
- In order to be able to register for the examination date(s) of the series, there may be study requirements that the student must meet. Other courses are referenced by their course code. The following requirements may be entered:
- the course that already must be taken – enter its code: P10
- multiple courses that already must be taken – enter the codes and between them the characters &&: P10 && P11
- one course from several options must be already taken – write the characters || between the codes: P10 || P11
- the course to be registered or enrolled concurrently with this course – wrap it with the abbreviation "NOW": NOW(P113)
- the course that must be registered concurrently with this course and student has to be registered in it within the capacity limit.
NOW_LIMIT(P10) The required course (P10) is further checked for matching fields of study / plans the
course is directly associated with or prerequisite with or prerequisite "souhlas" (i.e. consent).
No other prerequisites of the P10 course are checked.
- the course that the student must not have taken in order to enroll – prefix the code with an exclamation mark: !P12
- multiple courses that the student must not have taken – prefix the course code with an exclamation mark, enclose each code in parentheses and enter && between them: (!P11) && (!P12)
- courses that a student may not be concurrently registered or enrolled in: !NOWANY(P10,P11,P12)
- explicit (marked in the IS) consent of the teacher is required for enrollment (consent must be requested first): souhlas
- student has a photo uploaded in the IS: ma_foto,
- a student can only register for examination dates after obtaining a certain number of credits: kredity_min(125)
- a student may enroll in no more than the specified number of courses with the given attribute: maxatr(3, core)
- only students of a certain faculty are allowed to register for the examination dates of this series (instead of the faculty abbreviation the faculty id or its domain name is used as a parameter): fakulta(1411) or fakulta(med)
List of abbreviations: „med“ = 1411, „pharm“ = 1416, „phil“ = 1421, „law“ = 1422, „fss“ = 1423, „sci“ = 1431, „fi“ = 1433, „ped“ = 1441, „fsps“ = 1451, „econ“ = 1456
- only students of a certain program are allowed to register for the examination dates of this series: program(M-TV)
- only students of a specific field of study are allowed to register for the examination dates of this series: obor(HOT)
- only students of a certain plan are allowed to register for the examination dates of this series: smer(BIVT)
- only students of a certain form of study are allowed to register for the examination dates of this series: forma(P)
- only students of a certain type of study B (i.e. Bachelor's studies), M (i.e. Master's studies), N (i.e. Master's degree (following bachelor's)), D (i.e. doctoral studies), C (i.e. lifelong learning), R (i.e. Advanced Master's state examination) are allowed to register for the examination dates of this series: typ_studia(BM)
- only students of a certain year are allowed to register for the examination dates of this series: rocnik(1)
- only students enrolled in the certain semester are allowed to register for the examination dates of this series: semestr(2)
- only students of a certain study group are allowed to register for the examination dates of this series: studijni_skupina(N)
- only students of bachelor or master study programmes (B, M) in full-time form who have not yet fulfilled 4 credits from courses
with the attribute "TV" (i.e. physical education) are allowed to register for the examination dates of this series: nesplneno_tv
- students who have less than three grades in the final examination course with the code S_SZZ_PREDMETY are allowed to register for examination dates of this series: maxszz(SZZ_MDP, 2)
- students who have the archive of the final thesis filled and confirmed are allowed to register for examination dates of this series: szz_vyplneno
- students who are registered for another examination date with the prerequisite szz_vyplneno_tema and who also have an archive of the final thesis filled and confirmed (if the student is not registered for any term with the prerequisite szz_vyplneno_tema, the completeness of the archive is not checked) are allowed to register for examination dates of this series: szz_vyplneno_tema
- only students registered in the selected seminar group are allowed to register for the examination dates of this series:
sem_sk(P10/S1)
- you can combine the pre-requisites using parentheses:
((P000 && P001 && !P002) || P004) && NOW(P005) && NOW(P006)
means that a student may register for an examination date in this series if the student has successfully completed P000 and P001 at any time in the past but has not taken P002. Or has completed P004 in the past, but must also enroll in P005 and P006.
- if a student must meet at least a certain number of multiple conditions, vycet tag (i.e. enumeration) can be used:
vycet(4,P000,P001 && P002,P003 && P004,P005,P006) means that the student must meet at least 4 conditions from the options P000 or (P001 && P002) or (P003 && (P004) or P005 or P006.
- chcete-li mezi prerekvizity zahrnout předmět cizí fakulty, musíte ho vypsat včetně čísla fakulty: např. „6120:B203UZP“.
(Čísla fakult: 6110 AMBIS, 6120 BISK, 6130 AMBIS EN).