Feature #3656
Updated by Ram Kordale 5 months ago
set_questions_list(board, grade, subject, chapter_num, questions_file_name) questions_file) [Comment: use get_file_from_bucket(file_name, bucket_name); <env>-files questions_file is the bucket name where question files are stored] a GCS URL] Read the questions_file and scan for exercise numbers (the value for "#$Exercise"). Store them as a comma separated string in questions_list kind as field "list". Key is <board>-<grade>-<subject>-<chapter_num>. Also implement get_questions_list(board, grade, subject, chapter_num) that returns the question list.