Skip to content

Commit

Permalink
Issue #SB-6004 fix: Added totalMaxScore in ReportSummary bean.
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit committed Aug 8, 2018
1 parent 6629241 commit edb7b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/report/bean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export class ReportSummary {
correctAnswers: number;
totalTimespent: number;
hierarchyData: string;
totalMaxScore: number;
}

export class ReportDetail {
Expand Down

0 comments on commit edb7b3a

Please sign in to comment.