{{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}}
{{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_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}}
<!-- {{{embedFooter}}} -->