From 37f636645d07ebf8b034aab03bd4d47c20093670 Mon Sep 17 00:00:00 2001 From: thiagola92 Date: Fri, 3 Mar 2023 09:48:38 -0300 Subject: [PATCH] content: move the dot out of the quotes in lesson 3 --- course/lesson-3-standing-on-shoulders-of-giants/lesson.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lesson-3-standing-on-shoulders-of-giants/lesson.tres b/course/lesson-3-standing-on-shoulders-of-giants/lesson.tres index fe778ad6..0feea8e0 100644 --- a/course/lesson-3-standing-on-shoulders-of-giants/lesson.tres +++ b/course/lesson-3-standing-on-shoulders-of-giants/lesson.tres @@ -183,7 +183,7 @@ question = "What does the code below do?" content_bbcode = "[code]show()[/code]" hint = "" explanation_bbcode = "Both answers were right! Technically, the code calls the [code]show()[/code] function. And doing so makes the game entity visible." -answer_options = [ "It calls the function named \"show.\"", "It makes the entity (like a game character or a sprite) visible." ] +answer_options = [ "It calls the function named \"show\".", "It makes the entity (like a game character or a sprite) visible." ] valid_answers = [ "It calls the function named \"show.\"", "It makes the entity (like a game character or a sprite) visible." ] is_multiple_choice = true do_shuffle_answers = true