3. Backtracking 2-step booklet python

The python file to make 2-step backtracking booklets is below.
The 2 custom python modules required are:
The python file, backtracking_2step_booklet_maker.py, when run, will ask for these inputs:
  • Choose the first arithmetic process: "Enter 1, 2, 3, 4 or 5 for +, -, X, /, random for the 1st process".

  • Choose the second arithmetic process: "Enter 1, 2, 3, 4 or 5 for +, -, X, /, random for the 2nd process"

  • Choose the number of questions form 1 to 100: "Enter the number of questions from 1 to 100"

  • Choose the file name base: "Enter the base filename to be added to the prefix bt2Bk_:". The filename will have β€œ_q” added for the question booklet and β€œ_ans” for the answer booklet.


3.1. Sample 2-step backtracking booklet

multiplication_addition_q

multiplication_addition_ans

random_q

random_ans