accurate comment and result tif/tcc verbage
This commit is contained in:
@ -57,7 +57,7 @@ def solution_to_file(buffer, total_form_items, forms):
|
||||
row = [form.status]
|
||||
|
||||
for result in form.tif_results + form.tcc_results:
|
||||
row += [f'value - {result.value}\nresult - {round(result.result, 2)}']
|
||||
row += [f'target - {result.value}\nresult - {round(result.result, 2)}']
|
||||
|
||||
# provide generated items and cut score
|
||||
row += [round(form.cut_score, 2)] + [item.id for item in form.items]
|
||||
|
Reference in New Issue
Block a user