{% include "header" %} {% include "course_version_outdated_alert", courses: courses.featured %} {% assign strquizCategories = current_person.properties.qiuz_answers | strip %} {% assign quizCategories = current_person.properties.qiuz_answers | split: "_" %} {% assign coursesToDisplay = "" %} {% assign lpsToDisplay = "" %} {% for course in courses.in_catalog %} {% for cats in course.categories %} {% if cats.name contains "[Quiz]" %} {% assign catname = cats.name | remove: "[Quiz] " %} {% for qc in quizCategories %} {% if catname == qc %} {% assign coursesToDisplay = coursesToDisplay | append: course.id | append: ";" %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endfor %} {% assign coursesToDisplayArr = coursesToDisplay | split: ";" %} {% assign uniqcoursesToDisplayArr = coursesToDisplayArr | uniq %} {% for learningpath in learning_paths.available %} {% for lpcats in learningpath.categories %} {% if lpcats.name contains "[Quiz]" %} {% assign catname = lpcats.name | remove: "[Quiz] " %} {% for qc in quizCategories %} {% if catname == qc %} {% assign lpsToDisplay = lpsToDisplay | append: learningpath.id | append: ";" %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endfor %} {% assign lpsToDisplayArr = lpsToDisplay | split: ";" %} {% assign uniqlpsToDisplayArr = lpsToDisplayArr | uniq %}
{% include "main_hero_masthead" %} {% include "sub_navigation" %} {% if strquizCategories == "" %}
{% assign isLPInprogress = false %} {% for learning_path in learning_paths.enrolled %} {% if learning_path.progress > 0 and learning_path.progress < 100 %} {% assign isLPInprogress = true %}
{% include "cards_learning_path" with learning_path %}
{% endif %} {% endfor %}
{% if training_events.available.any? %}
{% for training_event in training_events.available limit:3 %}
{% include "cards_training_event" with training_event %}
{% endfor %}
{% else %} {% include "training_events_zero_state" %} {% endif %}
{% assign startwithlearning_path = learning_paths.available | where: "id", "04575709-6d99-41bb-9014-6e7def46a320" %} {% for learning_path in startwithlearning_path %}
{% include "cards_learning_path" with learning_path %}
{% endfor %}
{% else %}
{% assign isLPInprogress = false %} {% for learning_path in learning_paths.enrolled %} {% if learning_path.progress > 0 and learning_path.progress < 100 %} {% assign isLPInprogress = true %}
{% include "cards_learning_path" with learning_path %}
{% endif %} {% endfor %}
{% if training_events.available.any? %}
{% for training_event in training_events.available limit:3 %}
{% include "cards_training_event" with training_event %}
{% endfor %}
{% else %} {% include "training_events_zero_state" %} {% endif %}
{% for lpsid in uniqlpsToDisplayArr %} {% assign displayLps = learning_paths.available | where: "id", lpsid %} {% for learning_path in displayLps %}
{% include "cards_learning_path" with learning_path %}
{% endfor %} {% endfor %}
{% endif %}
Interested in in-person training?

Buildertrend

{% include "footer" %}