You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the current behavior of what you're trying to improve. If your enhancement request related to a problem, please also describe the problem.
The Batch Grader is extremely slow due to it having to open the files and check each file individually using the check function. We want to improve the speed by making so that the Batch Grader only needs to read the xml flag of a puzzle to determine if it is correct.
Describe the improvement you'd like
Each puzzle file now has a xml flag that is set to false initially, and only when the check proof button is clicked is it ever set to true (if the puzzle is solved). Any changes made immediately sets the flag to false, even if it was true before).
There could also be a indicator in the top left that shows the user if the puzzle is solved or not.
Describe alternatives you've considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the current behavior of what you're trying to improve. If your enhancement request related to a problem, please also describe the problem.
The Batch Grader is extremely slow due to it having to open the files and check each file individually using the check function. We want to improve the speed by making so that the Batch Grader only needs to read the xml flag of a puzzle to determine if it is correct.
Describe the improvement you'd like
Each puzzle file now has a xml flag that is set to false initially, and only when the check proof button is clicked is it ever set to true (if the puzzle is solved). Any changes made immediately sets the flag to false, even if it was true before).
There could also be a indicator in the top left that shows the user if the puzzle is solved or not.
Describe alternatives you've considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: