Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Challenge Content Edit: steps[25-28] in JavaScript Todo App #54558

Closed
zxc-w opened this issue Apr 28, 2024 · 1 comment · Fixed by #54559
Closed

Challenge Content Edit: steps[25-28] in JavaScript Todo App #54558

zxc-w opened this issue Apr 28, 2024 · 1 comment · Fixed by #54559
Labels
help wanted Open for all. You do not need permission to work on these. new javascript course These are for issues dealing with the new JS curriculum scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc.

Comments

@zxc-w
Copy link
Contributor

zxc-w commented Apr 28, 2024

Describe the Issue

The challenge says to use the text "Title:". Some campers got confused and literally used double quotes in their solution although the test was looking for just Title: without the double quotes.

The same issue exists for the other steps.

Affected Page

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-localstorage-by-building-a-todo-app/step-25

Your code

<p><strong>Title:</strong> ${title}</p>

Expected behavior

--

Screenshots

Untitled

System

  • Device: [e.g. iPhone 6, Laptop]
  • OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
  • Browser: [e.g. Chrome, Safari]
  • Version: [e.g. 22]

Additional context

No response

@zxc-w zxc-w added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc. labels Apr 28, 2024
@zxc-w zxc-w changed the title Challenge Content Edit: steps[25-28] on the JavaScript Todo App Challenge Content Edit: steps[25-28] in JavaScript Todo App Apr 28, 2024
@Sembauke Sembauke reopened this Apr 29, 2024
@freeCodeCamp freeCodeCamp deleted a comment from camperbot Apr 29, 2024
@jdwilkin4
Copy link
Contributor

It looks like the change to have quotes was made here
#54008

it was an effort to create consistency for internationalisation flow as mentioned here
#51036

however, since this is creating issue for campers then we should remove the quotes but keep the backticks

@jdwilkin4 jdwilkin4 added help wanted Open for all. You do not need permission to work on these. new javascript course These are for issues dealing with the new JS curriculum and removed status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Open for all. You do not need permission to work on these. new javascript course These are for issues dealing with the new JS curriculum scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc.
Projects
None yet
4 participants