Project

General

Profile

Task #3811

Updated by Ram Kordale 21 days ago

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.

Back