fix: MC options display, question selection, timeout handling, and grading prompts
This commit is contained in:
@@ -97,7 +97,7 @@ export class AssessmentTemplate {
|
||||
@Column({ type: 'int', name: 'question_count_max', default: 10 })
|
||||
questionCountMax: number;
|
||||
|
||||
@Column({ type: 'int', name: 'passing_score', default: 90 })
|
||||
@Column({ type: 'int', name: 'passing_score', default: 60 })
|
||||
passingScore: number;
|
||||
|
||||
@Column({ type: 'int', name: 'total_time_limit', default: 1800 })
|
||||
|
||||
Reference in New Issue
Block a user