Task #3811
Tweak in handling failure
Start date:
03/11/2025
Due date:
% Done:
0%
Estimated time:
0.40 h
Description
If we are not successful with a question at any step, instead of exiting, go on to the next question and at the end of the execution of the cell, print down all the questions that were unsuccessful with preceding &&&&&&&&&&&&&&&&&&&&&&&&.
Even so, we should be able to move forward to other cells. we should not process questions that failed in the previous steps. in the next cell, a few other problems may be unsuccessful. in this case, print all the questions that were unsuccessful at the end of the execution of the cell with preceding &&&&&&&&&&&&&&&&&&&&&&&&.
This way, by looking at the output at the end of every cell, we can make out which questions were unsuccessful in which cell.