Update points in grades
This commit is contained in:
parent
359b9c39d0
commit
d073a30459
1 changed files with 3 additions and 3 deletions
|
@ -423,10 +423,10 @@ router.all("/Oceny.mvc/Get", (req, res) => {
|
|||
}),
|
||||
"ProponowanaOcenaRoczna": dictMap.getByValue(summary.OcenyPrzewidywane, "IdPrzedmiot", item.Id, {"Wpis": ""}).Wpis,
|
||||
"OcenaRoczna": dictMap.getByValue(summary.OcenyPrzewidywane, "IdPrzedmiot", item.Id, {"Wpis": ""}).Wpis,
|
||||
"ProponowanaOcenaRocznaPunkty": index * 2.5 + 1,
|
||||
"OcenaRocznaPunkty": index * 3 + 2,
|
||||
"ProponowanaOcenaRocznaPunkty": index * 2.5 + 1 + "",
|
||||
"OcenaRocznaPunkty": index * 3 + 2 + "",
|
||||
"Srednia": dictMap.getByValue(summary.SrednieOcen, "IdPrzedmiot", item.Id, {"Wpis": 0}).Wpis,
|
||||
"SumaPunktow": index * 3 + 3,
|
||||
"SumaPunktow": (index * 3 + 3) + "/" + (index * 3 + 4),
|
||||
"WidocznyPrzedmiot": false
|
||||
};
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue