Module Assessment | Yext Hitchhikers Platform

loading
You must include a first name and last name in your profile to create challenge environments.

Background

You can think of a couple use cases for embedded fields that will make managing the Turtlehead Tacos data a lot easier for you so you can focus on other tasks. This includes:

  • Localizing the description field so you can set it once but have it be localized
  • Embedding the Landing Page URL (which is where Yext Pages publishes the landing page URL automatically when the pages go live) in the Website field (which goes to listings)

Your Challenge

Hint - make sure that you are selecting all restaurants for your bulk edit, and not just the first 25.

  1. Bulk edit all restaurants to include “Visit us in [[address.city]], [[address.region]] today!” at the end of the description (add it to the end of the paragraph).

  2. Bulk edit all restaurants to include [[landingPageUrl]] in the Website URL field for both URL and Display URL.

  3. Bulk edit all Restaurants to update the Restaurant Promotions field with the following 3 promotions:

    Promotion 1

    title: Tacos & Tots Tuesdays

    Photo: https://a.mktgcdn.com/p-sandbox/-OGscdtgL2FHqupGLj0pIDSoJqLHAtzy5ER0W48rTVI/196x294.jpg

    Description: Order two tacos and get free tots on Tuesdays.

    URL: [[landingPageUrl]]

    Promotion 2

    title: 2-for-1 Champagne Margaritas

    Photo: https://a.mktgcdn.com/p-sandbox/2gHieyTIXQg0xUsExIhqBauGAcfJ0HFNm9ZOTkW-_nk/196x294.jpg

    Description: Buy one Champagne Margarita and get your second on the house. Cheers!

    URL: [[landingPageUrl]]

    Promotion 3

    title: Fiesta Package

    Photo: https://a.mktgcdn.com/p-sandbox/Bu4qxytV6lkBVLLJd5CK39Ox9hHkR-kw9NeybAignXU/196x294.jpg

    Description: Having a party? Let Turtlehead Tacos help! Call today to inquire about our Fiesta Package.

    URL: [[landingPageUrl]]

Module Assessment
+<% util.points %> points
loading
Weekly Challenge Streak Weekly Challenge Streak: <% util.streakWeekly %>
You must include a first name and last name in your profile to create challenge environments.
Challenge account expires in <% util.expirationHours > 24 ? Math.round((util.expirationHours * 1.0) / 24) : util.expirationHours %> <% util.expirationHours > 24 ? (Math.round((util.expirationHours * 1.0) / 24) == 1 ? 'day' : 'days') : (util.expirationHours == 1 ? 'hour' : 'hours') %>.
Challenge account has expired. Please create a new account.
Report Card
Add an embedded field to the Description for all Restaurant entities
Add Landing Page URL as an embedded field to the Website field
Add content to the Restaurant Promotions field with the Landing Page URL embedded in URL field
Common Issues
Bulk editing all entities expand/collapse module

Make sure that you are selecting all of the right entities when you bulk edit. By default, clicking the checkbox to select all entities will only select the entities shown on the first page. To select more entities, click the dropdown menu displaying the number of entities selected. Then, choose to select all in active filter.

Bulk edit help

Make sure you spelled everything as specified. expand/collapse module
Most challenges are looking for exact matches on values like field names, descriptions, code objects, etc. For example, if you’re adding a text string to a Description field, make sure to add it exactly as specified, without any spaces or extra characters.
Previous Submissions
Attempt #<% submission.attemptNumber %>
<% submission.date %>
Score: <% submission.numericScore %>
Pending