From 3cb857f94b964d7107eda03efc0c6454748a5716 Mon Sep 17 00:00:00 2001 From: Niclas Dobbertin Date: Fri, 19 Jul 2024 11:32:36 +0200 Subject: fix overall procedure --- modeling/productions_math.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modeling/productions_math.py') 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") -- cgit v1.2.3