Help with Search Backend Frontend Theme - Final Challenge (Module 11 Assessment)

Hello Community,

I have been working at this challenge for hours and asked my colleagues as well.

Would love some help with Search Backend Frontend Theme - Final Challenge (Module 11 Assessment)

I keep getting the two errors below:

I tried to do some of the fixes my coworker offered, HH offered, but I can’t figure out what else I’m doing wrong.

Any guidance would be much appreciated!

I have made the changes in the SCSS

and this is what I have for Step 2, Part 9

please advise. Thank you in advance!

Hi Annika,

Sorry for the delay in getting back to you. I think your challenge account has expired :frowning:

For the branding SCSS, you’re missing a hashtag # before the color for --hh-answers-background-color.

For the subtitle on the job override card, there are several issues:

  1. You don’t have to put the whole thing in quotes. Using quotes means you want it to take the literal value of what’s in the quotes (i.e. this will show up on your card: [[profile.c_jobDepartment]] + '|' + [[employmentType]]). You can use Live Preview to check this.

  2. The field references should not be in brackets for both fields. Notice a few lines up on the card, title: profile.name,. This means pull the name field from the entity profile.

  3. The employmentType field should be pulled from the entity profile as well.

  4. Note this in the instructions.

    Be sure to include a space on either side of the |

    You’ll need to add the spaces inside the quotes, like so: ' | '.