Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
5b860211
Commit
5b860211
authored
Jan 25, 2021
by
Robert Czechowski
Browse files
Fioi task wrapper 'wrapper.html': Save task answer automatically in intervals of 10 seconds
parent
ef42fbae
Pipeline
#985
passed with stages
in 13 minutes and 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tasks/jwinf/wrapper.html
View file @
5b860211
...
@@ -154,6 +154,10 @@ function getTaskProxyCallback(task) {
...
@@ -154,6 +154,10 @@ function getTaskProxyCallback(task) {
TaskProxyManager
.
setPlatform
(
task
,
platform
);
TaskProxyManager
.
setPlatform
(
task
,
platform
);
task
.
getViews
(
getViewsCallback
,
ec
(
"
task.getViews
"
));
task
.
getViews
(
getViewsCallback
,
ec
(
"
task.getViews
"
));
setInterval
(
function
(){
task
.
getAnswer
(
getAnswerCallback
,
ec
(
"
task.getAnswer
"
));
},
10000
);
}
}
function
main
()
{
function
main
()
{
...
...
Robert Czechowski
@zgtm
mentioned in commit
a066df80
·
Jan 27, 2021
mentioned in commit
a066df80
mentioned in commit a066df80c0f15cd4207bb76dae31860d13533a43
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment