From: daniel watson Date: Sun, 15 May 2016 21:39:18 +0000 (-0500) Subject: add subsections to stay on table X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=d460f45c4a9a1d1ef8d7dda39931e253d2e4cf6a add subsections to stay on table --- diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index d7fd02d..f36d031 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -103,7 +103,13 @@ (subsection :title [determining speed])) (section - :title [stay on table]))) + :title [stay on table] + (subsection + :title [stop]) + (subsection + :title [backup]) + (subsection + :title [turn around])))) ;; Copyright 2016 daniel watson