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.