From d6120b5638fadc772e526ec8089097d1696ad79c Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Tue, 26 Dec 2023 00:58:14 +0200 Subject: [PATCH] chapters: Add template internal content Add a simulated private question file in `drills/` subdirectory. Signed-off-by: Razvan Deaconescu --- .../drills/private_questions.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 chapters/template-chapter/template-topic/drills/private_questions.md diff --git a/chapters/template-chapter/template-topic/drills/private_questions.md b/chapters/template-chapter/template-topic/drills/private_questions.md new file mode 100644 index 0000000..36e2f04 --- /dev/null +++ b/chapters/template-chapter/template-topic/drills/private_questions.md @@ -0,0 +1,23 @@ +# TODO question + +## Question Text + +Which answer is the correct answer? + +## Question Answers + +- Bad answer 1 + ++ Correct answer + +- Bad answer 2 + +- Bad answer 3 + +## Feedback + +Correct answer is the correct answer + +```console +echo "Guess why" +```