diff options
Diffstat (limited to 'modeling/productions_math.py')
-rw-r--r-- | modeling/productions_math.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modeling/productions_math.py b/modeling/productions_math.py index 1a756c9..9ab11a9 100644 --- a/modeling/productions_math.py +++ b/modeling/productions_math.py @@ -95,7 +95,7 @@ def start(): # if sim.current_event.action == "NO RULE FOUND": # print(goal) if sim.current_event.action == "KEY PRESSED: SPACE": - sim._Simulation__env.stimulus["Answer1"]["text"] = "99" + sim._Simulation__env.stimulus["Answer5"]["text"] = "99" i += 1 print(userinput) print("NEW PROC") |