function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Charisse de BelenCharisse de Belen 

Superbadge challenge lists disappear on completion

Once you complete a superbadge, you can no longer view the challenge list. Is there a list somewhere of all the superbadge challenges so I can go back and review them?
Best Answer chosen by Charisse de Belen
Alex EzhilarasanAlex Ezhilarasan
Create a new dummy user and link the existing dev org(s) to complete the preprequisite challenge. Once you unlocked all preprequisite badges, you can see the Challenge list

All Answers

Prithviraj_ChavanPrithviraj_Chavan
Hello,
I have achieved 3 superbadges and according to me there is no way to see challenge list.
Alex EzhilarasanAlex Ezhilarasan
Create a new dummy user and link the existing dev org(s) to complete the preprequisite challenge. Once you unlocked all preprequisite badges, you can see the Challenge list
This was selected as the best answer
Charisse de BelenCharisse de Belen
Thanks for the responses. I think I'll end up doing what Alex suggested.
Lawrence PfaffLawrence Pfaff
Hi Charisse

Were you able to get a list of the challenges and points? I am putting my trailhead-Badge-Unit information into SF to make my own reports and dashboards. :) 
Charisse de BelenCharisse de Belen
Hi Lawrence,

Here are the challenges for a few of the superbadges. I don't have the point values for each challenge, though.

Reports & Dashboards Specialist
1. Import survey and opportunity data
Install the unmanaged package from the pre-work if you haven't already. Clean and import Sandita's data into Salesforce. You might need to modify the Excel data structure to import it correctly.
2. Create sales dashboards in Salesforce Classic
Create the Sales Manager and Sales Reps dashboards, including underlying reports, that will be primarily viewed in Salesforce Classic. Ensure that they contain all charts and data filtering as detailed in the Business Requirements section above. Underlying reports and dashboard charts are based on both the dashboard sketches and information contained in the 'Other Dashboard Requirements' section. Create custom reports to complete this challenge. Please refresh your dashboard immediately before checking your challenge.
3. Create sales dashboards in Lightning Experience
Create the Lightning Sales Manager dashboard, including underlying reports, that will be primarily viewed in Salesforce Lightning Experience. Ensure that it contains all charts and data filtering as detailed in the Business Requirements section above. Underlying reports and dashboard charts are based on both the dashboard sketches and information contained in the 'Other Dashboard Requirements' section. Create custom reports to complete this challenge. Please refresh your dashboard immediately before checking your challenge.
4. Create marketing dashboards in Salesforce Classic
Create the Marketing Manager dashboard, including underlying reports, that will be primarily viewed in Salesforce Classic. Ensure that it contains all charts, data filtering, and layout as detailed in the Business Requirements section above. Underlying reports and dashboard charts are based on both the dashboard sketches and information contained in the 'Other Dashboard Requirements' section. Create custom reports to complete this challenge. Please refresh your dashboard immediately before submitting this challenge.
5. Create contact and hobby reports
Create the three hobby-related custom reports as detailed in the Business Requirements section above. Use the same custom Report Type as the basis of these custom reports. Set the Accounts object as the top level of the Report Type.
6. Configure reports and dashboards security
Create appropriate permissions to meet reports and dashboards security as detailed in the Business Requirements section above. Store reports and dashboards in the requested locations. Configure permissions settings for those locations to meet requirements.

Apex Specialist
1. Automate record creation
Install the unmanaged package for the schema and stubs for Apex classes and triggers. Rename cases and products to match the HowWeRoll schema, and assign all profiles to the custom HowWeRoll page layouts for those objects. Use the included package content to automatically create a Routine Maintenance request every time a maintenance request of type Repair or Routine Maintenance is updated to Closed. Follow the specifications and naming conventions outlined in the business requirements.
2. Synchronize Salesforce data with an external system
Implement an Apex class (called WarehouseCalloutService) that uses the @future annotation and makes a callout to an external service used for warehouse inventory management. This service receives updated values in the external system and update the related records in Salesforce. Before checking this section, run the WarehouseCalloutService.runWarehouseEquipmentSync() method at least once, confirming that it's working as expected.
3. Schedule synchronization
Build scheduling logic that executes your callout and runs your code daily. Schedule this service, called WarehouseSyncSchedule, as specified in the business requirements.
4. Test automation logic
Build tests for all cases (positive, negative, and bulk) specified in the business requirements. You must have 100% test coverage to pass this section and assert values to prove that your logic is working as expected. Choose Run All tests in the Developer Console at least once before attempting to submit this section. Be patient as it may take 10-20 seconds to process the challenge check.
5. Test callout logic
Build tests for your callout using the included stubs for the callout mock (WarehouseCalloutServiceMock) and callout test class (WarehouseCalloutServiceTest) in the package. You must have 100% test coverage to pass this challenge and assert values to prove that your logic is working as expected.
6. Test scheduling logic
Build tests for your scheduled logic using the included stubs for your scheduled class (WarehouseSyncSchedule) in the package. You must have 100% test coverage to pass this challenge and assert values to prove that your logic is working as expected.

Lightning Experience Specialist
1. Take the Sales Path quiz
2. Provide in-app guidance to sales reps
Install the unmanaged package from the pre-work if you haven't already. Rename all of the standard objects in the schema as specified, and set the default page layouts for Adventure, Adventure Package, and Opportunity to the Relaxation Gauntlet custom layouts. Update the Opportunity stage values, create a sales path for sales reps (highlighting key fields and giving specific coaching guidance), and create an approval process as specified in the business requirements.
3. Take the Lightning Experience rollout quiz
4. Automate the creation of fulfillments
Following the requirements described above, create the Fulfillment Creation process flow. Please ensure that your process works as expected without errors before submitting this challenge.
5. Automate your sales process for various opportunity stages
Following the requirements described above, create the Sales Automation process flow. Please ensure that your process works as expected without errors before submitting this challenge.
6. Automate fulfillment cancellation actions
Following the requirements described above, create the Fulfillment Cancellation Automation process flow. Please ensure that your process works as expected without errors before submitting this challenge.
7. Customize support processes
Using the business requirements as your guide, update your case reason values and empower expedition leaders to log cases from their mobile devices quickly with pre-populated values.
8. Import data from legacy systems
Import legacy data for opportunities, explorers, adventures, opportunity contact roles, and adventure packages. Import all fields included in the spreadsheet that exist in the org, map as many fields as you can in order to pass this challenge, and preserve relationships between records. Do not create new fields for this challenge.
9. Customize the Lightning user interface
Make all Lightning UI modifications as outlined in the requirements document. Change the background color in your My Domain settings for authentication configuration before submitting this challenge.
Lawrence PfaffLawrence Pfaff
This is what I have.

Superbadge - Data Integration Specialist
Configure outbound application and integration security                                           500
Configure inbound integration security                                                                    500
Synchronize Salesforce opportunity data with Square Peg's PMS external system    500
Test outbound Apex REST callout logic                                                                  500
Synchronize external PMS system project data with Salesforce                               500
Test inbound Apex REST service logic                                                                   500
Synchronize Salesforce project data with Square Peg's external billing system          500
Test outbound Apex SOAP callout logic                                                                  500
Synchronize external billing data with Salesforce in real time                                    500

There are bonuses that are given as well so 4500 may not be the full available points.

Thank you for sharing. :)