Skip to content

Commit

Permalink
[#12517] Instructors creating sessions: response visible time should …
Browse files Browse the repository at this point in the history
…be 'not now' by default (#12518)
  • Loading branch information
Zxun2 authored and samuelfangjw committed Jul 15, 2023
1 parent 97ae8c6 commit f2ec14f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -125,6 +125,8 @@ export class InstructorSessionsPageComponent extends InstructorSessionModalPageC
...this.sessionEditFormModel,
isEditable: true,
gracePeriod: 15,
responseVisibleSetting: ResponseVisibleSetting.LATER,
instructions: 'Please answer all the given questions.',
};
}

Expand Down

0 comments on commit f2ec14f

Please sign in to comment.