|
|
@@ -12,7 +12,7 @@ const QUIZ_DETAILS: QuizDetails[] = [ |
|
|
|
], |
|
|
|
answer: ["System.out.println('Hello, how are you?');"], |
|
|
|
result: false, |
|
|
|
timeLimit: 5000, |
|
|
|
timeLimit: 60, |
|
|
|
type: OptionType.SINGLE_SELECT |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -25,7 +25,7 @@ const QUIZ_DETAILS: QuizDetails[] = [ |
|
|
|
], |
|
|
|
answer: ["alert('Hello World');"], |
|
|
|
result: false, |
|
|
|
timeLimit: 5, |
|
|
|
timeLimit: 30, |
|
|
|
type: OptionType.SINGLE_SELECT |
|
|
|
|
|
|
|
}, |
|
|
@@ -39,7 +39,7 @@ const QUIZ_DETAILS: QuizDetails[] = [ |
|
|
|
], |
|
|
|
answer: ["B", "C"], |
|
|
|
result: false, |
|
|
|
timeLimit: 60, |
|
|
|
timeLimit: 120, |
|
|
|
type: OptionType.MULTI_SELECT |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -47,7 +47,7 @@ const QUIZ_DETAILS: QuizDetails[] = [ |
|
|
|
options: [], |
|
|
|
answer: ["single threaded"], |
|
|
|
result: false, |
|
|
|
timeLimit: 60, |
|
|
|
timeLimit: 120, |
|
|
|
type: OptionType.INPUT_TEXT |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -60,7 +60,7 @@ const QUIZ_DETAILS: QuizDetails[] = [ |
|
|
|
], |
|
|
|
answer: ["B", "C"], |
|
|
|
result: false, |
|
|
|
timeLimit: 35, |
|
|
|
timeLimit: 60, |
|
|
|
type: OptionType.MULTI_SELECT |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -73,7 +73,7 @@ const QUIZ_DETAILS: QuizDetails[] = [ |
|
|
|
], |
|
|
|
answer: ["B", "C"], |
|
|
|
result: false, |
|
|
|
timeLimit: 35, |
|
|
|
timeLimit: 60, |
|
|
|
type: OptionType.MULTI_SELECT |
|
|
|
} |
|
|
|
]; |
|
|
|