

Menu
Diagnostic Results
Current School:
Current Class:
Overall Summary
{{sr.StudentName}}
{{sr.BookCount}}
{{sr.DiagnosticCount}}
{{sr.SectionCount}}
{{sr.QuestionCount}}
{{sr.ErrorCount}}
{{b.Name}}
{{b.Name}}: {{d.Name}}
{{d.Name}}: {{s.Name}}
Section: {{s.Name}}: Question: {{q.Name}} : Correct Answer: {{q.CorrectAnswer}}
Given Answer
{{qsr.StudentName}}
{{qsr.GivenAnswer}}
{{ssr.StudentName}}
{{ssr.ErrorCount}}
{{dsr.StudentName}}
{{dsr.SectionCount}}
{{dsr.QuestionCount}}
{{dsr.ErrorCount}}
{{bsr.StudentName}}
{{bsr.DiagnosticCount}}
{{bsr.SectionCount}}
{{bsr.QuestionCount}}
{{bsr.ErrorCount}}
Menu
- {{panel.name}}
Book Control
| ID | Name | |
|---|---|---|
| {{b.Id}} | {{ b.Name || "empty" }} |
Schools Control
| ID | School | Book List | |
|---|---|---|---|
| {{s.Id}} | {{ s.Name || "empty" }} |
|
|
Class Control
Current School:| ID | Name | |
|---|---|---|
| {{c.Id}} - {{c.SchoolId}} | {{ c.Name || "empty" }} |
User Control - {{users.length}}
Current Class:| First Name | Surname | Class | Tutor | ||
|---|---|---|---|---|---|
| {{ u.FirstName || "empty" }} | {{ u.Surname || "empty" }} | {{ u.Email || "empty" }} | {{findClass(u.ClassId).Name}} | Yes |
|
Diagnostic Control
{{selectedBook}} Current Book:| ID | Name | # Questions | |
|---|---|---|---|
| {{d.Id}} | {{ d.Name || "empty" }} | {{ d.NumberOfQuestions || "not set" }} |
|
Section Control
Current Diagnostic: S: {{getDiagnostic(selectedDiagnostic).NumberOfQuestions}} SL: {{sections.length}}Please assign remaining Questions - Share Evenly
| ID | Name | Activities | Diagnostic | Questions | |
|---|---|---|---|---|---|
| {{s.Id}} | {{ s.Name || "empty" }} | {{ s.Activities || "empty" }} | {{getDiagnostic(s.DiagnosticId).Name}} | {{ s.NumberOfQuestions }} |
|
Question Control
Please add sections for this diagnostic.
Current Section:
Questions
| ID | Question | Answer | Section | Instructions | |
|---|---|---|---|---|---|
| {{q.Id}} |
{{ q.QuestionText || "empty" }}
|
{{ q.AnswerText || "empty" }} | {{getSection(q.SectionId).Name}} | {{ q.Instructions || "empty" }} |
|