Score more right on annotating, and ID at the left.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user