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.