Task #3676
Split question creation and storage in DS
100%
Description
Today, styled questions created are automatically stored in DS. Questions are then checked for issues. This causes two problems:
- To check questions created, we have to either check them in DS or run through all the questions using the FE.
- If we need to tweak the questions because there are issues, we need to tweak DS entries.
We want to change the workflow to (a) create styled questions (b) check and correct the questions (c) store them in DS.
The colab (https://colab.research.google.com/drive/15NExHPTmvROtcxFr9lk6Jv4GCDP1q1vf?authuser=1#scrollTo=s3nGSzv1dYL7) needs to be changed as follows:
1. store the styled questions in a file. [This file will be corrected manually outside of colab and stored back.]
2. read the corrected styled questions from the file and store in DS
Before making the above changes, please make a change to add a call_real_api to the cell which contains inputs. Just by making this true or false, the real or dummy call must be made. Going forward, we should ensure that both these paths work fine always.
Updated by Dewakar Chaubey 4 months ago
- Status changed from New to In Progress
- % Done changed from 0 to 100