-
In https://github.com/GDQuest/learn-gdscript/commit/e4d259acb5f4b537cfdfbfe7577c28f4736c1bcb we've improved the practice flow to only run tests after the game output has fully completed whatever it ne…
-
People are complaining about the time spent waiting for a server answer, and we are not sure why.
We need the app to log the response time until the client received it, and flag times that are too lo…
-
There was a bug causing hints to overflow their container, fixed in https://github.com/GDQuest/learn-gdscript/commit/6e3216677565bb5f4047753ff6b947d363539a30There were issues with the RichTextLabel in…
-
When we start the Lesson, the value is 75
![image](https://user-images.githubusercontent.com/191879/151893922-5649e014-ad14-4eb5-b028-66f49894d0d8.png)
if you press Heal and do reset after, the va…
-
I'm in the Lesson 7.
![image](https://user-images.githubusercontent.com/191879/147781250-7e3bf44b-78ea-44de-9ede-9a73c1446241.png)
When I click on the left menu to see the lesson's index, I can se…
-
**Describe the bug**
When doing lesson 2's "Fix Your First Error" in Firefox, clicking Run outputs the message: "ERROR The script has an error, but the language server didn't catch it. Are you connec…
-
Related to issue #42, which was fixed with a workaround.
DrawingTurtle.Polygon is inconsistent; the `points` property is an `Array`, but because of legacy code, when points are assigned, they are cas…
-
Right now, even if the student uses the provided solution, when they run the practice, we mark it as complete.
Like we did with quizzes, if they use the solution, we should leave it as not completed.
-
Calls to turn_right() or turn_left() work but don’t make the turtle turn visually. Animating the turn on generated vertices would make it easier for students to understand what the function does (the …
-
**Is your feature request related to a problem? Please describe.**
Add keyboard support to the "Well done!" message,
that appears when a practice exercise is solved.
This would also solve the …