init
This commit is contained in:
parent
f6445e01ff
commit
b6d8d0183c
13619
input2.xml
13619
input2.xml
File diff suppressed because one or more lines are too long
32
src/parser/index.ts
Normal file
32
src/parser/index.ts
Normal 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
50679
src/parser/output.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user