Skip to content

Remove the txt generation for MarkedQuestion

ChrisJin requested to merge chrisyifanjin/plom:main into main

This fixes the issue #1950 (closed). Commented out the self.MrecordMark(username, mark, annotated_filename, time_spent_marking) inside the function MreturnMarkedTask in plom/server/plomServer/serverMark.py. I didn't commented out the function MrecordMark since when running the pipeline, it seems other file requires this function for compilation.

Merge request reports