3. Backtracking 2-step worksheets

The python file to make single page, 2-step backtracking worksheets is below.
The 2 custom python modules required are:
The python file, backtracking_2step_diagram_maker.py, when run, will ask for 3 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 file name base: "Enter the base filename to be added to the prefix bt2WS_:". The filename will have β€œ_q” added for the question worksheet and β€œ_ans” for the answer worksheet.


3.1. Sample 2-step backtracking worksheet

multiplication_addition_q

multiplication_addition_ans

random_q

random_ans