diff --git a/backend/choose-your-own-adventure.md b/backend/choose-your-own-adventure.md
new file mode 100644
index 0000000..bed66fb
--- /dev/null
+++ b/backend/choose-your-own-adventure.md
@@ -0,0 +1,30 @@
+# Choose your own adventure
+
+Welcome to your coding test; the final step!
+
+We know you've already spent plenty of your personal time during interviews. Worry not; this is the fun part.
+
+Below, we've presented you with some test options so you have the chance to _choose your own adventure_.
+
+
+
+
+
+
+We've hand-crafted three coding adventures in Scala within FoxCommerce's problem domain. Each adventure
+represents a different challenge from the next. Choose wisely!
+
+## Vending Machine
+
+Create a test-driven vending machine in Scala.
+The vending machine can take any currency you wish, and can sell any products you wish.
+The vending machine should be API driven and respond to basic commands, such as `pay` and `select_products`
+
+## Moderate Test
+
+Finish me!
+
+## Difficult Test
+
+Finish me!
+
diff --git a/scala-cart-json/README.md b/backend/scala-cart-json/README.md
similarity index 100%
rename from scala-cart-json/README.md
rename to backend/scala-cart-json/README.md