Commit d3556b85 authored by Chaiprasit Khamsi's avatar Chaiprasit Khamsi

Update mock-scores.ts

parent 4f4ccf71
Pipeline #1011 failed with stages
......@@ -6,9 +6,9 @@ import { STUDENTS } from '../mock/mock-students';
const students: Student[] = STUDENTS;
export const SCORES: Score[] = [
{Student: students[0], score: 10, full_mark: 20},
{Student: students[1], score: 5, full_mark: 20},
{Student: students[2], score: 15, full_mark: 20},
{Student: students[0], score: 15, full_mark: 20},
{Student: students[1], score: 10, full_mark: 20},
{Student: students[2], score: 10, full_mark: 20},
{Student: students[3], score: 20, full_mark: 20},
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment