From 8b89d186a3f138d26c612c1227859078399069d0 Mon Sep 17 00:00:00 2001 From: Michael Lambert Date: Mon, 4 Nov 2024 08:12:02 -0500 Subject: [PATCH] Fixing wording on bonus instruction to prevent test failure --- content/assignments/techjobs-mvc/submission/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/assignments/techjobs-mvc/submission/_index.md b/content/assignments/techjobs-mvc/submission/_index.md index 2cc8857..7948f84 100644 --- a/content/assignments/techjobs-mvc/submission/_index.md +++ b/content/assignments/techjobs-mvc/submission/_index.md @@ -33,10 +33,10 @@ Here are some additional challenges, for those willing to take them on: font, style, capitalization, etc. to further distinguish the labels from the data (e.g. **Employer:** *LaunchCode*). (*Hint:* We capitalize the title string in multiple templates, so have a look around). -1. In the tables of the job results, make each value (except `name`) - hyperlinked to a new listing of all jobs with that same value. For example, - if we have a list of jobs with the `JavaScript` skill, clicking on a - location value like `Saint Louis` will generate a new list with all the +1. In the tables of the job results, add an click handler to each table cell + (except `name`) to show a new listing of all jobs with that same value. + For example, if we have a list of jobs with the `JavaScript` skill, clicking on a + location cell with a value like `Saint Louis` will generate a new list with all the jobs available in that city. ### Super Bonus Mission