面试答题管理

管理用户的面试题库、答题记录和学习进度

总用户数

{{ len .UsersWithStats }}

总答题次数

{{ .TotalStats.TotalAttempts }}

收藏题目

{{ .TotalStats.TotalFavorites }}

错题数量

{{ .TotalStats.TotalWrong }}

{{ range .UsersWithStats }} {{ else }} {{ end }}
用户信息 答题统计 正确率 收藏/错题 最近答题 操作
{{ if .User.Name }}{{ substr .User.Name 0 1 }}{{ else }}{{ substr .User.Username 0 1 }}{{ end }}

{{ if .User.Name }}{{ .User.Name }}{{ else }}{{ .User.Username }}{{ end }}

{{ .User.Email }}

答题次数

{{ .TotalAttempts }}

平均得分

{{ printf "%.1f" .AvgScore }}

{{ .CorrectRate }}%
{{ .FavoriteCount }} {{ .WrongCount }}
{{ if .LastAttemptDate }}{{ .LastAttemptDate }}{{ else }}暂无记录{{ end }}

暂无用户,请先添加用户

{{ if gt .TotalPages 1 }}
共 {{ .TotalRecords }} 条记录,第 {{ .CurrentPage }} / {{ .TotalPages }} 页
{{ range $i := to 1 $.TotalPages }} {{ if or (eq $i 1) (eq $i $.TotalPages) (and (ge $i (subtract $.CurrentPage 2)) (le $i (add $.CurrentPage 2))) }} {{ $i }} {{ else if and (eq $i 2) (gt (subtract $.CurrentPage 3) 1) }} ... {{ else if and (eq $i (subtract $.TotalPages 1)) (lt (add $.CurrentPage 3) $.TotalPages) }} ... {{ end }} {{ end }}
{{ end }}

功能说明

AI生成题目

基于简历内容或关键词智能生成面试题目,支持多种难度级别

收藏题目

收藏重要题目,方便复习回顾,支持快速筛选查看

错题本

自动记录答错的题目,支持针对性练习和错题回顾

数据统计

查看答题记录、正确率、得分趋势等学习数据