Skip to content

Commit

Permalink
Merge pull request #541 from bcgov/grad2-2501
Browse files Browse the repository at this point in the history
Added wrote flag to student assessment table
  • Loading branch information
michaeltangbcgov authored Feb 21, 2024
2 parents dbfa825 + c236677 commit 44fc52b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/components/StudentProfile/StudentAssessments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ export default {
sortable: true,
sortDirection: "desc",
},
{
key: "wroteFlag",
label: "Wrote Flag",
sortable: true,
sortDirection: "desc",
},
{
key: "exceededWriteFlag",
label: "Exceeded Writes",
Expand Down

0 comments on commit 44fc52b

Please sign in to comment.