diff --git a/index.php b/index.php
index a5ff061..c6b0673 100644
--- a/index.php
+++ b/index.php
@@ -114,7 +114,7 @@
$ppp = $p + $pp;//the number of questions
echo "
\n 单选题
\n";
//创建随机数组
- $randomArray = array_rand(range(1,60),$p + 1);
+ $randomArray = array_rand(range(1,107),$p+1);
shuffle($randomArray);
for($i = 1;$i <= $p;$i++){
$random = $randomArray[$i];