Commit 86cf5dc9 authored by Baber's avatar Baber
Browse files

nit

parent 90b055b6
......@@ -313,7 +313,9 @@ class TaskManager:
# very scuffed: set task name here. TODO: fixme?
task_object.config.task = task
else:
if self.mcq_to_generative:
if self.mcq_to_generative and (
config.get("output_type") == "multiple_choice"
):
config = convert_mcq_to_generative(config)
task_object = Generate_MultipleChoice(config=config)
else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment