Project

General

Profile

Task #3799

Updated by Ram Kordale about 5 hours ago

If no line exists, assume that there are no supported themes. 

 Please do not calculate chapter num data from the chapter_list because we dont want to depend upon 'set_chapter_names_list' gcf to change the number of chapters shown. 

 instead, when a question is added to the DS via the crud_ds call, update the number of chapters. 

 although we dont need to add questions for chapter 5 first, and then chapter 1 and then chapter 8, in order to reduce assumptions and checking code in the FE, please store the distinct chapter numbers and add a new chapter number to this list if needed in crud_ds.

Back