Allow partial score interactive
This commit is contained in:
parent
2baa17f9dd
commit
df1b721968
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ class ProblemDataCompiler(object):
|
||||||
init["interactive"] = {
|
init["interactive"] = {
|
||||||
"files": split_path_first(self.data.interactive_judge.name)[1],
|
"files": split_path_first(self.data.interactive_judge.name)[1],
|
||||||
"feedback": True,
|
"feedback": True,
|
||||||
|
"type": "lqdoj",
|
||||||
}
|
}
|
||||||
init["unbuffered"] = True
|
init["unbuffered"] = True
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue