This commit is contained in:
fedora42 2026-03-19 12:19:23 +03:00
parent f6445e01ff
commit b6d8d0183c
5 changed files with 60906 additions and 3424 deletions

13617
input2.xml

File diff suppressed because one or more lines are too long

32
src/parser/index.ts Normal file
View File

@ -0,0 +1,32 @@
const result = {
formOfInterimAssessment: { //Формы пром. атт.
exam: 0, //экзамен
credit: 0, //зачет
gradedCredit: 0, //зачет с оценкой
},
ectsCredits: 0, // з.е. - Факт
totalAcademicHours: { // Итого акад. часов
byPlan: 0, // По плану
contRab: 0, // Конт. раб.
lec: 0, // Лек
lab: 0, // Лаб
pr: 0, // ПР
sem: 0, // Сем
gz: 0, // ГЗ
tz: 0, // ТЗ
ksu: 0, // КШУ
kl: 0, // КЛ
zach: 0, // ЗАЧ
sr: 0, // СР
kontrol: 0, // Контроль
}
}
function getDisciplineCode(data){
}

50679
src/parser/output.json Normal file

File diff suppressed because it is too large Load Diff