accurate comment and result tif/tcc verbage

This commit is contained in:
Josh Burman
2021-12-18 07:49:07 +00:00
parent b3bf662c2f
commit d731b901ff
2 changed files with 2 additions and 2 deletions

View File

@ -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]