Created
September 11, 2015 16:11
-
-
Save mattdetails/e30f25d06b2003979bde 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 | |
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment