Last active
September 11, 2015 21:27
-
-
Save mattdetails/a4e4f7c0217a7751ff12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if displayCercaStarterReport | |
if schoolClassUsers.students.length | |
table.tables.starter-table | |
thead.starter-table-head | |
tr.starter-table-head-row | |
th.starter-table-head-cell.mod-student | |
th.starter-table-head-cell.mod-starter-average CERCA Starter Average | |
th.starter-table-head-cell Conceptual Understanding | |
th.starter-table-head-cell Background Knowledge | |
th.starter-table-head-cell Applied Practice | |
tbody.starter-table-body | |
each classUser in schoolClassUsers.students | |
= starter-report/student-record student=classUser | |
else | |
partial 'dashboard/no-data' | |
else | |
partial 'dashboard/no-classes' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment