Documentation bugs in Answers: Advanced Module 1 Assessment

Just two FYIs on documentation issues in this Assessment Module that I found misleading or possibly wrong:

  1. Then last paragraph on the intro includes: …Recruiting Manager entity (job-16) to the top any time a search term contains the terms “job” and “apply”… but in Step 12 it says …job or apply… I believe the former is correct. I haven’t learned yet whether the latter is possible in your platform or how to do it if so?

  2. Is the test in Step 8 really correct? It just tests for the presence of jobProspect in the Context, but does not check that the value is true? Is a clarification needed to explain how this works, or should the test be changed to a contextMatches test?

Hi @David_Neubert- congrats on your first post! Thanks for your feedback and comments here. My notes are below:

  1. The former is correct. The query rule will treat it as a search term contains “job” and “apply”. We will update our documentation to reflect this.

  2. In step 8, the presence of true of jobProspect = true is checked by the below:

  "contextMatches": {
            "$.jobProspect": {
              "$eq": true
            },    

The formatting of the code snippet is just meant to guide the user, but we will update that as well to make it more clear!

Thanks again for the feedback,
Sam

Thanks for the feedback and the .eq context syntax.

I just completed 100% of the training. Please know and tell your colleagues that this is the best online training I have ever known in my entire career. It is obvious that great care was taken to explain things so that anyone could understand, and still address technical complex topics. I am not sure I have ever seen anybody succeed at this, but perhaps you guys have!

I noticed other little things as well, but unfortunately was not taking notes at the time. I will post them if I run into them again, or can recall them.

Thanks again,

Dave