forked from ScoDoc/ScoDoc
62 lines
1.2 KiB
YAML
62 lines
1.2 KiB
YAML
|
# Tests unitaires jury BUT
|
||
|
# Essais avec un BUT GB et deux parcours sur S1, S2, S3
|
||
|
|
||
|
FormationFilename: scodoc_formation_BUT_GB_v1.xml
|
||
|
ReferentielCompetencesFilename: but-GB-05012022-081625.xml
|
||
|
ReferentielCompetencesSpecialite: GB
|
||
|
|
||
|
FormSemestres:
|
||
|
# S1 et S2 avec les parcours séparés:
|
||
|
S1_SEE:
|
||
|
idx: 1
|
||
|
date_debut: 2021-09-01
|
||
|
date_fin: 2022-01-15
|
||
|
codes_parcours: ['SEE']
|
||
|
S1_BMB:
|
||
|
idx: 1
|
||
|
date_debut: 2021-09-01
|
||
|
date_fin: 2022-01-15
|
||
|
codes_parcours: ['BMB']
|
||
|
S2_SEE:
|
||
|
idx: 2
|
||
|
date_debut: 2022-01-15
|
||
|
date_fin: 2022-06-30
|
||
|
codes_parcours: ['SEE']
|
||
|
S2_BMB:
|
||
|
idx: 2
|
||
|
date_debut: 2022-01-15
|
||
|
date_fin: 2022-06-30
|
||
|
codes_parcours: ['BMB']
|
||
|
# S3 avec les deux parcours réunis:
|
||
|
S3:
|
||
|
idx: 3
|
||
|
date_debut: 2022-09-01
|
||
|
date_fin: 2023-01-15
|
||
|
codes_parcours: ['SEE', 'BMB']
|
||
|
|
||
|
|
||
|
Etudiants:
|
||
|
Aaaaa:
|
||
|
prenom: Étudiant
|
||
|
civilite: M
|
||
|
formsemestres:
|
||
|
S1_SEE:
|
||
|
parcours: SEE
|
||
|
notes_modules:
|
||
|
R1.01: 12
|
||
|
R1.SEE.11: 15
|
||
|
S2_SEE:
|
||
|
parcours: SEE
|
||
|
S3:
|
||
|
parcours: SEE
|
||
|
Bbbbb:
|
||
|
prenom: Étudiante
|
||
|
civilite: F
|
||
|
formsemestres:
|
||
|
S1_BMB:
|
||
|
parcours: BMB
|
||
|
S2_BMB:
|
||
|
parcours: BMB
|
||
|
S3:
|
||
|
parcours: BMB
|