{{define "content"}}

Test History

Take a test
{{if gt .TotalAnswered 0}}
{{pct .TotalCorrect .TotalAnswered}}%

Overall accuracy

{{.TotalCorrect}} correct out of {{.TotalAnswered}} answered

{{end}} {{if .Items}}
{{range .Items}}

{{.NCorrect}} / {{.NQuestions}} ({{pct .NCorrect .NQuestions}}%)

{{.CreatedAt.Format "2 Jan 2006, 15:04"}}

Review →
{{end}}
{{else}}

No completed tests yet.

{{end}} {{if .WeakSpots}}

Weak spots

{{range .WeakSpots}}

{{.QuestionText}}

{{.TimesWrong}}✗ / {{.TimesSeen}}
{{end}}
{{end}} {{end}}