Answers Final Challenge

From @Vishal_Banoth :

Hi Liz can you help me with answers final challenge i am facing some errors

Hi Vishal,

The issue is with the subtitle in your joboverride card. You can use the

Right now you have:
subtitle: 'profile.c_jobDepartment+'|'+employmentType',

There are a few of issues:

  • You don’t want to encase the entire attribute in quotes. You can remove the beginning and ending ’
  • You need to use profile. before any field being pulled from the Knowledge Graph so it should be profile.employmentType
  • You want to have the end result card look like this: Marketing | Full-time. Note how there is a space before and after the |. Right now you do not have any spaces.

If you fix these three things, it should work for you! Let me know.

Thanks,
Liz

did all the changes still not able to clear the module

Hi Vishal,

It looks like the last bullet isn’t done. You don’t have a space on either side of the pipe.

It should be ' | ' not '|' - subtle difference but it really improves readability on the card!

Thanks,
Liz

did that still not completed

Finally got it! Thanks