From d460f45c4a9a1d1ef8d7dda39931e253d2e4cf6a Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 15 May 2016 16:39:18 -0500 Subject: [PATCH] add subsections to stay on table --- curriculum/challenge-bot.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.30.2