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"] = {
|
||||
"files": split_path_first(self.data.interactive_judge.name)[1],
|
||||
"feedback": True,
|
||||
"type": "lqdoj",
|
||||
}
|
||||
init["unbuffered"] = True
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue