Score more right on annotating, and ID at the left.

This commit is contained in:
2026-03-10 16:34:40 +01:00
parent f247a975d8
commit aa780134ed
3 changed files with 34 additions and 7 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ def render_item(item):
final_img, header_h = annotating.compose_label_image(
base_img, label, content['result'], content['coordinates'][0],
render_fn=annotating_with_checks.safe_render_latex,
draw_callback=cb_renderer.callback
draw_callback=cb_renderer.callback,
more_right=True,
with_id=student_id
)
if final_img is None:
return None