Navigate on Learndash LMS -> Courses.
Select what course to modify course grid.
Click "Edit with Thrive Architect".
Usually an exam course has three parts: Topic Exams, Practice Exams and Question Bank Exams. So we also apply it on the course grid by having separate shortcode for each of those.
Also we have two tabs to display, the latest and the average score percentage. Each tabs contains a different set of shortcodes.
Note: The other tab should be updated as well which has a different value on the parameter result_type.
The course grid was being displayed using a custom shortcode. The shortcode has 4 parameters:
title = The label of each sections. Can be Topic Exams, Practice Exams or Question Bank.
exam_ids = These are the exam ids related to short_titles values separated by comma(,).
short_titles = These are the exam titles related to exam_ids value separated by comma(,). If the short title contains a comma, please copy & paste the following character: ‚
result_type = Either has a value of latest_score or average_score
Note: exams_ids and short_titles are related with each other. On the example below the exam title "Configuration & Setup (Objectives 1 - 2)" has the id of 292704.
[fof_user_exam_results_grid
title="Topic Exams"
exam_ids="292704,295469,295471,5238,5219,168617,5236,292707,292709,5243"
short_titles="Configuration & Setup (Objectives 1 - 2),Configuration & Setup (Objectives 3 - 4),Configuration & Setup (Objectives 5 - 6),Object Manager and Lightning App Builder,Sales & Marketing Applications (Part 1),Sales & Marketing Applications (Part 2),Service and Support Applications,Productivity and Collaboration,Data and Analytics Management,Workflow / Process Automation"
result_type="latest_score"]
Basically the course grid should have the details of all the exam which are listed down as list on the course overview page.
Navigate on Learndash LMS -> Exams.
Search for the exam title.
Get the link of exam on the results and identify the id.
On the example below, the exam_id is 292704.
https://focusonforce.com/wp-admin/post.php?post=292704&action=edit