summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--exercises/quizzes/README.md3
2 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 84125a0..2164269 100644
--- a/README.md
+++ b/README.md
@@ -90,11 +90,6 @@ You can also get the hint for the next pending exercise with the following comma
rustlings hint
```
-## Quizzes
-
-After every couple of sections, there will be a quiz that'll test your knowledge on a bunch of sections at once.
-These quizzes are found in `exercises/quizzes`.
-
## Continuing On
<!-- TODO: Mention third-party exercises -->
diff --git a/exercises/quizzes/README.md b/exercises/quizzes/README.md
new file mode 100644
index 0000000..4d3bcd9
--- /dev/null
+++ b/exercises/quizzes/README.md
@@ -0,0 +1,3 @@
+# Quizzes
+
+After every couple of sections, there will be a quiz in this directory that'll test your knowledge on a bunch of sections at once.