Added analysis button and scripting

This commit is contained in:
2023-03-05 00:28:54 +00:00
parent ea86fd9ae6
commit a1289da09c
6 changed files with 89 additions and 3 deletions

View File

@ -100,7 +100,18 @@
</div>
{% endif %}
</div>
<div class="d-flex justify-content-center">
<a
href="#"
class="btn btn-success dataset-analyse {% if not dataset.entries %} disabled {% endif %}"
data-id="{{dataset.id}}"
title="Analyse Answers"
data-action="analyse"
>
<i class="bi bi-search button-icon"></i>
Analyse Answers
</a>
</div>
</div>
{% endblock %}