Skip to content

Commit

Permalink
Merge pull request #375 from codekids-vt/AddMisconceptionQuestionToDa…
Browse files Browse the repository at this point in the history
…taTypesBook

Added misconception question to Data Types book
  • Loading branch information
scout517 committed Jun 17, 2024
2 parents 16eda1b + 05405ce commit aaee3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/util/QuestionBank.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ export const VariablesQuestions: { [id: string]: IQuestion } = {
correct: false,
},
{
answerText: "Epcot",
answerText: "therapy_dog_left",
answerExplanation:
"Incorrect. therapy_dog_left is what's being printed. Try Again!",
"Incorrect. therapy_dog_left is a variable. The print statement will print the value of the variable.",
correct: false,
},
{
Expand Down Expand Up @@ -706,7 +706,7 @@ export const LifeOfMooseQuestions: { [id: string]: IQuestion } = {
'Press the next button again and notice moose_birthday is created and contains the value "02/13/2012". What will be printed',
answers: [
{
answerText: "02-13-2012",
answerText: "02/13/2012",
answerExplanation:
"Correct! Press the next button again to see the value printed!",
correct: true,
Expand Down

0 comments on commit aaee3bd

Please sign in to comment.