Skip to content

Commit

Permalink
Merge pull request #550 from sunbird-cb/old-assessment-timer-issue
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
christyfernandes authored Sep 2, 2022
2 parents 21d3801 + eab0e69 commit eb87989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/ws/viewer/src/lib/routes/quiz/quiz.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class QuizComponent implements OnInit, OnDestroy {
}
if (this.quizData) {
this.quizJson = await this.transformQuiz(this.quizData)
this.quizJson.timeLimit = this.quizData.duration
}
if (this.quizData) {
this.oldData = this.quizData
Expand Down

0 comments on commit eb87989

Please sign in to comment.