Skip to content

Commit

Permalink
chore: update quiz permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Dec 8, 2024
1 parent ea9c664 commit f32930a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class KeditHosterComponent implements OnInit, OnDestroy, OnChanges {
this._logger.debug('quiz view is available, add configuration for tabs: quiz');
tabs['quiz'] = {
name: 'quiz',
permissions: ['quiz'],
permissions: ['quiz','questions-v2','questions-v3','enable-retake','preventSeek'],
userPermissions: ['quiz']
};
}
Expand Down

0 comments on commit f32930a

Please sign in to comment.