Answers Module 13 - Getting incorrect "Update the Community Stories JSON" on Report Card

Hi everyone,

I’m not sure what I’m missing in my code for this challenge. I’m getting the “Update the Community Stories JSON page with verticalKey, pageTitle, cardType and label” section of the report card incorrect. I’ve checked all the fields that are supposed to be updated, and everything looks correct.

Here is my code:
{
“verticalKey”: “community_stories”, // The vertical key from your search configuration
“pageTitle”: “Community Story Search”, // !!!REPLACE THIS VALUE!!! The contents of the title tag and meta open graph tag for title
// “metaDescription”: “”, // The meta tag for open graph description
// “canonicalUrl”: “”, // The link tag for canonical URL as well as the meta tag for open graph url
// “keywords”: “”, // The meta tag for keywords
“pageSettings”: {
/**
“search”: {
“verticalKey”: “community_stories”, // The vertical key from your search configuration
“defaultInitialSearch”: “” // Enter a default search term
}
/
},
“componentSettings”: {
/

“QASubmission”: {
“entityId”: “”, // Set the ID of the entity to use for Q&A submissions, must be of entity type “Organization”
“privacyPolicyUrl”: “” // The fully qualified URL to the privacy policy
},
/
/

“Facets”: {
“expand”: false, // Allow the user to expand and collapse the facets
“showMore”: false, // Display a link to see more facet options within a facet
“searchOnChange”: true // Will automatically run a search as facets are selected or unselected. Set to false to only trigger updates with an Apply button.
// Additional options are available in the documentation
},
/
/

“FilterLink”: {
“changeFiltersText”: “sorts and filters”, // Text that displays by default
“resetFiltersText”: “reset filters”, // Text when filters are applied
“clearSearchText”: “clear search” // Text when there are no results, conducts an empty search
},
**/
“AppliedFilters”: {
“removable”: true
},
“VerticalResults”: {
“noResults”: {
“displayAllResults”: true // Optional, whether to display all results in the vertical when no results are found.
},
“hideResultsHeader”: true
},
“SearchBar”: {
“placeholderText”: “Search”, // The placeholder text in the answers search bar
“allowEmptySearch”: true, // Allows users to submit an empty search in the searchbar
“loadingIndicator”: {
“display”: true //Optional, whether to include a loading indicator on seachbar
// “iconUrl”: “” //Optional, use custom icon url instead of the default loading indicator animation
},
“voiceSearch”: {
“enabled”: false // Whether or not voice search is enabled
// “customMicIconUrl”: “”, // Path to override the voice start icon
// “customListeningIconUrl”: “” // Path to override the voice stop icon
}
},
“Pagination”: {
“noResults”: {
“visible”: true
}
}
},
// Configuration used to define the look and feel of the vertical, both on this page and, by default,
// on the universal page.
“verticalsToConfig”: {
“community_stories”: { // The vertical key from your search configuration
“label”: “Communtiy Stories”, // The name of the vertical in the section header and the navigation bar
// “verticalLimit”: 15, // The result count limit for vertical search
// “universalLimit”: 5, // The result count limit for universal search
“cardType”: “communitystory”, // The name of the card to use - e.g. accordion, location, customcard
“icon”: “star”, // The icon to use on the card for this vertical
“universalSectionTemplate”: “standard”
}
}
}

Hey Rashin,

Were you able to get this, I know it’s been a while!

It looks good from a code perspective when you look at your config, do you have it exactly as my screenshot shows it? I personally got this challenge wrong because I had put a capital C instead of a lowercase c when I was naming my card and the challenge does look at case-sensitivity! If something is wrong there you can easily click the three dots next to communitystories.json and click rename!

image

Hey Jesse,

Thanks for taking a look at this! I think my session expired. I will try to do it again and submit it here.

Sounds good! Keep an eye out for plural vs singular and capital vs. lowercase when you’re adding your card :eyes: let me know how it goes and if I can help!