Allow partial score interactive

This commit is contained in:
cuom1999 2022-06-17 20:54:40 +07:00
parent 2baa17f9dd
commit df1b721968

View file

@ -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: