Module Assessment | Yext Hitchhikers Platform

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

Background

As you know, Turtlehead Tacos wants to feature their Community Stories with dedicated schema-optimized Pages and make them a vertical in Search.

In the Entity Types Module , you created the Entity Type for “Community Story” and added the Videos and Description fields. Now, it’s time to add more fields for this type and a new field for the Restaurant type to store promotions.

Your Challenge

In this challenge, you will add fields to the Community Story entity type and the Restaurant entity type. Some of these fields will be built-in fields so be sure to check for those first before creating new fields or defining new field types.

  1. Navigate to Content > Configuration > Entity Types and click the dropdown next to Community Story > Edit Fields.

  2. Add the following fields to the Community Story Type in the “Core Information” section:

    • Organizer Email - add the built-in field to store the email address of the main point-of-contact.

    • Theme - create a new field allowing users to select from a list of options:

      • Type: Multi-Option Select
      • Name: Theme
      • ID: c_theme
      • Available Options: Environment, Education, Health, Arts, Criminal Justice, Hunger & Homelessness, Immigration
    • Goal - create a new field allowing users to enter a short description of the program’s goal.

      • Type: Single line Text
      • Name: Goal
      • ID: c_goal
    • Primary CTA - create a new field allowing users to enter a call-to-action in Search and on Pages.

      • Type: Call to Action
      • Name: Primary CTA
      • ID: c_primaryCTA
  3. Click Save.

  4. Now you want to add a new Custom Field Type for Restaurant Promotions. Navigate to Content > Configuration > Field Types and click “Add Custom Field Type”.

    • Name the type “Promotion”
    • Add 4 subfields with the types and names exactly as listed below:

      Subfield Type: Single-line text
      Subfield Label: Title

      Subfield Type: Photo
      Subfield Label: Photo

      Subfield Type: Multi-line text
      Subfield Label: Description

      Subfield Type: URL
      Subfield Label: URL

  5. Navigate to Content > Configuration > Entity Types or Content > Configuration > Fields and create a new Custom Field on the Restaurant Type called “Restaurant Promotions” using the new type you just defined. Add the field to the “Core Information” section.

    • Type: Promotion (“Make it a List” selected)
    • Name: Restaurant Promotions
    • ID: c_restaurantPromotions
    • Field Specification:
    • Custom validation to have a max of 3 items
    • Field Availability: Restaurant

Make sure that you name the fields, API names, types and options exactly as provided

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
Create the Theme custom field
Create the Goal custom field
Create the Primary CTA custom field
Create the Promotion custom field type
Create the Restaurant Promotions custom field
Add all the new fields to the Community Story entity type
Add Restaurant Promotions to the Restaurant entity type
Common Issues
Did you add the right field type? expand/collapse module

Make sure you add the field type specified in the instructions? Some common mistakes include

  • Adding a field of type Complex Photo, instead of Photo
  • Adding a field of type single-option select instead of multi-option select, or vice versa
  • Adding a field of type multiline text instead of single-line text, or vice versa

Double check the instructions and make sure you’re adding the right field type!

Make sure you spelled the custom display name and API name exactly. expand/collapse module
You need to spell the custom field’s display name and API name exactly as specified in the challenge.
Make sure you spelled the field and API names exactly. expand/collapse module
You need to spell the field display names and API names exactly as specified in the challenge. This includes casing – if the challenge says to name a field “Title” you should name it “Title” and not “TITLE”.
Previous Submissions
Attempt #<% submission.attemptNumber %>
<% submission.date %>
Score: <% submission.numericScore %>
Pending
Feedback