in2lambda.json_convert.json_convert.mainΒΆ

in2lambda.json_convert.json_convert.main(questions: list[Question], output_dir: str) None[source]ΒΆ

Preliminary defensive programming before calling the main converter function.

This ultimately then produces the Lambda Feedback JSON/ZIP files.

Parameters:
  • questions – A list of question objects.

  • output_dir – Where to output the final Lambda Feedback JSON/ZIP files.