File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ const makeProgramming = (
203
203
testcases : publicTestcases . map ( testcase => makeTestcase ( testcase ) ) ,
204
204
testcasesPrivate : privateTestcases . map ( testcase => makeTestcase ( testcase ) ) ,
205
205
answer : solution ? ( solution [ 0 ] as string ) . trim ( ) : '' ,
206
- lastModifiedAt : new Date ( ) . toISOString ( ) ,
207
206
type : 'programming'
208
207
} ;
209
208
if ( problem . SNIPPET [ 0 ] . GRADER ) {
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export type AssessmentConfiguration = {
100
100
101
101
export interface IProgrammingQuestion extends BaseQuestion {
102
102
answer : string | null ;
103
- lastModifiedAt : string ;
103
+ lastModifiedAt ? : string ;
104
104
autogradingResults : AutogradingResult [ ] ;
105
105
graderTemplate ?: string ;
106
106
prepend : string ;
You can’t perform that action at this time.
0 commit comments