LaunchCodeEducation / LaunchCodeEducation/csharp-web-dev-curriculum

GA1 Task One References Incorrect User Input

Open Beginner friendly
#65 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
1
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Relevant Link

Material in question is located at the bottom in the "Test this method manually before moving on to your next task:" section.

Text states: "3. Select “1” to list the jobs, and then “0” to list them all."
Test states: "5. Test that it prints a descriptive message if no jobs are found by selecting “0” to search and then “3” to search for a location. Then enter a location that is not in the data (e.g. “Cancun”). Your message should be displayed."

The program as it is coded currently in the starter code uses 4 as the display all key and 2 as the location key in the search menu.
image
image

Suggested changes:
"3. Select “1” to list the jobs, and then “4” to list them all."
"5. Test that it prints a descriptive message if no jobs are found by selecting “0” to search and then “2” to search for a location. Then enter a location that is not in the data (e.g. “Cancun”). Your message should be displayed."

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the linked Task One assignment and find the “Test this method manually before moving on to your next task” section. Correct the two menu choices to match the starter code: use “4” to list all jobs and “2” to search by location, then verify the revised instructions against the displayed menus.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.