Skip to content

Commit

Permalink
chore: 更新练习功能以支持随机选题和成绩统计
Browse files Browse the repository at this point in the history
  • Loading branch information
sd0ric4 committed Jul 12, 2024
1 parent 75da52b commit ca54962
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
- 考生管理:对考生信息进行添加、删除、修改、查询、保存、浏览等操作。
- 考生答题情况管理:指定考生,统计其做试卷的总次数,以及每次所得的总分。
### 考生功能
- ☑️练习功能:指定题目数,随机选题。对考生的答案与标准答案进行对比,并最终给出成绩。对错误题目,要能给出正确答案。
- 练习功能:指定题目数,随机选题。对考生的答案与标准答案进行对比,并最终给出成绩。对错误题目,要能给出正确答案。
- 考试功能:从题库选择一套试卷,考生完成答题后,系统自动判卷并给出成绩。
### 设计提示
- 用户产生的答题文件,应以用户名+系统时间.txt的形式存储,以便于进行管理。


## 所需的库
- cJSON
Expand Down

0 comments on commit ca54962

Please sign in to comment.