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