Skip to content

Commit

Permalink
Added wroteFlag to student assessment table
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck committed Feb 21, 2024
1 parent dbfa825 commit c236677
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 c236677

Please sign in to comment.