From 543ad3c25d443343eca926e7e3ed6b325f9ec6ba Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 8 Jun 2016 15:11:37 -0700 Subject: [PATCH] add check for arduino deck placement --- curriculum/challenge-bot.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index d5fcaf2..15ea4e0 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -100,7 +100,16 @@ the green circle shows where the hole is. the blue box encloses the arduino hole and two deck holes. place the arduino hole mid-way between the two - deck holes.])) + deck holes.]) + (p [check + ,(itemize + (item + [should the arduino be upside-down?]) + (item + [what should the upper side of the arduino align with?]) + (item + [why not place the arduino up along the left side of the + robot?]))])) (subsubsection :title [drilling])) (subsection -- 2.30.2