入职培训

新手博士入门指南,熟悉干员和战斗基础知识。

题库练习

按照类型或难度分类进行针对性练习,巩固知识点。

快速跳题

随机跳题或题号跳题,快速定位练习内容。

全真模拟

生成完整试卷进行模拟考试,包含25题,限时15分钟。

错题辑录

查看和分析答错的题目,针对性复习薄弱环节。

{{ question.id }}
按类型分类
按难度分类
颜色图例:
{{ getDifficultyText(i) }}
{{ getTypeText(i) }}
{{ category.name }}
{{ category.questions.length }} 题
{{ question.id }}

随机跳题

系统将从题库(不包括入职培训)中随机抽取题目,检验您的综合能力。

题号跳题

请输入题目ID直接跳转到指定题目。入职培训题目请使用"G+题号"格式,如"G3"。

全真模拟考试

生成完整试卷进行模拟考试,包含25题,限时15分钟。

{{ examStats.totalAttempts }}
全站总考试次数
{{ examStats.averageScore.toFixed(1) }}
全站平均分
题目数量:25题
考试时间:15分钟
题目类型:全类型、全难度等级随机组卷
{{ wrongQuestions.length }}
错题总数
{{ averageDifficulty.toFixed(1) }}
平均难度
{{ mostWrongType }}
易错类型
{{ category.name }}
{{ category.questions.length }} 题
{{ question.id }}

题库编辑器

管理正式题库(questions 表)

培训题目编辑器

管理入职培训题目(training_questions 表)

类型: {{ currentQuestion.typeText }}
难度: {{ currentQuestion.difficultyText }}
题目ID: {{ currentQuestion.id }}
题源: {{ currentQuestion.resource }}

题目图片
{{ String.fromCharCode(65 + index) }}

{{ isAnswerCorrect ? '回答正确!' : '回答错误!' }}

正确答案: {{ String.fromCharCode(64 + currentQuestion.answer) }}

您的选择: {{ String.fromCharCode(64 + selectedOption) }}

题目统计

{{ questionStats.totalUsers }}
做过此题的用户数
{{ (questionStats.correctRate * 100).toFixed(1) }}%
正确率
{{ String.fromCharCode(64 + questionStats.mostCommonWrongOption) }}
最常错选选项