No notes defined.

<article class='c-venture_self_diagnostic venture_self_diagnostic type-venture_self_diagnostic c-venture_self_diagnostic--teaser'>
    <h1 class='c-heading'>

    </h1>
    <div class='c-lead'></div>
</article>
<article class='{{ get_entity_class( entityType, display ) }}'>
    {% include get_template( 'heading', 'unit' ) with heading %}
    {% include get_template( 'lead', 'unit' ) with lead %}
    {% if team %}
        <div class='c-venture__team'>
            {% include '@group/entities/entities.twig' with team %}
        </div>
    {% endif %}
    {% if links or button %}
        {% include get_template( 'app-bar', 'region' ) with {
            links: links,
            button: button
        } %}
    {% endif %}
</article>
{
  "theme": "education",
  "entityType": "venture_self_diagnostic",
  "display": {
    "view_mode": "teaser"
  },
  "title": "My Own Venture",
  "evaluation": {
    "display": {
      "component": "venture_self_diagnostic"
    },
    "checklist": {
      "items": [
        {
          "display": {
            "component": "evaluation",
            "modifiers": [
              "label-above",
              "checklist_fbm",
              "boolean",
              "boolean--0"
            ]
          },
          "label_display": "above",
          "field_name": "field_xy",
          "field_type": "language",
          "label": "Found a business model",
          "items": [
            {
              "content": "Off"
            }
          ]
        },
        {
          "display": {
            "component": "evaluation",
            "modifiers": [
              "label-above",
              "checklist_fbm",
              "boolean",
              "boolean--1"
            ]
          },
          "label_display": "above",
          "field_name": "field_xy",
          "field_type": "language",
          "label": "Raised an investment",
          "items": [
            {
              "content": "On"
            }
          ]
        }
      ]
    }
  }
}