2026-03-19 12:19:23 +03:00

32 lines
728 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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){
}