sqm-dashboards/app/views/layouts/sqm/_empty_dataset_modal.html.erb

20 lines
1.1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div id="empty-dataset-modal" class="modal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title">No results available</h3>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Were unable to display results for the selected school and school year due to one or more of the following reasons:</p>
<ul>
<li>Limited availability of school admin data</li>
<li>Low teacher and/or student survey response rates </li>
<li>Limited or no historical data for this school or district</li>
</ul>
<p>You may continue to explore the structure of the MCIEA School Quality Measures Framework if you like, but we recommend selecting a different school and/or school year for the best experience. </p>
<p>Youre also welcome to <a href="https://www.mciea.org/contact.html" target="_blank">contact MCIEA</a> to help ensure this school has data for you to review next year.</p>
</div>
</div>
</div>
</div>