Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- _id: '62178288d257cb8bd457c7a5',
- school: '61c1d456b69d1a2f862ac4b4',
- title: 'Examination',
- shortTitle: 'exam',
- mark: 40,
- score: 0
- },
- {
- _id: '6225c9ae98f4fb8f10cbc51c',
- school: '61c1d456b69d1a2f862ac4b4',
- title: 'Assessment',
- shortTitle: '1st',
- mark: 20,
- score: 0
- },
- {
- _id: '6225c9b198f4fb8f10cbc520',
- school: '61c1d456b69d1a2f862ac4b4',
- title: 'Assessment',
- shortTitle: '2nd',
- mark: 20,
- score: 0
- },
- {
- _id: '6225c9b498f4fb8f10cbc524',
- school: '61c1d456b69d1a2f862ac4b4',
- title: 'Assessment',
- shortTitle: '3rd',
- mark: 20,
- score: 0
- }
- ]
- // replace above with below Data
- [
- {
- _id: '62178288d257cb8bd457c7a5',
- school: '61c1d456b69d1a2f862ac4b4',
- title: 'Examination',
- shortTitle: 'exam',
- mark: 40,
- score: 5
- },
- {
- _id: '6225c9ae98f4fb8f10cbc51c',
- school: '61c1d456b69d1a2f862ac4b4',
- title: 'Assessment',
- shortTitle: '1st',
- mark: 20,
- score: 7
- }
- ]
Advertisement
RAW Paste Data
Copied
Advertisement