Skip to content

Commit d58e433

Browse files
committed
small fixes
1 parent 4774651 commit d58e433

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

_sources/Unit1-Getting-Started/javaIDEs.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ There are a lot of online cloud IDEs where you can code online in many programmi
3030

3131
Here are some popular online IDEs:
3232

33-
- Replit (https://replit.com/) an online IDE which recently switched to only allowing 3 projects at a time for free.
34-
Be aware that Replit has turned on its AI feature for code completion for all accounts (https://replit.com/ai). Each user can turn the AI on and off at the bottom of the code window, and use an AI chat window to ask questions of the AI.
33+
- Replit (https://replit.com/) an online IDE which recently switched to only allowing 3 projects at a time for free. Be aware that Replit has turned on its AI feature for code completion for all accounts (https://replit.com/ai). Each user can turn the AI on and off at the bottom of the code window, and use an AI chat window to ask questions of the AI.
3534

3635
- JuiceMind (https://juicemind.com/) is an online IDE that offers many free and paid features for teachers to set up classrooms like Coding Rooms. It has a built-in version of CSAwesome.
3736

_sources/Unit3-If-Statements/frq-game-score.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ Let's practice this below.
102102
:answer_b: goalReached()
103103
:answer_c: play()
104104
:answer_d: getScore()
105-
:correct: c
105+
:correct: d
106106
:random:
107107
:feedback_a: The ``getPoints()`` method is given to you to get the points for a level.
108108
:feedback_b: The ``goalReached()`` method is given to you to check if the goal is reached for a level.
109109
:feedback_c: The ``play()`` method is given to you to simulate the play of the game.
110-
:feedback_d: The ``getScore()`` method is the one you will write for part a.
110+
:feedback_d: Correct, the ``getScore()`` method is the one you will write for part a.
111111

112112
Which method are you asked to write for part a?
113113

0 commit comments

Comments
 (0)