in2lambda.json_convert.json_convert.converterΒΆ
- in2lambda.json_convert.json_convert.converter(question_template: dict[str, Any], set_template: dict[str, Any], SetQuestions: Set, output_dir: str) None [source]ΒΆ
Turns a set of question objects into Lambda Feedback JSON.
- Parameters:
question_template β The loaded JSON from the minimal question template (it needs to be in sync).
set_template β The loaded JSON from the minimal set template (it needs to be in sync).
SetQuestions β A Set object containing questions.
output_dir β The absolute path for where to produced the final JSON/zip files.