{{define "content"}}

Library

+ Upload
{{if eq .TotalQ 0}}

No questions yet.

Upload a document to get started
{{else}}
{{.TotalQ}} question{{if ne .TotalQ 1}}s{{end}} · {{.TotalA}} answer{{if ne .TotalA 1}}s{{end}} {{if .SourceStats}} · {{range $i, $s := .SourceStats}}{{if $i}}|{{end}}{{$s.Source}} ({{$s.Count}}){{end}} {{end}}
{{if .SourceStats}} {{end}}
{{if .Questions}}
{{range .Questions}}

{{.Q.Text}}

{{if .Stat}}{{.Stat.TimesSeen}}× · {{pct .Stat.TimesCorrect .Stat.TimesSeen}}%{{else}}—{{end}}
{{if .Q.Source}}

{{.Q.Source}}

{{end}}
{{end}}
{{else}}

No questions match your filter.

{{end}}
Take a test
{{end}} {{end}}