Actually save questions.

This commit is contained in:
Cristiano Ferreira
2023-11-24 22:59:11 +00:00
parent 362c9f4737
commit 70e442a97e
2 changed files with 27 additions and 38 deletions

View File

@@ -33,7 +33,7 @@ def getListeningTemplate():
"exercises": []
},
],
"isDiagnostic": True,
"isDiagnostic": False,
"minTimer": 30,
"module": "listening"
}
@@ -715,7 +715,7 @@ def getListeningPostSample():
def getReadingTemplate():
return {
"parts": [],
"isDiagnostic": True,
"isDiagnostic": False,
"minTimer": 60,
"type": "academic"
}
@@ -1179,7 +1179,7 @@ def getSpeakingTemplate():
"type": "interactiveSpeaking"
}
],
"isDiagnostic": True,
"isDiagnostic": False,
"minTimer": 14,
"module": "speaking"
}
@@ -1241,7 +1241,7 @@ def getWritingTemplate():
}
}
],
"isDiagnostic": True,
"isDiagnostic": False,
"minTimer": 60,
"module": "writing",
"type": "general"