Commit 12f260cf authored by lintangsutawika's avatar lintangsutawika
Browse files

fixed enumeration

parent f0b96491
...@@ -244,7 +244,7 @@ class _SCROLLSMultipleChoiceTask(_SCROLLSTask): ...@@ -244,7 +244,7 @@ class _SCROLLSMultipleChoiceTask(_SCROLLSTask):
idx=i, idx=i,
**kwargs, **kwargs,
) )
for i, choice in doc["choices"] for i, choice in enumerate(doc["choices"])
] ]
return request_list return request_list
......
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