Skip to content

Commit

Permalink
chore: add a student report template sample
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Sep 18, 2024
1 parent ef003f8 commit 00f334c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions samples/student-grade-report/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"students": [
{
"fullName": "John Andrew",
"domain": "CS101",
"columns": {
"A": 100,
"B": 300,
"C": 70,
"D": 28
}
},
{
"fullName": "Emma Watson",
"domain": "CS102",
"columns": {
"A": 95,
"B": 280,
"E": 60
}
},
{
"fullName": "Michael Jordan",
"domain": "CS103",
"columns": {
"A": 90,
"C": 75,
"F": 40
}
},
{
"fullName": "Sophia Lee",
"domain": "CS104",
"columns": {
"B": 310,
"D": 30,
"G": 50
}
},
{
"fullName": "David Smith",
"domain": "CS105",
"columns": {
"C": 80,
"E": 65,
"G": 55
}
}
]
}
Binary file not shown.

0 comments on commit 00f334c

Please sign in to comment.