Answers Module assessment (Final Challenge)

Hi all,

I am trying to figure out what’s going wrong with my module assessment for Answers:
I am getting two errors:
1 - “Add Jobs vertical page to the main config” - This error is confusing. Can someone tell me what does it mean?
2 - “Add custom job card to the Jobs experience”

regarding “Add custom job card to the Jobs experience” error, I can see that in the page preview that the joboverride card is working well. Here’s the card component.js:

and it’s correctly set in the jobs.json in the verticalsToConfig.

Please advise.

Thanks

2 Likes

Hi Marouane,

  1. For the “Add Jobs vertical page to the main config” this refers to adding the jobs page to the main experience – I’ll update that rule description to be more clear (great feedback!). Make sure that you:
  • Name the page “jobs”
  • Add the verticalKey “jobs”
  • Update the pageTitle to “Job Search”
  • Set the cardType to “job-standard”
  • Update the icon to “briefcase”

Keep in mind things are case sensitive. You can also check out the “Common Issues” section of the challenge for hints on these.

  1. For the jobs custom card, try adding spaces around the + so it’s:
    subtitle: profile.c_jobDepartment + ' | ' + profile.employementType, Unfortunately, the graders for this part of the system have to be quite literal but we’ll see if we can account for spacing as you provided.

Let me know if that works!

1 Like

Thank you Liz! I am not going to sleep before debugging this assessment :smiley: it’s too addictive

Shouldn’t be joboverride?

Regarding
subtitle: profile.c_jobDepartment + ’ | ’ + profile.employementType,

I tried both. It’s not working for me.

Thank you

I love it!

Ah, so in the main experience (the one that also includes restaurants, events, and community stories), the card should be job-standard.

In the jobs only experience, the card should be job-override.

I realized I had a typo in my last message for the employmentType field (had an extra e) – I want to make sure that’s not the issue:
subtitle: profile.c_jobDepartment + ’ | ’ + profile.employmentType,

If not, I will take a look at your repo!

1 Like

Thanks a lot Liz
The subtitle did work with the latest! Fantastic Ace! :hugs: :hugs: :hugs: :hugs:

I think that I have verified the below more than a dozen of times for both instances since this morning… I am clueless :slight_smile:

that would very kind if you can help me with it :blush:

Everything you’re doing is right! I have a bug on my end :see_no_evil:. I’m going to remove that rule temporarily so you can proceed, should be good to go in about 5 minutes. SO SORRY!

1 Like

Hey Liz! Don’t be sorry it was an awesome journey trying to debug and digging every and each file :smiling_face_with_three_hearts:

As a newcomer in Yext, I am loving the experience, feeling lucky to have such an amazing tool to start in my position and I am totally addicted!

Many thanks for your time :hugs: :hugs: :hugs:

I’m having somewhat of a similar issue. My errors are below:

It’s super weird because the errors make it seem like my Main Answers experience is correct, while the Jobs Experience is incorrect - but it seems like the opposite is true:

Upon a QA of my Main Answers Experience, the Jobs vertical appears but a search of “Jobs” from Universal only returns FAQ’s about jobs and no jobs entities. That would mean to me that the Searchable fields for Jobs vertical in the main experience is messed up, but it’s not:

HH says I’m a new user and can only post one pic so I will post the pic in a separate post

  1. Also, it says my Jobs experience is wrong, but is actually correct (custom jobs card working as seen by subtitle and searchable fields working as seen by a “Marketing jobs query”:

HH says I’m a new user and can only post one pic so I will post the pic in a separate post

Any thoughts on how to address the 3 issues?