From f17976bf4bef0a212a1d40ed477e687ff24b992a Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sat, 11 Jun 2016 17:23:51 -0700 Subject: [PATCH] turn overview assessment of first screw into list --- curriculum/challenge-bot.scm | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index b44f989..7260275 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -234,21 +234,22 @@ holding up the arduino?]) (item [which side of the deck is the top side?]))])) (subsubsection - :title [assessment] - (p [does the arduino stay with the deck when the deck moves? - can the arduino board still rotate a few degrees? - warning, if you rotate the arduino board too much, you - will unscrew it from the deck and you'll have to screw it - back in. - rotating a few degrees should be ok.])) + :title [assessment of the first screw] + (itemize + (item [does the arduino stay with the deck when the deck moves?]) + (item [can the arduino board still rotate a few degrees?]) + (item [warning, if you rotate the arduino board too much, you + will unscrew it from the deck and you'll have to + screw it back in. + rotating a few degrees should be ok.])))) + (subsection + :title [second hole and screw] (subsubsection :title [arduino board move relative to deck] (p [without any screws, the arduino board can move independently of - the deck.]) - (p [with the first screw, the arduino can rotate around one point - on the deck.]))) - (subsection - :title [second hole and screw]) + the deck. + with the first screw, the arduino can rotate around one + point on the deck.]))) (subsection :title [third and fourth hole and screw])) (section -- 2.30.2