{
  "translations": {
    "en": {
      "q1": {
        "type": "select",
        "description":"Step 3: The current cell value remains the same and the tape head shifts right one cell, scanning a.",
        "question":"What is the current state?",
        "answer": "q1",
        "choices": ["q0", "q1", "q2"]
      },
      "q2": {
        "type": "select",
        "description": "Step 5: The current cell value remains the same and the tape head shifts right one cell, scanning c. The current state is q2.",
        "question": "After the machine finish reading the entry c, what will happen? Please select all that apply.",
        "answer": ["Tape will move to q3<br>", "Cell value will become C", "Tape head will shift right"],
        "choices": ["Tape will move to q1", "Tape will stay at q2", "Tape will move to q3<br>", "Cell value will become b", "Cell value will become C", "Cell value will become B<br>", "Tape head will shift left", "Tape head will shift right", "Tape head won't move"]
      },
      "q3": {
          "type":"select",
          "description":"Step 20: the machine is finished scanning A, it is scanning B now, what will happen?",
          "question": "After the machine finish scanning B, what will happen? Please select all that apply.",
          "answer": ["Tape will move to q4", "Cell value will not change", "Tape head will shift left"],
          "choices": ["Tape will move to q4", "Tape will move to q1", "Tape will stay at q0<br>", "Cell value will become b", "Cell value will not change", "Cell value will become A<br>", "Tape head will shift left", "Tape head will shift right", "Tape head will not move"]
      },
      "q4": {
          "type":"select",
          "description":"Step 24: The current cell value remains the same and the tape head shifts right one cell, scanning #.",
          "question":"After the machine finish reading the entry #, what will be the current state?",
          "answer":"q5",
          "choices": ["q4", "q6", "q5"]
      },
      "q5": {
          "type":"select",
          "description":"",
          "question":"",
          "answer":"",
          "choices": []
      }
    }
  }
}
