From 708ed8a39bebf5860f21c88978ee30e5aee87c14 Mon Sep 17 00:00:00 2001 From: Thomas LaToza Date: Thu, 30 Nov 2017 14:26:54 -0500 Subject: [PATCH] Update tdd-2-unguided.md --- tdd-2-unguided.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdd-2-unguided.md b/tdd-2-unguided.md index adb390f..0b60b64 100644 --- a/tdd-2-unguided.md +++ b/tdd-2-unguided.md @@ -6,4 +6,4 @@ In this task, you'll design and implement a fixed response chatbot. The chatbot will store a list of fixed responses. When the user types a statement, one of several fixed responses will be selected. In considering the response to select, the chatbot may consider both the most recent statement the user entered as well as the previous statement. -Design and implement the chatbot using a test-driven development strategy of writing tests before implementing. Your goal is to build a working implementation and to craft a clear and easy to maintain design. You have up to 25 minutes. Notify the experimenter when you're done. +**Design and implement the chatbot using a test-driven development strategy of writing tests before implementing.** Your goal is to build a working implementation and to craft a clear and easy to maintain design. You have up to 25 minutes. Notify the experimenter when you're done.