Add an `empty-answer' error type and remove images in this case.
This commit is contained in:
@@ -135,6 +135,8 @@ def process_student(args):
|
||||
render_fn=safe_render_latex,
|
||||
draw_callback=cb_renderer.callback
|
||||
)
|
||||
if final_img == None:
|
||||
continue
|
||||
|
||||
label_images.append(final_img)
|
||||
all_checkboxes.append(cb_renderer.checkboxes)
|
||||
|
||||
Reference in New Issue
Block a user