From 24c78655b261e3820e1a5cc99f199fe182c344ac Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez <56565994+tommygonzaleza@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:14:36 -0400 Subject: [PATCH] Create lesson.json --- public/completions/lesson.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/completions/lesson.json diff --git a/public/completions/lesson.json b/public/completions/lesson.json new file mode 100644 index 000000000..80949fc29 --- /dev/null +++ b/public/completions/lesson.json @@ -0,0 +1,7 @@ +[ + { + "prompt": "How do I mark the lesson as finished?", + "answer": "You can click on the completed button that has a checkmark shown on the bottom right corner.", + "DOMTarget": "#completed-button", + } +]