NMOS Controller Testing Façade

{% if question == None %}
No tests found. Run the NMOS Controller Test suite on your NMOS testing instance

{% else %}
{{ name }} - {{ description }}


{{ question }}
{% if test_type == "action" %} {% else %}
    {% for answer in answers %}
  • {% if test_type == "single_choice" %} {% elif test_type == "multi_choice" %} {% endif %}
  • {% endfor %}
{% endif %}

{% if test_type == "action" %} {% else %} {% endif %}
{% endif %}