diff --git a/quiz-app/index.html b/quiz-app/index.html
index 688716a..e1dbc64 100644
--- a/quiz-app/index.html
+++ b/quiz-app/index.html
@@ -31,6 +31,27 @@
+
+
+
题目笔记
+
+
+
+
+
+
智能评分 (1-5分)
+
+
+ ★
+ ★
+ ★
+ ★
+ ★
+
+
未评分
+
+
暂无评分记录
+
diff --git a/quiz-app/script.js b/quiz-app/script.js
index 543ee19..87f086b 100644
--- a/quiz-app/script.js
+++ b/quiz-app/script.js
@@ -31,6 +31,38 @@ const quizData = [
d: "none of the above",
correct: "b",
},
+ {
+ question: "Which company developed JavaScript?",
+ a: "Microsoft",
+ b: "Netscape",
+ c: "Google",
+ d: "Apple",
+ correct: "b",
+ },
+ {
+ question: "What is the correct syntax for referring to an external script called 'xxx.js'?",
+ a: "