From 74a0140bceec41ee4692f951a046d108571bdb1e Mon Sep 17 00:00:00 2001 From: "Andrew J. Ko" Date: Wed, 29 Nov 2017 14:50:29 -0800 Subject: [PATCH] Clarified what to provide as answer. --- debugging-2-unguided.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging-2-unguided.md b/debugging-2-unguided.md index 9a724cc..4122681 100644 --- a/debugging-2-unguided.md +++ b/debugging-2-unguided.md @@ -11,4 +11,4 @@ Here are the reproduction steps for the problem: * Click the "9" key * The number 9 should appear in the calculator's display, but it does not. -**Find and fix this defect by working backwards systematically from the failure to the cause**. You have up to 25 minutes. Notify the experimenter when you believe you've found the best fix. +**Find and fix this defect by working backwards systematically from the failure to the cause**. You have up to 25 minutes. When you believe you've found the best fix, tell the experimenter which text on which line of code you changed (e.g., line 27, replace "hello" with "goodbye").