File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
max_sol_points = int (cfg ["scoreboard" ]["task" ][task_type ]["solution" ]["max" ])
72
72
task_count = 0
73
73
if directories [dir ].get (task_type ) == "done" :
74
- html_content += f'<td style="text-align: center;">{ max_sol_points } </td>'
74
+ html_content += f'<td style="text-align: center;background-color: lightgreen; ">{ max_sol_points } </td>'
75
75
task_count += max_sol_points
76
76
elif directories [dir ].get (task_type ) == "disabled" :
77
77
html_content += f'<td style="text-align: center;background-color: lightblue;">{ max_sol_points } </td>'
78
78
task_count += max_sol_points
79
79
else :
80
80
html_content += '<td style="text-align: center;">0</td>'
81
- html_content += '<td style="text-align: center;">0</td>'
82
- html_content += '<td style="text-align: center;">0</td>'
81
+ html_content += '<td style="text-align: center;background-color: lavender; ">0</td>'
82
+ html_content += '<td style="text-align: center;background-color: lavender; ">0</td>'
83
83
html_content += '<td style="text-align: center;">0</td>'
84
84
is_cheated = \
85
85
dir in plagiarism_cfg ["plagiarism" ][task_type ] or \
You can’t perform that action at this time.
0 commit comments