{{test.name}}
{{secondaryHeading}}
{{aboutTest.headingText}}
{{#if aboutTest.descText}}
{{{aboutTest.descText}}}
{{else}} {{#if test.description}}
{{{test.description}}}
{{/if}} {{/if}}
{{#if test.duration}}
Time:
{{test.duration}}
{{/if}} {{#if test.difficultyLevel}}
Difficulty level:
{{test.difficultyLevel}}
{{/if}}
{{aboutTest.skillsHeadingText}}
{{#each test.skills as |skill|}}
{{#if skill.data.icon}}
{{/if}}
{{skill.data.name}}
{{#each skill.counts}}
{{this.count}} {{this.variantType}}
{{/each}}
{{/each}}
{{aboutTest.primaryCta.text}}
{{aboutTest.secondaryCta.text}}
{{section_questions.headingText}}
{{#if section_questions.descText}}
{{section_questions.descText}}
{{else}}
{{defaults.questionsDesc}}
{{/if}}
{{#each test.questions as |question|}}
{{question.heading}}
{{question.variantType}}
{{#each question.skills as |tag|}}
{{tag}}
{{/each}}
{{/each}}
{{section_questions.actionBtn.text}}
{{section_helpful.left.headingText}}
{{{section_helpful.left.descText}}}
{{section_helpful.right.headingText}}
{{#each section_helpful.right.tags as |tag|}}
{{tag}}
{{/each}}
{{section_topics_covered.headingText}}
{{#if section_topics_covered.tags}} {{#each section_topics_covered.tags}}
{{this}}
{{/each}} {{else}} {{#each defaults.topics}}
{{this}}
{{/each}} {{/if}}
{{section_topics_covered.ctaBtns.darkBtn.text}}
{{section_topics_covered.ctaBtns.lightBtn.text}}
{{section_related_tests.headingText}}
{{#each relatedTests as |test|}}
{{#if test.icon}}
{{/if}}
{{test.name}}
{{#each test.skills as |skillName|}}
{{skillName}}
{{/each}}
{{test.candidateAssessed}}+
candidates assessed
{{test.organisationsServed}}
organisations served
{{/each}}
<!-- {{{embedFooter}}} -->