|
@@ -113,7 +113,7 @@ class TestInfo(object):
|
|
|
for th in others_data:
|
|
|
sub_option.append([th[2], th[3], th[4]])
|
|
|
sub_question['option'] = sub_option
|
|
|
- sub_option.append(sub_question)
|
|
|
+ sub_question_data.append(sub_question)
|
|
|
response['答题结果统计'] = sub_question_data
|
|
|
except Exception as e:
|
|
|
response['error'] = str(e)
|