Add response content of Statystyki/GetOcenyRoczne
This commit is contained in:
parent
7de0d48c9f
commit
a74ba337d0
2 changed files with 27 additions and 1 deletions
26
data/opiekun/oceny-statystyki-punkty.json
Normal file
26
data/opiekun/oceny-statystyki-punkty.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"data": [
|
||||
{
|
||||
"Subject": "Edukacja dla bezpieczeństwa",
|
||||
"Value1": 78.19,
|
||||
"Value2": 80.00,
|
||||
"Label1": "78,19",
|
||||
"Label2": "80,00"
|
||||
},
|
||||
{
|
||||
"Subject": "Biologia",
|
||||
"Value1": 50.00,
|
||||
"Value2": 50.00,
|
||||
"Label1": "50,00",
|
||||
"Label2": "50,00"
|
||||
},
|
||||
{
|
||||
"Subject": "Język angielski",
|
||||
"Value1": 69.96,
|
||||
"Value2": 85.00,
|
||||
"Label1": "69,96",
|
||||
"Label2": "85,00"
|
||||
}
|
||||
],
|
||||
"success": true
|
||||
}
|
|
@ -717,7 +717,7 @@ router.all("/Statystyki.mvc/GetOcenyRoczne", (req, res) => {
|
|||
|
||||
router.all("/Statystyki.mvc/GetPunkty", (req, res) => {
|
||||
res.json({
|
||||
"data": {},
|
||||
"data": require("../../data/opiekun/oceny-statystyki-punkty"),
|
||||
"success": true
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue