Command Line Tool¶

in2lambda¶

Takes in a QUESTION_FILE for a given SUBJECT and produces Lambda Feedback compatible json/zip files.

in2lambda [OPTIONS] QUESTION_FILE
          {PartPartSolSol|PartSolPartSol|PartsOneSol|PartsSepSol}

Options

-o, --out <output_dir>¶

Directory to output json/zip files to.

Default:

./out

-a, --answers <answer_file>¶

File containing solutions for QUESTION_FILE.

Arguments

QUESTION_FILE¶

Required argument

CHOSEN_FILTER¶

Required argument

See the docs at https://lambda-feedback.github.io/in2lambda/ for more details.