diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test1.html b/bjyy-weixin/src/main/webapp/static/exam1/test1.html index d5a611e..a115efa 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test1.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test1.html @@ -44,8 +44,8 @@

刚刚出现的物品有?

@@ -70,25 +70,27 @@ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.type=1; - sessionStorage.num=1; - sessionStorage.choose=""; - if($(".active").hasClass("right")){ - sessionStorage.choose=sessionStorage.num+","; - }else{ - sessionStorage.choose=""; - } - console.log(sessionStorage.choose); - window.location.href="test2.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } + + if ($(".basicinfo .active").length == 0) { + alert("请选择"); + return; + } else { + if (typeof (Storage) !== "undefined") { + sessionStorage.type = 1; + sessionStorage.num = 1; + sessionStorage.choose = ""; + if ($(".active").hasClass("right")) { + sessionStorage.choose = sessionStorage.num + ","; + } else { + sessionStorage.choose = ""; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test2.html"; + } else { + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } }); diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test10.html b/bjyy-weixin/src/main/webapp/static/exam1/test10.html index a713d70..b22f9ab 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test10.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test10.html @@ -1,4 +1,3 @@ - @@ -31,22 +30,24 @@
-

10.请注意观察下面闪现的文字及其颜色:

+

10.请注意观察下面闪现的文字及其颜色:

-
+
    -
  • +
  • +
  • +
-
-
-

11.请注意观察下面闪现的文字及其颜色:

-
-
-
    -
  • -
  • -
-
-
- - - - +
@@ -71,33 +59,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("11")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("11,",""); + sessionStorage.choose=sessionStorage.choose.replace("11,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=11; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("11,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("11")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("11,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test12.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=11; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("11,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("11")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("11,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test12.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test12.html b/bjyy-weixin/src/main/webapp/static/exam1/test12.html index 9bde290..8fd0ee2 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test12.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test12.html @@ -28,34 +28,21 @@
脑力测评
-
-
-

12.请注意观察下面闪现的文字及其颜色:

-
-
- -
-
- - - - + @@ -70,35 +57,38 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test13.html b/bjyy-weixin/src/main/webapp/static/exam1/test13.html index 906ef99..48d46c9 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test13.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test13.html @@ -32,13 +32,13 @@

13.请问图中是什么物品?

-
+
@@ -59,33 +59,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("13")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("13,",""); + sessionStorage.choose=sessionStorage.choose.replace("13,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=13; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("13,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("13")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("13,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test14.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=13; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("13,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("13")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("13,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test14.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test14.html b/bjyy-weixin/src/main/webapp/static/exam1/test14.html index a5b2465..586fb1f 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test14.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test14.html @@ -30,15 +30,15 @@
-

14.请问图中是什么物品?

+

14.请问图中是什么景物?

-
+
@@ -59,33 +59,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("14")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("14,",""); + sessionStorage.choose=sessionStorage.choose.replace("14,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=14; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("14,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("14")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("14,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test15.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=14; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("14,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("14")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("14,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test15.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test15.html b/bjyy-weixin/src/main/webapp/static/exam1/test15.html index 3506859..ec1e4bc 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test15.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test15.html @@ -29,21 +29,20 @@
脑力测评
-
-

15.请问图中是什么物品?

+
+

15.以下图案中,三角形有哪些?

    -
  • 西红柿
  • -
  • 南瓜
  • -
  • 冬瓜
  • -
  • 西瓜
  • +
  • +
  • +
  • +
-
-
+ @@ -57,37 +56,36 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test16.html b/bjyy-weixin/src/main/webapp/static/exam1/test16.html index 4838d45..bbe2bcb 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test16.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test16.html @@ -29,21 +29,20 @@
脑力测评
-
-

16.请问图中是什么物品?

+
+

16.请问这是哪只脚?

    -
  • 锤子
  • -
  • 话筒
  • -
  • 钢笔
  • -
  • 刷子
  • +
  • 左脚
  • +
  • 右脚
-
+
+ @@ -59,7 +58,7 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("16")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("16,",""); + sessionStorage.choose=sessionStorage.choose.replace("16,",""); } }); $(".nextquestion").click(function(){ @@ -75,12 +74,13 @@ } }else{ if(sessionStorage.choose.indexOf("16")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("16,",""); + sessionStorage.choose=sessionStorage.choose.replace("16,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test17.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test17.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test17.html b/bjyy-weixin/src/main/webapp/static/exam1/test17.html index df527ba..c50cc3f 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test17.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test17.html @@ -29,21 +29,20 @@
脑力测评
-
-

17.请问图中是什么景物?

+
+

17.A-C 3个物体中。哪个与示例图一致?

+
    -
  • -
  • 长城
  • -
  • 云彩
  • -
  • 城楼
  • +
  • +
  • +
-
-
+ @@ -59,7 +58,7 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("17")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("17,",""); + sessionStorage.choose=sessionStorage.choose.replace("17,",""); } }); $(".nextquestion").click(function(){ @@ -75,12 +74,13 @@ } }else{ if(sessionStorage.choose.indexOf("17")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("17,",""); + sessionStorage.choose=sessionStorage.choose.replace("17,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test18.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test18.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test18.html b/bjyy-weixin/src/main/webapp/static/exam1/test18.html index c1cab02..ef66ca2 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test18.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test18.html @@ -29,16 +29,18 @@
脑力测评
-
-

18.以下图案中,三角形有哪些?

+
+

18.如果您去这家医院看病,请您根据地图确定,请问医技楼在学生公寓的什么位置?

    -
  • -
  • -
  • -
  • +
  • 南面
  • +
  • 北面
  • +
  • 西面
  • +
  • 东面
+
+
@@ -58,7 +60,7 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("18")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("18,",""); + sessionStorage.choose=sessionStorage.choose.replace("18,",""); } }); $(".nextquestion").click(function(){ @@ -74,12 +76,13 @@ } }else{ if(sessionStorage.choose.indexOf("18")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("18,",""); + sessionStorage.choose=sessionStorage.choose.replace("18,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test19.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test19.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test19.html b/bjyy-weixin/src/main/webapp/static/exam1/test19.html index 104c0ab..6692b9e 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test19.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test19.html @@ -29,20 +29,18 @@
脑力测评
-
-

19.以下图案中,圆形有哪些?

+
+

19.如果您去这家医院看病,请您根据地图确定,请问5号楼和哪个楼距离最远?

    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • +
  • 4号楼
  • +
  • 行政楼
  • +
  • 食堂
  • +
  • 精神卫生楼
+
+
@@ -61,9 +59,8 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test21.html b/bjyy-weixin/src/main/webapp/static/exam1/test21.html index dfd6aec..11e35ae 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test21.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test21.html @@ -30,19 +30,19 @@
-

21.A-C 3个物体中。哪个与示例图一致?

-
+

21.下图的时间,经过6个小时,应该到几点?对应的是哪副图?

+
- @@ -58,33 +58,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("21")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("21,",""); + sessionStorage.choose=sessionStorage.choose.replace("21,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=21; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("21,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("21")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("21,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test22.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=21; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("21,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("21")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("21,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test22.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test22.html b/bjyy-weixin/src/main/webapp/static/exam1/test22.html index d8f6294..36fbe40 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test22.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test22.html @@ -30,15 +30,14 @@
-

22.如果您去这家医院看病,请您根据地图确定,请问门诊楼在行政楼的什么位置?

+

22.国庆节是哪一天?

-
@@ -60,33 +59,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("22")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("22,",""); + sessionStorage.choose=sessionStorage.choose.replace("22,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=22; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("22,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("22")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("22,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test23.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=22; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("22,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("22")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("22,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test23.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test23.html b/bjyy-weixin/src/main/webapp/static/exam1/test23.html index 6426f95..41ee5ca 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test23.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test23.html @@ -30,15 +30,12 @@
-

23.如果您去这家医院看病,请您根据地图确定,请问5号楼和哪个建筑是并列的?

+

23.中秋节在端午节的前面还是后面?

-
@@ -60,33 +57,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("23")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("23,",""); + sessionStorage.choose=sessionStorage.choose.replace("23,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=23; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("23,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("23")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("23,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test24.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=23; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("23,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("23")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("23,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test24.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test24.html b/bjyy-weixin/src/main/webapp/static/exam1/test24.html index e88c8a0..2c2f0fe 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test24.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test24.html @@ -30,15 +30,14 @@
-

24.如果您去这家医院看病,请您根据地图确定,请问从大门口去食堂,最近的路线应该经过哪里?

+

24.一斤桔子3.7元,买4斤需要多少钱?

-
@@ -60,33 +59,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("24")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("24,",""); + sessionStorage.choose=sessionStorage.choose.replace("24,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=24; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("24,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("24")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("24,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test25.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=24; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("24,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("24")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("24,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test25.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test25.html b/bjyy-weixin/src/main/webapp/static/exam1/test25.html index 4544b27..3994d4b 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test25.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test25.html @@ -30,15 +30,14 @@
-

25.请您看看,这是几点钟?

+

25.今天是3月24日,星期三,5天后是星期几?

-
@@ -60,33 +59,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("25")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("25,",""); + sessionStorage.choose=sessionStorage.choose.replace("25,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=25; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("25,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("25")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("25,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test26.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=25; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("25,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("25")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("25,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test26.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test26.html b/bjyy-weixin/src/main/webapp/static/exam1/test26.html index f36ba52..c9c6fcc 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test26.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test26.html @@ -29,17 +29,17 @@
脑力测评
-
-

26.下图的时间,经过6个小时,应该到几点?对应的是哪副图?

-
+
+

26.烧水需要6分钟,找泡面要2分钟,泡面需要5分钟,您最快几分钟后可以喝到茶水?

    -
  • -
  • -
  • -
  • +
  • 11分钟
  • +
  • 8分钟
  • +
  • 13分钟
  • +
  • 6分钟
+
@@ -59,33 +59,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("26")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("26,",""); + sessionStorage.choose=sessionStorage.choose.replace("26,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=26; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("26,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("26")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("26,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test27.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=26; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("26,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("26")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("26,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test27.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test27.html b/bjyy-weixin/src/main/webapp/static/exam1/test27.html index 67b7502..56b3c11 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test27.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test27.html @@ -28,18 +28,30 @@
脑力测评
-
-
-

27.国际儿童节是哪一天?

- + + + + + + + + + + + +
+
+

27.既不在正方形又不在长方形里的数字与既不在圆形又不在长方形里的数字相加之和是 ?

+
    +
  • 9
  • +
  • 10
  • +
  • 11
  • +
  • 12
  • +
  • 13
  • +
+
+
-
-
@@ -59,33 +71,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("27")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("27,",""); + sessionStorage.choose=sessionStorage.choose.replace("27,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=27; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("27,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("27")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("27,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test28.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=27; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("27,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("27")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("27",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test28.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test28.html b/bjyy-weixin/src/main/webapp/static/exam1/test28.html index 5561f2a..83e9c5d 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test28.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test28.html @@ -28,15 +28,26 @@
脑力测评
-
-
-

28.中秋节在端午节的前面还是后面?

- +
+
+

28.请计算下面的题目,并记住答案。

+
+
+

18+36=?

+

79-41=?

+
+
+ -
@@ -57,33 +68,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("28")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("28,",""); + sessionStorage.choose=sessionStorage.choose.replace("28,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=28; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("28,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("28")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("28,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test29.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=28; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("28,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("28")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("28,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test29.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test29.html b/bjyy-weixin/src/main/webapp/static/exam1/test29.html index 707b3a5..b77ddef 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test29.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test29.html @@ -28,22 +28,29 @@
脑力测评
-
+
+
+

29.请记住以下数字:

+
+
+

3 8 4

+
+
+ +
- + + - @@ -59,33 +66,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("29")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("29,",""); + sessionStorage.choose=sessionStorage.choose.replace("29,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=29; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("29,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("29")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("29,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test30.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=29; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("29,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("29")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("29,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test30.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test3.html b/bjyy-weixin/src/main/webapp/static/exam1/test3.html index 12fe469..dc12408 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test3.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test3.html @@ -46,10 +46,10 @@

刚刚出现的物品有?

@@ -94,7 +94,8 @@ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test4.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test4.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test30.html b/bjyy-weixin/src/main/webapp/static/exam1/test30.html index 0977c23..efbef42 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test30.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test30.html @@ -28,20 +28,47 @@
脑力测评
-
-
-

30.一斤桔子3.5元,买4斤需要多少钱?

- + + + + + + + + + + + + + +
+
+

30.请记住以下数字:

+
+
+

3 7 1 5

+
-
+
+ +
+ + +
+ @@ -59,33 +86,55 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("30")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("30,",""); + sessionStorage.choose=sessionStorage.choose.replace("30,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=30; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("30,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("30")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("30,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test31.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + + $("input[name='type']").val(sessionStorage.type); + + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("30")==-1){ + sessionStorage.choose="30"+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("30")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("30,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + $("input[name='chooseIds']").val(sessionStorage.choose); + + console.log($("input[name='chooseIds']").val()); + var href=window.location.href; + var contextPath = href.substring(0,href.indexOf("static")); + $.ajax({ + url:contextPath+"/wx/mental/submitMental", + type:'post', + data:$("form[name='firstBasicForm']").serialize(), + success:function(result){ + if (result.code==0) { + window.location.href=contextPath+"/wx/mental/mentalResult"; + }else if(result.code==1){ + window.location.href=contextPath+"/wx/core/index"; + }else{ + alert(result.message); + } + }, + error:function(){ + alert("系统异常"); + } + }); + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test4.html b/bjyy-weixin/src/main/webapp/static/exam1/test4.html index c156e5c..a72b255 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test4.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test4.html @@ -98,7 +98,8 @@ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test5.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test5.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test5.html b/bjyy-weixin/src/main/webapp/static/exam1/test5.html index d21ab63..7c12dac 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test5.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test5.html @@ -33,7 +33,9 @@

5.请计算下面的题目,并记住答案。

-

1+3=?

+

4+3=?

+

9-4=?

+

5+3=?

@@ -41,10 +43,10 @@

刚才题目的答案是:

@@ -89,7 +91,8 @@ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test6.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test6.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test6.html b/bjyy-weixin/src/main/webapp/static/exam1/test6.html index a9a843e..7e673bc 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test6.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test6.html @@ -33,8 +33,11 @@

6.请计算下面的题目,并记住答案。

-

4+3=?

-

9-4=?

+

1+7=?

+

6-4=?

+

9-3=?

+

2+5=?

+

5+4=?

@@ -42,10 +45,10 @@

刚才题目的答案是:

@@ -90,7 +93,8 @@ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test7.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test7.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test7.html b/bjyy-weixin/src/main/webapp/static/exam1/test7.html index 54c8ec8..cd22763 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test7.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test7.html @@ -33,10 +33,14 @@

7.请计算下面的题目,并记住答案。

-

1+7=?

-

6-4=?

-

9-3=?

+

2+3=?

+

6-1=?

+

8-6=?

2+5=?

+

6-3=?

+

2+1=?

+

6-3=?

+

1+5=?

@@ -44,10 +48,10 @@

刚才题目的答案是:

@@ -92,7 +96,8 @@ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test8.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test8.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test8.html b/bjyy-weixin/src/main/webapp/static/exam1/test8.html index eb3b7c5..b665c44 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test8.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test8.html @@ -1,3 +1,4 @@ + @@ -30,26 +31,23 @@
-

8.请计算下面的题目,并记住答案。

+

8.请注意观察下面闪现的文字及其颜色:

-
-

3+2=?

-

6-4=?

-

7-3=?

-

4+3=?

-

2-1=?

-

8-3=?

+
+
    +
  • +
@@ -73,33 +71,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("8")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("8,",""); + sessionStorage.choose=sessionStorage.choose.replace("8,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=8; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("8,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("8")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("8,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test9.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=8; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("8,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("8")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("8,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test9.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test9.html b/bjyy-weixin/src/main/webapp/static/exam1/test9.html index ffb8646..e62c348 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test9.html +++ b/bjyy-weixin/src/main/webapp/static/exam1/test9.html @@ -30,28 +30,24 @@
-

9.请计算下面的题目,并记住答案。

+

9.请注意观察下面闪现的文字及其颜色:

-
-

2+3=?

-

6-1=?

-

8-6=?

-

2+5=?

-

6-3=?

-

2+1=?

-

6-3=?

-

1+5=?

+
+
    +
  • +
  • +
@@ -75,33 +71,34 @@ $(function(){ // setTimeout(function(){ // loadedScroll("#wrapperIndex",false,true); // },500); if(sessionStorage.choose.indexOf("9")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("9,",""); + sessionStorage.choose=sessionStorage.choose.replace("9,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=9; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("9,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("9")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("9,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test10.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=9; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("9,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("9")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("9,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test10.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test1.html b/bjyy-weixin/src/main/webapp/static/exam2/test1.html index 5c222a2..8a5eb60 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test1.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test1.html @@ -42,7 +42,7 @@
@@ -74,33 +62,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("11")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("11,",""); + sessionStorage.choose=sessionStorage.choose.replace("11,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=11; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("11,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("11")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("11,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test12.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=11; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("11,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("11")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("11,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test12.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test12.html b/bjyy-weixin/src/main/webapp/static/exam2/test12.html index 2f57841..921ce8a 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test12.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test12.html @@ -28,34 +28,21 @@
脑力测评
-
-
-

12.请注意观察下面闪现的文字及其颜色:

-
-
- -
-
- - - - + @@ -75,14 +62,14 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("12")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("12,",""); + sessionStorage.choose=sessionStorage.choose.replace("12,",""); } }); $(".nextquestion").click(function(){ if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ + alert("请选择"); + return; + }else{ if(typeof(Storage) !== "undefined") { sessionStorage.num=12; if($(".active").hasClass("right")){ @@ -91,16 +78,17 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("12")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("12,",""); + sessionStorage.choose=sessionStorage.choose.replace("12,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test13.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test13.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } - } + } }); diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test13.html b/bjyy-weixin/src/main/webapp/static/exam2/test13.html index 646850c..79c19f2 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test13.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test13.html @@ -32,13 +32,13 @@

13.请问图中是什么物品?

-
+
@@ -62,33 +62,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("13")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("13,",""); + sessionStorage.choose=sessionStorage.choose.replace("13,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=13; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("13,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("13")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("13,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test14.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=13; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("13,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("13")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("13,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test14.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test14.html b/bjyy-weixin/src/main/webapp/static/exam2/test14.html index 1158768..de83651 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test14.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test14.html @@ -30,15 +30,15 @@
-

14.请问图中是什么物品?

+

14.请问图中建筑物是什么

-
+
@@ -83,7 +83,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test15.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test15.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test15.html b/bjyy-weixin/src/main/webapp/static/exam2/test15.html index eb43b24..b8f1372 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test15.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test15.html @@ -1,94 +1,92 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

15.请问图中是什么物品?

-
    -
  • 西红柿
  • -
  • 南瓜
  • -
  • 冬瓜
  • -
  • 西瓜
  • -
-
-
-
- -
- -
-
- -
-
- - - - - - - - - - + + + + + + + + + + +北京燕园 + + + + + + + +
+
+
+
+
+
+ + +
+
+
脑力测评
+
+
+
+

15.以下图案中,圆形是哪个?

+
    +
  • +
  • +
  • +
  • +
+
+
+
+ +
+
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test16.html b/bjyy-weixin/src/main/webapp/static/exam2/test16.html index e756fb1..a9da157 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test16.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test16.html @@ -29,16 +29,14 @@
脑力测评
-
-

16.请问图中是什么物品?

+
+

16.请问这是哪只手?

    -
  • 锤子
  • -
  • 话筒
  • -
  • 钢笔
  • -
  • 刷子
  • +
  • 左手
  • +
  • 右手
-
+
@@ -57,38 +55,37 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test17.html b/bjyy-weixin/src/main/webapp/static/exam2/test17.html index b03bf9f..5990ec8 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test17.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test17.html @@ -29,18 +29,16 @@
脑力测评
-
-

17.请问图中是什么景物?

+
+

17.A-C 3个物体中。哪个旋转后与示例图一致?

+
    -
  • 花坛
  • -
  • 绿草
  • -
  • 天安门
  • -
  • 红旗
  • +
  • +
  • +
-
-
@@ -62,7 +60,7 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("17")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("17,",""); + sessionStorage.choose=sessionStorage.choose.replace("17,",""); } }); $(".nextquestion").click(function(){ @@ -78,12 +76,13 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("17")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("17,",""); + sessionStorage.choose=sessionStorage.choose.replace("17,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test18.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test18.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test18.html b/bjyy-weixin/src/main/webapp/static/exam2/test18.html index 447b7a2..e5d8cbd 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test18.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test18.html @@ -29,16 +29,18 @@
脑力测评
-
-

18.以下图案中,圆形有哪些?

+
+

18.如果您去这家医院看病,请您根据地图确定,请问精神卫生楼在行政楼的什么位置?

    -
  • -
  • -
  • -
  • +
  • 东北
  • +
  • 西北
  • +
  • 东南
  • +
  • 西南
+
+
@@ -60,7 +62,7 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("18")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("18,",""); + sessionStorage.choose=sessionStorage.choose.replace("18,",""); } }); $(".nextquestion").click(function(){ @@ -76,12 +78,13 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("18")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("18,",""); + sessionStorage.choose=sessionStorage.choose.replace("18,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test19.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test19.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test19.html b/bjyy-weixin/src/main/webapp/static/exam2/test19.html index 45871c0..749814d 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test19.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test19.html @@ -29,20 +29,18 @@
脑力测评
-
-

19.以下图案中,三角形有哪些?

+
+

19.如果您去这家医院看病,请您根据地图确定,请问从大门口去4号楼,最近的路线应该经过哪里?

    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • +
  • 查体楼
  • +
  • 学生公寓
  • +
  • 精神卫生楼
  • +
  • 3号楼
+
+
@@ -63,16 +61,15 @@ $(function(){ setTimeout(function(){ loadedScroll("#wrapperIndex",false,true); },500); - if(sessionStorage.choose.indexOf("19")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("19,",""); + sessionStorage.choose=sessionStorage.choose.replace("19,",""); } }); $(".nextquestion").click(function(){ if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ + alert("请选择"); + return; + }else{ if(typeof(Storage) !== "undefined") { sessionStorage.num=19; if($(".active").hasClass("right")){ @@ -81,17 +78,18 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("19")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("19,",""); + sessionStorage.choose=sessionStorage.choose.replace("19,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test20.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test20.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } - } - }); + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test2.html b/bjyy-weixin/src/main/webapp/static/exam2/test2.html index c7266ab..6bd2a85 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test2.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test2.html @@ -34,20 +34,20 @@
@@ -95,7 +95,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test3.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test3.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test20.html b/bjyy-weixin/src/main/webapp/static/exam2/test20.html index 201760f..92208a5 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test20.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test20.html @@ -1,92 +1,95 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

20.请问这是哪只手?

-
    -
  • 左手
  • -
  • 右手
  • -
-
-
-
- -
- -
-
- -
-
- - - - - - - - - - + + + + + + + + + + +北京燕园 + + + + + + + +
+
+
+
+
+
+ + +
+
+
脑力测评
+
+
+
+

20.请您看看,这是几点钟?

+
    +
  • 11点45分
  • +
  • 12点20分
  • +
  • 3点31分
  • +
  • 9点20分
  • +
+
+
+
+ +
+ +
+
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test21.html b/bjyy-weixin/src/main/webapp/static/exam2/test21.html index 29be144..86b733a 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test21.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test21.html @@ -30,12 +30,13 @@
-

21.A-C 3个物体中。哪个旋转后与示例图一致?

-
+

21.下图的时间,经过3个小时,应该到几点?对应的是哪副图?

+
@@ -60,33 +61,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("21")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("21,",""); + sessionStorage.choose=sessionStorage.choose.replace("21,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=21; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("21,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("21")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("21,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test22.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=21; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("21,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("21")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("21",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test22.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test22.html b/bjyy-weixin/src/main/webapp/static/exam2/test22.html index a873225..a502567 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test22.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test22.html @@ -30,15 +30,14 @@
-

22.如果您去这家医院看病,请您根据地图确定,请问医技楼在行政楼的什么位置?

+

22.国庆节是哪一天?

-
@@ -62,33 +61,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("22")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("22,",""); + sessionStorage.choose=sessionStorage.choose.replace("22,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=22; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("22,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("22")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("22,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test23.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=22; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("22,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("22")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("22,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test23.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test23.html b/bjyy-weixin/src/main/webapp/static/exam2/test23.html index 83a2ee1..16153f7 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test23.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test23.html @@ -30,15 +30,12 @@
-

23.如果您去这家医院看病,请您根据地图确定,请问5号楼和哪个楼距离最远?

+

23.中国人的习俗中,是在清明节还是在端午节吃粽子?

-
@@ -57,38 +54,37 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test24.html b/bjyy-weixin/src/main/webapp/static/exam2/test24.html index a4c68c4..497435b 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test24.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test24.html @@ -30,16 +30,16 @@
-

24.如果您去这家医院看病,请您根据地图确定,请问从大门口去4号楼,最近的路线应该经过哪里??

+

24.一斤黄瓜1.2元,一斤桔子3.5元,各买1斤需要多少钱?

-
-
-
+ + + @@ -83,7 +83,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test25.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test25.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test25.html b/bjyy-weixin/src/main/webapp/static/exam2/test25.html index 41845c2..8c5c0cf 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test25.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test25.html @@ -30,15 +30,14 @@
-

25.请您看看,这是几点钟?

+

25.今天是3月24日,星期三,3天前是星期几?

-
@@ -57,38 +56,37 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test26.html b/bjyy-weixin/src/main/webapp/static/exam2/test26.html index 09fb03f..13d82e6 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test26.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test26.html @@ -29,17 +29,17 @@
脑力测评
-
-

26.下图的时间,经过3个小时,应该到几点?对应的是哪副图?

-
+
+

26.烧水需要6分钟,找茶叶要3分钟,泡茶需要2分钟,您最快几分钟后可以喝到茶水?

    -
  • -
  • -
  • -
  • +
  • 11分钟
  • +
  • 8分钟
  • +
  • 9分钟
  • +
  • 6分钟
+
@@ -61,7 +61,7 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("26")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("26,",""); + sessionStorage.choose=sessionStorage.choose.replace("26,",""); } }); $(".nextquestion").click(function(){ @@ -77,12 +77,13 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("26")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("26,",""); + sessionStorage.choose=sessionStorage.choose.replace("26,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test27.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test27.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test27.html b/bjyy-weixin/src/main/webapp/static/exam2/test27.html index 9b6e2a5..bb61416 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test27.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test27.html @@ -30,18 +30,24 @@
-

27.国际劳动节是哪一天?

+

35.既不在正方形又不在长方形里的数字与既不在圆形又不在长方形里的数字相加之和是 ?

+
+
+ + +
@@ -56,38 +62,39 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test28.html b/bjyy-weixin/src/main/webapp/static/exam2/test28.html index ee3f626..f3d1b0a 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test28.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test28.html @@ -28,18 +28,31 @@
脑力测评
-
+
+
+

28.请计算下面的题目,并记住答案。

+
+
+

19+35=?

+

56-24=?

+
+
+ +
- + + @@ -59,14 +72,14 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("28")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("28,",""); + sessionStorage.choose=sessionStorage.choose.replace("28,",""); } }); $(".nextquestion").click(function(){ if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ + alert("请选择"); + return; + }else{ if(typeof(Storage) !== "undefined") { sessionStorage.num=28; if($(".active").hasClass("right")){ @@ -75,16 +88,17 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("28")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("28,",""); + sessionStorage.choose=sessionStorage.choose.replace("28,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test29.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test29.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } - } + } }); diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test29.html b/bjyy-weixin/src/main/webapp/static/exam2/test29.html index 23b42d7..8af946f 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test29.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test29.html @@ -28,20 +28,30 @@
脑力测评
-
+
+
+

29.请记住以下数字:

+
+
+

1

+

8

+

6

+
+
+ +
- + + @@ -61,7 +71,7 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("29")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("29,",""); + sessionStorage.choose=sessionStorage.choose.replace("29,",""); } }); $(".nextquestion").click(function(){ @@ -70,19 +80,20 @@ $(function(){ return; }else{ if(typeof(Storage) !== "undefined") { - sessionStorage.num=29; + sessionStorage.num=5; if($(".active").hasClass("right")){ if(sessionStorage.choose.indexOf("29,")==-1){ sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; } }else{ - if(sessionStorage.choose.indexOf("29")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("29,",""); + if(sessionStorage.choose.indexOf("5")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("29,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test30.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test30.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test3.html b/bjyy-weixin/src/main/webapp/static/exam2/test3.html index e5e37f4..7939dd8 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test3.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test3.html @@ -30,21 +30,21 @@
-

3.请记住以下物品(图示)

+

3.请记住以下交通工具(图示):

@@ -56,38 +69,58 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test31.html b/bjyy-weixin/src/main/webapp/static/exam2/test31.html deleted file mode 100644 index 4362542..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam2/test31.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

31.今天是4月7日,12天后是几号?

-
    -
  • 22日
  • -
  • 25日
  • -
  • 19日
  • -
  • 31日
  • -
-
-
- -
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test32.html b/bjyy-weixin/src/main/webapp/static/exam2/test32.html deleted file mode 100644 index ae4ae4f..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam2/test32.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

32.今天是3月24日,星期三,3天前是星期几?

-
    -
  • 星期二
  • -
  • 星期三
  • -
  • 星期四
  • -
  • 星期天
  • -
-
-
- -
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test33.html b/bjyy-weixin/src/main/webapp/static/exam2/test33.html deleted file mode 100644 index 646fe84..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam2/test33.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

33.下列物品选出一个与其他三个不同属性的物品

-
    -
  • -
  • -
  • -
  • -
-
-
-
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test34.html b/bjyy-weixin/src/main/webapp/static/exam2/test34.html deleted file mode 100644 index ae9c54d..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam2/test34.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

34.老李比老赵年纪大,老张比老赵年纪小,老李比老张年纪大,请问谁的年纪最小?

-
    -
  • 老李
  • -
  • 老张
  • -
  • 老赵
  • -
-
-
- -
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test35.html b/bjyy-weixin/src/main/webapp/static/exam2/test35.html deleted file mode 100644 index 344c1a9..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam2/test35.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

35.既不在正方形又不在长方形的数字与既不在圆形又不在 长方形里的数字相加之和是?

-
    -
  • 9
  • -
  • 10
  • -
  • 11
  • -
  • 12
  • -
  • 13
  • -
-
-
-
- -
- - -
- - -
-
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test4.html b/bjyy-weixin/src/main/webapp/static/exam2/test4.html index 1dcceaf..2bfc9c6 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test4.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test4.html @@ -30,7 +30,7 @@
-

4.请记住以下物品(图示)

+

4.请记住以下工具(图示)

@@ -71,33 +73,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("5")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("5,",""); + sessionStorage.choose=sessionStorage.choose.replace("5,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=5; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("5,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("5")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("5,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test6.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=5; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("5,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("5")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("5,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test6.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test6.html b/bjyy-weixin/src/main/webapp/static/exam2/test6.html index a51a919..e158d64 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test6.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test6.html @@ -33,8 +33,11 @@

6.请计算下面的题目,并记住答案。

-

2+3=?

-

6-4=?

+

2+7=?

+

9-4=?

+

7-3=?

+

3+5=?

+

1+6=?

@@ -42,10 +45,10 @@

刚才题目的答案是:

@@ -72,33 +75,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("6")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("6,",""); + sessionStorage.choose=sessionStorage.choose.replace("6,",""); } }); $(".nextquestion").click(function(){ if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ + alert("请选择"); + return; + }else{ if(typeof(Storage) !== "undefined") { sessionStorage.num=6; if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("6,")==-1){ + if(sessionStorage.choose.indexOf("6")==-1){ sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; } }else{ if(sessionStorage.choose.indexOf("6")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("6,",""); + sessionStorage.choose=sessionStorage.choose.replace("6,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test7.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test7.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } - } - }); + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test7.html b/bjyy-weixin/src/main/webapp/static/exam2/test7.html index df285f8..e8de5b7 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test7.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test7.html @@ -33,10 +33,14 @@

7.请计算下面的题目,并记住答案。

+

2+4=?

+

6-2=?

+

8-3=?

2+7=?

-

9-4=?

-

7-3=?

-

3+5=?

+

6-2=?

+

2+3=?

+

6-4=?

+

1+6=?

@@ -44,10 +48,10 @@

刚才题目的答案是:

@@ -74,33 +78,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("7")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("7,",""); + sessionStorage.choose=sessionStorage.choose.replace("7,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=7; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("7,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("7")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("7,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test8.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=7; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("7,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("7")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("7,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test8.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test8.html b/bjyy-weixin/src/main/webapp/static/exam2/test8.html index f2aa835..766bccd 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test8.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test8.html @@ -1,3 +1,4 @@ + @@ -30,26 +31,23 @@
-

8.请计算下面的题目,并记住答案。

+

8.请注意观察下面闪现的文字及其颜色:

-
-

4+2=?

-

7-4=?

-

8-3=?

-

6+3=?

-

5-2=?

-

8-5=?

+
+
    +
  • +
@@ -76,33 +74,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("8")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("8,",""); + sessionStorage.choose=sessionStorage.choose.replace("8,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=8; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("8,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("8")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("8,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test9.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=8; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("8,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("8")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("8,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test9.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam2/test9.html b/bjyy-weixin/src/main/webapp/static/exam2/test9.html index b66af2a..e8bfb73 100644 --- a/bjyy-weixin/src/main/webapp/static/exam2/test9.html +++ b/bjyy-weixin/src/main/webapp/static/exam2/test9.html @@ -30,28 +30,24 @@
-

9.请计算下面的题目,并记住答案。

+

9.请注意观察下面闪现的文字及其颜色:

-
-

2+4=?

-

6-2=?

-

8-3=?

-

2+7=?

-

6-2=?

-

2+3=?

-

6-4=?

-

1+6=?

+
+
    +
  • +
  • +
@@ -78,33 +74,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("9")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("9,",""); + sessionStorage.choose=sessionStorage.choose.replace("9,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=9; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("9,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("9")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("9,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test10.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=9; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("9,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("9")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("9,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test10.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test1.html b/bjyy-weixin/src/main/webapp/static/exam3/test1.html index aff2980..ca0f6c8 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test1.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test1.html @@ -44,8 +44,8 @@

刚刚出现的物品有?

@@ -87,7 +87,8 @@ $(function(){ sessionStorage.choose=""; } console.log(sessionStorage.choose); - window.location.href="test2.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test2.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test10.html b/bjyy-weixin/src/main/webapp/static/exam3/test10.html index 4f77a17..23d4625 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test10.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test10.html @@ -1,4 +1,3 @@ - @@ -31,23 +30,25 @@
-

10.请注意观察下面闪现的文字及其颜色:

+

10.请注意观察下面闪现的文字及其颜色:

-
+
    -
  • +
  • +
  • +
@@ -74,33 +75,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("10")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("10,",""); + sessionStorage.choose=sessionStorage.choose.replace("10,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=10; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("10,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("10")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("10,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test11.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=10; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("10,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("10")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("10,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test11.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test11.html b/bjyy-weixin/src/main/webapp/static/exam3/test11.html index 2830510..0a1c161 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test11.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test11.html @@ -28,33 +28,21 @@
脑力测评
-
-
-

11.请注意观察下面闪现的文字及其颜色:

-
-
- -
-
- - - - + @@ -74,33 +62,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("11")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("11,",""); + sessionStorage.choose=sessionStorage.choose.replace("11,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=11; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("11,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("11")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("11,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test12.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=11; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("11,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("11")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("11,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test12.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test12.html b/bjyy-weixin/src/main/webapp/static/exam3/test12.html index 40fd123..81371be 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test12.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test12.html @@ -28,34 +28,21 @@
脑力测评
-
-
-

12.请注意观察下面闪现的文字及其颜色:

-
-
- -
-
- - - - + @@ -75,14 +62,14 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("12")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("12,",""); + sessionStorage.choose=sessionStorage.choose.replace("12,",""); } }); $(".nextquestion").click(function(){ if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ + alert("请选择"); + return; + }else{ if(typeof(Storage) !== "undefined") { sessionStorage.num=12; if($(".active").hasClass("right")){ @@ -91,16 +78,17 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("12")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("12,",""); + sessionStorage.choose=sessionStorage.choose.replace("12",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test13.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test13.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } - } + } }); diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test13.html b/bjyy-weixin/src/main/webapp/static/exam3/test13.html index a53bbff..a2aadf3 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test13.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test13.html @@ -32,13 +32,13 @@

13.请问图中是什么物品?

-
+
@@ -62,33 +62,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("13")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("13,",""); + sessionStorage.choose=sessionStorage.choose.replace("13,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=13; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("13,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("13")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("13,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test14.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=13; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("13,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("13")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("13,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test14.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test14.html b/bjyy-weixin/src/main/webapp/static/exam3/test14.html index 841a1e3..2a46cd8 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test14.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test14.html @@ -30,15 +30,15 @@
-

14.请问图中是什么物品?

+

14.请问图中建筑物是什么

-
+
@@ -83,7 +83,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test15.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test15.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test15.html b/bjyy-weixin/src/main/webapp/static/exam3/test15.html index 3332f23..b1a64dd 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test15.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test15.html @@ -1,94 +1,92 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

15.请问图中是什么物品?

-
    -
  • 西红柿
  • -
  • 南瓜
  • -
  • 冬瓜
  • -
  • 西瓜
  • -
-
-
-
- -
- -
-
- -
-
- - - - - - - - - - + + + + + + + + + + +北京燕园 + + + + + + + +
+
+
+
+
+
+ + +
+
+
脑力测评
+
+
+
+

15.以下图案中,方形是哪个?

+
    +
  • +
  • +
  • +
  • +
+
+
+
+ +
+
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test16.html b/bjyy-weixin/src/main/webapp/static/exam3/test16.html index 081ba15..b6d78ca 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test16.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test16.html @@ -29,16 +29,14 @@
脑力测评
-
-

16.请问图中是什么物品?

+
+

16.请问这两只手是怎么握的?

    -
  • 锤子
  • -
  • 话筒
  • -
  • 钢笔
  • -
  • 刷子
  • +
  • 左手握右手手指
  • +
  • 右手握左手手指
-
+
@@ -57,38 +55,37 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test17.html b/bjyy-weixin/src/main/webapp/static/exam3/test17.html index 4d7d648..17bd792 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test17.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test17.html @@ -29,18 +29,16 @@
脑力测评
-
-

17.请问图中是什么景物?

+
+

17.A-C 3个物体中。哪个旋转后与示例图一致?

+
    -
  • 双塔(塔)
  • -
  • -
  • 白云
  • -
  • 凉亭
  • +
  • +
  • +
-
-
@@ -62,7 +60,7 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("17")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("17,",""); + sessionStorage.choose=sessionStorage.choose.replace("17,",""); } }); $(".nextquestion").click(function(){ @@ -78,12 +76,13 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("17")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("17,",""); + sessionStorage.choose=sessionStorage.choose.replace("17,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test18.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test18.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test18.html b/bjyy-weixin/src/main/webapp/static/exam3/test18.html index 4bd9ae9..e3c4a1c 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test18.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test18.html @@ -29,16 +29,18 @@
脑力测评
-
-

18.以下图案中,方形有哪些?

+
+

18.如果您去这家医院看病,请您根据地图确定,请问行政楼在5号楼的什么位置?

    -
  • -
  • -
  • -
  • +
  • 北面
  • +
  • 南面
  • +
  • 西面
  • +
  • 东面
+
+
@@ -60,7 +62,7 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("18")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("18,",""); + sessionStorage.choose=sessionStorage.choose.replace("18,",""); } }); $(".nextquestion").click(function(){ @@ -76,12 +78,13 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("18")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("18,",""); + sessionStorage.choose=sessionStorage.choose.replace("18,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test19.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test19.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test19.html b/bjyy-weixin/src/main/webapp/static/exam3/test19.html index e0cf011..6c807a4 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test19.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test19.html @@ -29,20 +29,18 @@
脑力测评
-
-

19.以下图案中,长方形有哪些?

+
+

19.如果您去这家医院看病,请您根据地图确定,请问从3号楼去4号楼,最近的路线应该经过哪里

    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • +
  • 查体楼
  • +
  • 学生公寓
  • +
  • 精神卫生楼
  • +
  • 5号楼
+
+
@@ -63,16 +61,15 @@ $(function(){ setTimeout(function(){ loadedScroll("#wrapperIndex",false,true); },500); - if(sessionStorage.choose.indexOf("19")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("19,",""); + sessionStorage.choose=sessionStorage.choose.replace("19,",""); } }); $(".nextquestion").click(function(){ if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ + alert("请选择"); + return; + }else{ if(typeof(Storage) !== "undefined") { sessionStorage.num=19; if($(".active").hasClass("right")){ @@ -81,17 +78,18 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("19")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("19,",""); + sessionStorage.choose=sessionStorage.choose.replace("19,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test20.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test20.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } - } - }); + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test2.html b/bjyy-weixin/src/main/webapp/static/exam3/test2.html index 6bb7f28..87492d5 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test2.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test2.html @@ -45,9 +45,9 @@

刚刚出现的物品有?

@@ -95,7 +95,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test3.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test3.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test20.html b/bjyy-weixin/src/main/webapp/static/exam3/test20.html index b3f5a32..0b2f514 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test20.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test20.html @@ -1,92 +1,95 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

20.请问这两只手是怎么握的?

-
    -
  • 左手握右手手指
  • -
  • 右手握左手手指
  • -
-
-
-
- -
- -
-
- -
-
- - - - - - - - - - + + + + + + + + + + +北京燕园 + + + + + + + +
+
+
+
+
+
+ + +
+
+
脑力测评
+
+
+
+

20.请您看看,这是几点钟?

+
    +
  • 11点45分
  • +
  • 12点20分
  • +
  • 9点00分
  • +
  • 1点48分
  • +
+
+
+
+ +
+ +
+
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test21.html b/bjyy-weixin/src/main/webapp/static/exam3/test21.html index a6b709b..ccea19e 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test21.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test21.html @@ -30,19 +30,19 @@
-

21.A-C 3个物体中。哪个旋转后与示例图一致?

-
+

21.下图的时间,经过4个半小时,应该到几点?对应的是哪副图?

+
- @@ -60,33 +60,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("21")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("21,",""); + sessionStorage.choose=sessionStorage.choose.replace("21,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=21; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("21,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("21")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("21,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test22.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=21; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("21,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("21")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("21,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test22.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test22.html b/bjyy-weixin/src/main/webapp/static/exam3/test22.html index 64b038c..dc764ae 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test22.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test22.html @@ -30,15 +30,14 @@
-

22.如果您去这家医院看病,请您根据地图确定,请问精神卫生楼在1号楼的什么位置?

+

22.国际劳动节是哪一天?

-
@@ -62,33 +61,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("22")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("22,",""); + sessionStorage.choose=sessionStorage.choose.replace("22,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=22; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("22,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("22")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("22,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test23.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=22; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("22,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("22")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("22,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test23.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test23.html b/bjyy-weixin/src/main/webapp/static/exam3/test23.html index cdc67bc..1894c2c 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test23.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test23.html @@ -30,15 +30,12 @@
-

23.如果您去这家医院看病,请您根据地图确定,请问3号楼和哪个楼距离最远?

+

23.因为中秋节春暖花开,人们往往利用这个假期踏青扫墓?

-
@@ -57,38 +54,37 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test24.html b/bjyy-weixin/src/main/webapp/static/exam3/test24.html index 25df43f..df7d66f 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test24.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test24.html @@ -30,12 +30,12 @@
-

24.如果您去这家医院看病,请您根据地图确定,请问从3号楼去4号楼,最近的路线应该经过哪里?

+

24.一斤黄瓜1.2元,买6斤需要多少钱?

@@ -83,7 +83,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test25.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test25.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test25.html b/bjyy-weixin/src/main/webapp/static/exam3/test25.html index 9f7f249..33f9408 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test25.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test25.html @@ -30,15 +30,14 @@
-

25.请您看看,这是几点钟?

+

25.今天是4月24日,星期三,8天后是星期几?

-
@@ -57,38 +56,37 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test26.html b/bjyy-weixin/src/main/webapp/static/exam3/test26.html index 37f20f9..00f8cdb 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test26.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test26.html @@ -29,17 +29,16 @@
脑力测评
-
-

26.下图的时间,经过4个半小时,应该到几点?对应的是哪副图?

-
+
+

26.老李比老赵年纪大,老张比老赵年纪小,老李比老张年纪大,请问谁的年纪最小?

    -
  • -
  • -
  • -
  • +
  • 老李
  • +
  • 老张
  • +
  • 老赵
+
@@ -56,38 +55,37 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test27.html b/bjyy-weixin/src/main/webapp/static/exam3/test27.html index 5c22137..e06cde4 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test27.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test27.html @@ -30,20 +30,25 @@
-

27.国庆节是哪一天?

+

35.既不在正方形又不在长方形里的数字与既不在圆形又不在长方形里的数字相加之和是 ?

+
+
+ + +
- @@ -56,38 +61,39 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test28.html b/bjyy-weixin/src/main/webapp/static/exam3/test28.html index e45f262..d7df1d2 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test28.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test28.html @@ -28,18 +28,31 @@
脑力测评
-
+
+
+

28.请计算下面的题目,并记住答案。

+
+
+

23+54=?

+

63-27=?

+
+
+ +
- + + @@ -59,14 +72,14 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("28")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("28,",""); + sessionStorage.choose=sessionStorage.choose.replace("28,",""); } }); $(".nextquestion").click(function(){ if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ + alert("请选择"); + return; + }else{ if(typeof(Storage) !== "undefined") { sessionStorage.num=28; if($(".active").hasClass("right")){ @@ -75,16 +88,17 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("28")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("28,",""); + sessionStorage.choose=sessionStorage.choose.replace("28,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test29.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test29.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } - } + } }); diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test29.html b/bjyy-weixin/src/main/webapp/static/exam3/test29.html index 295c1df..9aecbfa 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test29.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test29.html @@ -28,20 +28,30 @@
脑力测评
-
+
+
+

29.请记住以下数字:

+
+
+

3

+

9

+

4

+
+
+ +
- + + @@ -61,7 +71,7 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("29")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("29,",""); + sessionStorage.choose=sessionStorage.choose.replace("29,",""); } }); $(".nextquestion").click(function(){ @@ -70,19 +80,20 @@ $(function(){ return; }else{ if(typeof(Storage) !== "undefined") { - sessionStorage.num=29; + sessionStorage.num=29 if($(".active").hasClass("right")){ if(sessionStorage.choose.indexOf("29,")==-1){ sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; } }else{ if(sessionStorage.choose.indexOf("29")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("29,",""); + sessionStorage.choose=sessionStorage.choose.replace("29,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test30.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test30.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test3.html b/bjyy-weixin/src/main/webapp/static/exam3/test3.html index 050db2a..2fcf6da 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test3.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test3.html @@ -34,10 +34,11 @@
@@ -46,9 +47,9 @@

刚刚出现的物品有?

@@ -97,7 +98,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test4.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test4.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test30.html b/bjyy-weixin/src/main/webapp/static/exam3/test30.html index c7b0378..2ccf0ae 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test30.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test30.html @@ -28,20 +28,33 @@
脑力测评
-
+
+
+

30.请记住以下数字:

+
+
+

1

+

9

+

2

+

6

+
+
+ +
- + + @@ -56,38 +69,58 @@ \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test31.html b/bjyy-weixin/src/main/webapp/static/exam3/test31.html deleted file mode 100644 index e842067..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam3/test31.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

31.今天是4月7日,5天前是几号?

-
    -
  • 2日
  • -
  • 5日
  • -
  • 9日
  • -
  • 11日
  • -
-
-
- -
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test32.html b/bjyy-weixin/src/main/webapp/static/exam3/test32.html deleted file mode 100644 index 7009166..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam3/test32.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

32.今天是4月24日,星期三,8天后是星期几?

-
    -
  • 星期一
  • -
  • 星期三
  • -
  • 星期四
  • -
  • 星期六
  • -
-
-
- -
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test33.html b/bjyy-weixin/src/main/webapp/static/exam3/test33.html deleted file mode 100644 index 28e37f8..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam3/test33.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

33.下列物品选出一个与其他三个不同属性的物品

-
    -
  • -
  • -
  • -
  • -
-
-
-
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test34.html b/bjyy-weixin/src/main/webapp/static/exam3/test34.html deleted file mode 100644 index c28b40e..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam3/test34.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

34.烧水需要6分钟,找茶叶要3分钟,泡茶需要2分钟,您最快几分钟后可以喝到茶水?

-
    -
  • 11分钟
  • -
  • 8分钟
  • -
  • 9分钟
  • -
  • 6分钟
  • -
-
-
- -
- -
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test35.html b/bjyy-weixin/src/main/webapp/static/exam3/test35.html deleted file mode 100644 index 0aaba5f..0000000 --- a/bjyy-weixin/src/main/webapp/static/exam3/test35.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - -北京燕园 - - - - - - - -
-
-
-
-
-
- - -
-
-
脑力测评
-
-
-
-

35.既不在正方形又不在长方形里的数字与既不在圆形又不在长方形里的数字相加之和是 ?

-
    -
  • 9
  • -
  • 10
  • -
  • 11
  • -
  • 12
  • -
  • 13
  • -
-
-
-
- -
- -
- - -
-
-
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test4.html b/bjyy-weixin/src/main/webapp/static/exam3/test4.html index 3168c04..02edd50 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test4.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test4.html @@ -36,10 +36,10 @@ @@ -51,7 +51,7 @@
  • -
  • +
  • 鸽子
  • @@ -101,7 +101,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test5.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test5.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test5.html b/bjyy-weixin/src/main/webapp/static/exam3/test5.html index dcc91c6..9a50cb8 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test5.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test5.html @@ -33,7 +33,9 @@

    5.请计算下面的题目,并记住答案。

    -

    5+3=?

    +

    5+4=?

    +

    8-5=?

    +

    3+3=?

    @@ -41,10 +43,10 @@

    刚才题目的答案是:

    @@ -71,33 +73,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("5")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("5,",""); + sessionStorage.choose=sessionStorage.choose.replace("5,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=5; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("5,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("5")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("5,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test6.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=5; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("5,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("5")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("5,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test6.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test6.html b/bjyy-weixin/src/main/webapp/static/exam3/test6.html index a83a0e5..6e3a262 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test6.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test6.html @@ -33,8 +33,11 @@

    6.请计算下面的题目,并记住答案。

    -

    5+4=?

    -

    8-5=?

    +

    2+5=?

    +

    3+3=?

    +

    9-3=?

    +

    7-4=?

    +

    3+2=?

    @@ -42,10 +45,10 @@

    刚才题目的答案是:

    @@ -72,14 +75,14 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("6")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("6,",""); + sessionStorage.choose=sessionStorage.choose.replace("6,",""); } }); $(".nextquestion").click(function(){ if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ + alert("请选择"); + return; + }else{ if(typeof(Storage) !== "undefined") { sessionStorage.num=6; if($(".active").hasClass("right")){ @@ -88,17 +91,18 @@ $(function(){ } }else{ if(sessionStorage.choose.indexOf("6")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("6,",""); + sessionStorage.choose=sessionStorage.choose.replace("6,",""); } sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test7.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test7.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } - } - }); + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test7.html b/bjyy-weixin/src/main/webapp/static/exam3/test7.html index f813bbf..dd7d4b8 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test7.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test7.html @@ -33,10 +33,14 @@

    7.请计算下面的题目,并记住答案。

    -

    2+5=?

    -

    9-3=?

    -

    7-4=?

    -

    3+2=?

    +

    1+5=?

    +

    6-4=?

    +

    7-3=?

    +

    1+7=?

    +

    6-3=?

    +

    2+6=?

    +

    9-4=?

    +

    3+6=?

    @@ -44,10 +48,10 @@

    刚才题目的答案是:

    @@ -95,7 +99,8 @@ $(function(){ sessionStorage.choose=sessionStorage.choose; } console.log(sessionStorage.choose); - window.location.href="test8.html"; + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test8.html"; }else{ document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; } diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test8.html b/bjyy-weixin/src/main/webapp/static/exam3/test8.html index e3c565b..3a3c9bc 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test8.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test8.html @@ -1,3 +1,4 @@ + @@ -30,26 +31,23 @@
    -

    8.请计算下面的题目,并记住答案。

    +

    8.请注意观察下面闪现的文字及其颜色:

    -
    -

    4+1=?

    -

    7-3=?

    -

    8-5=?

    -

    6+3=?

    -

    5-3=?

    -

    8-3=?

    +
    +
      +
    • +
    @@ -76,33 +74,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("8")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("8,",""); + sessionStorage.choose=sessionStorage.choose.replace("8,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=8; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("8,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("8")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("8,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test9.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=8; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("8,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("8")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("8,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test9.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam3/test9.html b/bjyy-weixin/src/main/webapp/static/exam3/test9.html index 1256eb1..07ef285 100644 --- a/bjyy-weixin/src/main/webapp/static/exam3/test9.html +++ b/bjyy-weixin/src/main/webapp/static/exam3/test9.html @@ -30,28 +30,24 @@
    -

    9.请计算下面的题目,并记住答案。

    +

    9.请注意观察下面闪现的文字及其颜色:

    -
    -

    1+5=?

    -

    6-4=?

    -

    7-3=?

    -

    1+7=?

    -

    6-3=?

    -

    2+6=?

    -

    9-4=?

    -

    3+6=?

    +
    +
      +
    • +
    • +
    @@ -78,33 +74,34 @@ $(function(){ loadedScroll("#wrapperIndex",false,true); },500); if(sessionStorage.choose.indexOf("9")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("9,",""); + sessionStorage.choose=sessionStorage.choose.replace("9,",""); } }); $(".nextquestion").click(function(){ - if($(".basicinfo .active").length==0){ - alert("请选择"); - return; - }else{ - if(typeof(Storage) !== "undefined") { - sessionStorage.num=9; - if($(".active").hasClass("right")){ - if(sessionStorage.choose.indexOf("9,")==-1){ - sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; - } - }else{ - if(sessionStorage.choose.indexOf("9")!=-1){ - sessionStorage.choose=sessionStorage.choose.replace("9,",""); - } - sessionStorage.choose=sessionStorage.choose; - } - console.log(sessionStorage.choose); - window.location.href="test10.html"; - }else{ - document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; - } - } - }); + if($(".basicinfo .active").length==0){ + alert("请选择"); + return; + }else{ + if(typeof(Storage) !== "undefined") { + sessionStorage.num=9; + if($(".active").hasClass("right")){ + if(sessionStorage.choose.indexOf("9,")==-1){ + sessionStorage.choose=sessionStorage.num+","+sessionStorage.choose; + } + }else{ + if(sessionStorage.choose.indexOf("9")!=-1){ + sessionStorage.choose=sessionStorage.choose.replace("9,",""); + } + sessionStorage.choose=sessionStorage.choose; + } + console.log(sessionStorage.choose); + let a = Math.floor(Math.random()*4) + 1; + window.location.href = "../exam"+a+"/test10.html"; + }else{ + document.getElementById("result").innerHTML = "抱歉!您的浏览器不支持 Web Storage ..."; + } + } + }); \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test1.html b/bjyy-weixin/src/main/webapp/static/exam4/test1.html new file mode 100644 index 0000000..03b4ee7 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test1.html @@ -0,0 +1,97 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    1.请记住以下物品(图示)

    +
    +
    +
      +
    • +
    • +
    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test10.html b/bjyy-weixin/src/main/webapp/static/exam4/test10.html new file mode 100644 index 0000000..87802f8 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test10.html @@ -0,0 +1,105 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    10.请注意观察下面闪现的文字及其颜色:

    +
    +
    +
      +
    • +
    • +
    • +
    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test11.html b/bjyy-weixin/src/main/webapp/static/exam4/test11.html new file mode 100644 index 0000000..72fdfcf --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test11.html @@ -0,0 +1,92 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    11.请问图中是什么物品?

    +
      +
    • 手镯
    • +
    • 圆规
    • +
    • 手表
    • +
    • 计算器
    • +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test12.html b/bjyy-weixin/src/main/webapp/static/exam4/test12.html new file mode 100644 index 0000000..c2cf066 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test12.html @@ -0,0 +1,94 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    12.请问图中是什么物品?

    +
      +
    • 钟表
    • +
    • 遥控器
    • +
    • 计算器
    • +
    • 计时器
    • +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test13.html b/bjyy-weixin/src/main/webapp/static/exam4/test13.html new file mode 100644 index 0000000..7430e9c --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test13.html @@ -0,0 +1,92 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    13.请问图中是什么物品?

    +
      +
    • 锤子
    • +
    • 话筒
    • +
    • 钢笔
    • +
    • 刷子
    • +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test14.html b/bjyy-weixin/src/main/webapp/static/exam4/test14.html new file mode 100644 index 0000000..7f020b1 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test14.html @@ -0,0 +1,92 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    14.请问图中是什么景物?

    +
      +
    • +
    • 长城
    • +
    • 云彩
    • +
    • 城楼
    • +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test15.html b/bjyy-weixin/src/main/webapp/static/exam4/test15.html new file mode 100644 index 0000000..d59dca4 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test15.html @@ -0,0 +1,91 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    15.以下图案中,三角形是哪个?

    +
      +
    • +
    • +
    • +
    • +
    +
    +
    +
    + +
    +
    + +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test16.html b/bjyy-weixin/src/main/webapp/static/exam4/test16.html new file mode 100644 index 0000000..6ebf407 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test16.html @@ -0,0 +1,91 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    16.请问这是哪只脚的鞋印?

    +
      +
    • 左脚
    • +
    • 右脚
    • +
    +
    +
    +
    + +
    + +
    +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test33.html b/bjyy-weixin/src/main/webapp/static/exam4/test17.html similarity index 80% rename from bjyy-weixin/src/main/webapp/static/exam1/test33.html rename to bjyy-weixin/src/main/webapp/static/exam4/test17.html index 86811bb..d1736ef 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test33.html +++ b/bjyy-weixin/src/main/webapp/static/exam4/test17.html @@ -30,12 +30,12 @@
    -

    33.下列物品选出一个与其他三个不同属性的物品

    +

    17.A-C 3个物体中。哪个与示例图一致?

    +
    @@ -57,8 +57,8 @@ + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    18.如果您去这家医院看病,请您根据地图确定,请问门诊楼在行政楼的什么位置?

    +
      +
    • 东北
    • +
    • 东南
    • +
    • 西南
    • +
    • 西北
    • +
    +
    +
    +
    + +
    + +
    +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test19.html b/bjyy-weixin/src/main/webapp/static/exam4/test19.html new file mode 100644 index 0000000..6692b9e --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test19.html @@ -0,0 +1,93 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    19.如果您去这家医院看病,请您根据地图确定,请问5号楼和哪个楼距离最远?

    +
      +
    • 4号楼
    • +
    • 行政楼
    • +
    • 食堂
    • +
    • 精神卫生楼
    • +
    +
    +
    +
    + +
    + +
    +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test2.html b/bjyy-weixin/src/main/webapp/static/exam4/test2.html new file mode 100644 index 0000000..3b7871d --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test2.html @@ -0,0 +1,103 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    2.请记住以下物品(图示)

    +
    +
    +
      +
    • +
    • +
    • +
    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test20.html b/bjyy-weixin/src/main/webapp/static/exam4/test20.html new file mode 100644 index 0000000..31fa86c --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test20.html @@ -0,0 +1,93 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    20.请您看看,这是几点钟?

    +
      +
    • 12点21分
    • +
    • 4点00分
    • +
    • 12点00分
    • +
    • 4点21分
    • +
    +
    +
    +
    + +
    + +
    +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test21.html b/bjyy-weixin/src/main/webapp/static/exam4/test21.html new file mode 100644 index 0000000..5e40617 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test21.html @@ -0,0 +1,91 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    21.下图的时间,经过2个小时,应该到几点?对应的是哪副图?

    +
    +
      +
    • +
    • +
    • +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test31.html b/bjyy-weixin/src/main/webapp/static/exam4/test22.html similarity index 83% rename from bjyy-weixin/src/main/webapp/static/exam1/test31.html rename to bjyy-weixin/src/main/webapp/static/exam4/test22.html index c880f01..74cd714 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test31.html +++ b/bjyy-weixin/src/main/webapp/static/exam4/test22.html @@ -30,12 +30,12 @@
    -

    31.今天是3月12日,10天后是几号?

    +

    22.国际儿童节是哪一天?

    @@ -58,8 +58,8 @@ + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    25.今天是3月24日,星期五,3天后是星期几?

    +
      +
    • 星期一
    • +
    • 星期三
    • +
    • 星期五
    • +
    • 星期六
    • +
    +
    +
    + +
    + +
    +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test26.html b/bjyy-weixin/src/main/webapp/static/exam4/test26.html new file mode 100644 index 0000000..1ef186c --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test26.html @@ -0,0 +1,94 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    26.老李比老赵年纪大, + 老张比老赵年纪小, + 老李比老张年纪大, + 请问谁的年纪最大?

    +
      +
    • 老李
    • +
    • 老张
    • +
    • 老赵
    • +
    +
    +
    + +
    + +
    +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test27.html b/bjyy-weixin/src/main/webapp/static/exam4/test27.html new file mode 100644 index 0000000..10f1580 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test27.html @@ -0,0 +1,104 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    + + + + + + + + + + + +
    +
    +

    27.既不在正方形又不在长方形里的数字与既不在圆形又不在长方形里的数字相加之和是 ?

    +
      +
    • 9
    • +
    • 10
    • +
    • 11
    • +
    • 12
    • +
    • 13
    • +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test28.html b/bjyy-weixin/src/main/webapp/static/exam4/test28.html new file mode 100644 index 0000000..00d652f --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test28.html @@ -0,0 +1,101 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    28.请计算下面的题目,并记住答案。

    +
    +
    +

    28+36=?

    +

    69-41=?

    +
    +
    + + +
    + +
    +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test29.html b/bjyy-weixin/src/main/webapp/static/exam4/test29.html new file mode 100644 index 0000000..0b2bb15 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test29.html @@ -0,0 +1,99 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    29.请记住以下数字:

    +
    +
    +

    3 7 1

    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test3.html b/bjyy-weixin/src/main/webapp/static/exam4/test3.html new file mode 100644 index 0000000..c60fdb0 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test3.html @@ -0,0 +1,106 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    3.请记住以下交通工具(图示)

    +
    +
    +
      +
    • +
    • +
    • +
    • +
    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam1/test35.html b/bjyy-weixin/src/main/webapp/static/exam4/test30.html similarity index 67% rename from bjyy-weixin/src/main/webapp/static/exam1/test35.html rename to bjyy-weixin/src/main/webapp/static/exam4/test30.html index 12932fa..9f3a434 100644 --- a/bjyy-weixin/src/main/webapp/static/exam1/test35.html +++ b/bjyy-weixin/src/main/webapp/static/exam4/test30.html @@ -28,20 +28,39 @@
    脑力测评
    -
    -
    -

    35.既不在正方形又不在长方形里的数字与既不在圆形又不在长方形里的数字相加之和是 ?

    - + + + + + + + + + + + + + +
    +
    +

    30.请记住以下数字:

    +
    +
    +

    3 9 2 5

    +
    -
    -
    +
    @@ -51,7 +70,6 @@ - @@ -66,8 +84,8 @@ + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    4.请记住以下动物(图示)

    +
    +
    +
      +
    • +
    • +
    • +
    • +
    • +
    • + +
    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test5.html b/bjyy-weixin/src/main/webapp/static/exam4/test5.html new file mode 100644 index 0000000..64de753 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test5.html @@ -0,0 +1,103 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    5.请计算下面的题目,并记住答案。

    +
    +
    +

    6+2=?

    +

    9-5=?

    +

    3+6=?

    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test6.html b/bjyy-weixin/src/main/webapp/static/exam4/test6.html new file mode 100644 index 0000000..ecbe9c6 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test6.html @@ -0,0 +1,106 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    6.请计算下面的题目,并记住答案。

    +
    +
    +

    2+7=?

    +

    8-4=?

    +

    9-3=?

    +

    2+5=?

    +

    3+4=?

    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test7.html b/bjyy-weixin/src/main/webapp/static/exam4/test7.html new file mode 100644 index 0000000..3df3077 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test7.html @@ -0,0 +1,108 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    7.请计算下面的题目,并记住答案。

    +
    +
    +

    3+2=?

    +

    6-4=?

    +

    7-3=?

    +

    4+3=?

    +

    2-1=?

    +

    8-3=?

    +

    6+3=?

    +

    5+2=?

    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test8.html b/bjyy-weixin/src/main/webapp/static/exam4/test8.html new file mode 100644 index 0000000..e89bc99 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test8.html @@ -0,0 +1,104 @@ + + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    8.请注意观察下面闪现的文字及其颜色:

    +
    +
    +
      +
    • +
    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/exam4/test9.html b/bjyy-weixin/src/main/webapp/static/exam4/test9.html new file mode 100644 index 0000000..2adf984 --- /dev/null +++ b/bjyy-weixin/src/main/webapp/static/exam4/test9.html @@ -0,0 +1,104 @@ + + + + + + + + + + +北京燕园 + + + + + + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    脑力测评
    +
    +
    +
    +

    9.请注意观察下面闪现的文字及其颜色:

    +
    +
    +
      +
    • +
    • +
    +
    +
    + + + +
    + + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/bjyy-weixin/src/main/webapp/static/images/12-xigua.jpeg b/bjyy-weixin/src/main/webapp/static/images/12-xigua.jpeg new file mode 100644 index 0000000..deee865 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/12-xigua.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/13-chuzi.jpeg b/bjyy-weixin/src/main/webapp/static/images/13-chuzi.jpeg new file mode 100644 index 0000000..7cd93a6 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/13-chuzi.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/14-tingzi.jpeg b/bjyy-weixin/src/main/webapp/static/images/14-tingzi.jpeg new file mode 100644 index 0000000..c7b59a2 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/14-tingzi.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/17-n.png b/bjyy-weixin/src/main/webapp/static/images/17-n.png new file mode 100644 index 0000000..662827d Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/17-n.png differ diff --git a/bjyy-weixin/src/main/webapp/static/images/17-n1.png b/bjyy-weixin/src/main/webapp/static/images/17-n1.png new file mode 100644 index 0000000..ec0c45a Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/17-n1.png differ diff --git a/bjyy-weixin/src/main/webapp/static/images/17-n2.png b/bjyy-weixin/src/main/webapp/static/images/17-n2.png new file mode 100644 index 0000000..e403f77 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/17-n2.png differ diff --git a/bjyy-weixin/src/main/webapp/static/images/17-n3.png b/bjyy-weixin/src/main/webapp/static/images/17-n3.png new file mode 100644 index 0000000..b2d1888 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/17-n3.png differ diff --git a/bjyy-weixin/src/main/webapp/static/images/2-61.jpg b/bjyy-weixin/src/main/webapp/static/images/2-61.jpg new file mode 100644 index 0000000..578044e Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/2-61.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/231.jpg b/bjyy-weixin/src/main/webapp/static/images/231.jpg new file mode 100644 index 0000000..64af671 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/231.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/3-3-nangua.jpeg b/bjyy-weixin/src/main/webapp/static/images/3-3-nangua.jpeg new file mode 100644 index 0000000..63950e0 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/3-3-nangua.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/3-4-haibao.jpeg b/bjyy-weixin/src/main/webapp/static/images/3-4-haibao.jpeg new file mode 100644 index 0000000..216d1e8 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/3-4-haibao.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/3-4-老虎.jpeg b/bjyy-weixin/src/main/webapp/static/images/3-4-老虎.jpeg new file mode 100644 index 0000000..1ad84e7 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/3-4-老虎.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-1-naozhong.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-1-naozhong.jpeg new file mode 100644 index 0000000..d09a56b Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-1-naozhong.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-1-钥匙.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-1-钥匙.jpeg new file mode 100644 index 0000000..6ef0d90 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-1-钥匙.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-10-黑字.jpg b/bjyy-weixin/src/main/webapp/static/images/4-10-黑字.jpg new file mode 100644 index 0000000..50bcc1e Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-10-黑字.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-11-shoubiao.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-11-shoubiao.jpeg new file mode 100644 index 0000000..8cf64df Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-11-shoubiao.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-12-遥控器.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-12-遥控器.jpeg new file mode 100644 index 0000000..7c74932 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-12-遥控器.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-13-gangbi.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-13-gangbi.jpeg new file mode 100644 index 0000000..758a2cd Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-13-gangbi.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-14-长城.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-14-长城.jpeg new file mode 100644 index 0000000..c9011b5 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-14-长城.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-15-正方形.jpg b/bjyy-weixin/src/main/webapp/static/images/4-15-正方形.jpg new file mode 100644 index 0000000..451c2d8 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-15-正方形.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-16脚印.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-16脚印.jpeg new file mode 100644 index 0000000..1f33c9b Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-16脚印.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-2-deng.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-2-deng.jpeg new file mode 100644 index 0000000..11de5bf Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-2-deng.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-2-guogai.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-2-guogai.jpeg new file mode 100644 index 0000000..8b42dce Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-2-guogai.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-2-yinxiang.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-2-yinxiang.jpeg new file mode 100644 index 0000000..af30cea Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-2-yinxiang.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-20-钟表.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-20-钟表.jpeg new file mode 100644 index 0000000..94c0b09 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-20-钟表.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-21-0.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-21-0.jpeg new file mode 100644 index 0000000..34cf05c Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-21-0.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-21-3.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-21-3.jpeg new file mode 100644 index 0000000..34cf05c Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-21-3.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-27-0.jpg b/bjyy-weixin/src/main/webapp/static/images/4-27-0.jpg new file mode 100644 index 0000000..c926b1f Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-27-0.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-3-feiji.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-3-feiji.jpeg new file mode 100644 index 0000000..72a873f Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-3-feiji.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-3-jiaoche.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-3-jiaoche.jpeg new file mode 100644 index 0000000..d490053 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-3-jiaoche.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-3-mianbaoche.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-3-mianbaoche.jpeg new file mode 100644 index 0000000..ceace74 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-3-mianbaoche.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-3-xiaofangche.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-3-xiaofangche.jpeg new file mode 100644 index 0000000..6ccba82 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-3-xiaofangche.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-4-gou.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-4-gou.jpeg new file mode 100644 index 0000000..3516a3a Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-4-gou.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-4-yang.jpeg b/bjyy-weixin/src/main/webapp/static/images/4-4-yang.jpeg new file mode 100644 index 0000000..0a1ca30 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-4-yang.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-8-红字.jpg b/bjyy-weixin/src/main/webapp/static/images/4-8-红字.jpg new file mode 100644 index 0000000..16926a5 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-8-红字.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-8-绿字.jpg b/bjyy-weixin/src/main/webapp/static/images/4-8-绿字.jpg new file mode 100644 index 0000000..162a36d Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-8-绿字.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-8-蓝字.jpg b/bjyy-weixin/src/main/webapp/static/images/4-8-蓝字.jpg new file mode 100644 index 0000000..7be6e89 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-8-蓝字.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/4-9-蓝字.jpg b/bjyy-weixin/src/main/webapp/static/images/4-9-蓝字.jpg new file mode 100644 index 0000000..7c75803 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/4-9-蓝字.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/56.jpg b/bjyy-weixin/src/main/webapp/static/images/56.jpg new file mode 100644 index 0000000..74f4f07 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/56.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/57.jpg b/bjyy-weixin/src/main/webapp/static/images/57.jpg new file mode 100644 index 0000000..295c0f3 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/57.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/58.jpg b/bjyy-weixin/src/main/webapp/static/images/58.jpg new file mode 100644 index 0000000..f18a8a0 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/58.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/59.jpg b/bjyy-weixin/src/main/webapp/static/images/59.jpg new file mode 100644 index 0000000..ed84fef Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/59.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/60.jpg b/bjyy-weixin/src/main/webapp/static/images/60.jpg new file mode 100644 index 0000000..3dac4c9 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/60.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/81.jpg b/bjyy-weixin/src/main/webapp/static/images/81.jpg new file mode 100644 index 0000000..cc73ce3 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/81.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/82.jpg b/bjyy-weixin/src/main/webapp/static/images/82.jpg new file mode 100644 index 0000000..379ea8a Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/82.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/83.jpg b/bjyy-weixin/src/main/webapp/static/images/83.jpg new file mode 100644 index 0000000..46711d3 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/83.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps1.jpg b/bjyy-weixin/src/main/webapp/static/images/lps1.jpg new file mode 100644 index 0000000..420f7d8 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps1.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps2.png b/bjyy-weixin/src/main/webapp/static/images/lps2.png new file mode 100644 index 0000000..fc1e659 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps2.png differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps3.png b/bjyy-weixin/src/main/webapp/static/images/lps3.png new file mode 100644 index 0000000..f02f1a4 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps3.png differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps4.jpg b/bjyy-weixin/src/main/webapp/static/images/lps4.jpg new file mode 100644 index 0000000..84dab0b Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps4.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps5.jpg b/bjyy-weixin/src/main/webapp/static/images/lps5.jpg new file mode 100644 index 0000000..b9d05cb Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps5.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps6.jpg b/bjyy-weixin/src/main/webapp/static/images/lps6.jpg new file mode 100644 index 0000000..95a58dc Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps6.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps7.jpg b/bjyy-weixin/src/main/webapp/static/images/lps7.jpg new file mode 100644 index 0000000..dcbb47d Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps7.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps8.jpg b/bjyy-weixin/src/main/webapp/static/images/lps8.jpg new file mode 100644 index 0000000..4a4d399 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps8.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/images/lps9.jpg b/bjyy-weixin/src/main/webapp/static/images/lps9.jpg new file mode 100644 index 0000000..a0f4840 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/images/lps9.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/1-2星三处不同1.jpg b/bjyy-weixin/src/main/webapp/static/train/1-2星三处不同1.jpg new file mode 100644 index 0000000..1ddd9bf Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/1-2星三处不同1.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/1-2星三处不同2.jpg b/bjyy-weixin/src/main/webapp/static/train/1-2星三处不同2.jpg new file mode 100644 index 0000000..70b3610 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/1-2星三处不同2.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/1-2星迷宫1.jpg b/bjyy-weixin/src/main/webapp/static/train/1-2星迷宫1.jpg new file mode 100644 index 0000000..1ed5246 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/1-2星迷宫1.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/1-2星迷宫2.jpg b/bjyy-weixin/src/main/webapp/static/train/1-2星迷宫2.jpg new file mode 100644 index 0000000..7076fb6 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/1-2星迷宫2.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/1.1.1.jpeg b/bjyy-weixin/src/main/webapp/static/train/1.1.1.jpeg new file mode 100644 index 0000000..bb98357 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/1.1.1.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/1.1.2.jpeg b/bjyy-weixin/src/main/webapp/static/train/1.1.2.jpeg new file mode 100644 index 0000000..40a9ec1 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/1.1.2.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/1.2.1.png b/bjyy-weixin/src/main/webapp/static/train/1.2.1.png new file mode 100644 index 0000000..e1686f6 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/1.2.1.png differ diff --git a/bjyy-weixin/src/main/webapp/static/train/1.3.1.jpeg b/bjyy-weixin/src/main/webapp/static/train/1.3.1.jpeg new file mode 100644 index 0000000..f960c11 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/1.3.1.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/10.3.1.png b/bjyy-weixin/src/main/webapp/static/train/10.3.1.png new file mode 100644 index 0000000..81b475b Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/10.3.1.png differ diff --git a/bjyy-weixin/src/main/webapp/static/train/10.4.1.png b/bjyy-weixin/src/main/webapp/static/train/10.4.1.png new file mode 100644 index 0000000..81b475b Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/10.4.1.png differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同1.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同1.jpg new file mode 100644 index 0000000..c4deff3 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同1.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同2.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同2.jpg new file mode 100644 index 0000000..b7926a6 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同2.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同3.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同3.jpg new file mode 100644 index 0000000..8e4f82e Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星五处不同3.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星四处不同1.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星四处不同1.jpg new file mode 100644 index 0000000..253e7df Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星四处不同1.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星四处不同2.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星四处不同2.jpg new file mode 100644 index 0000000..8d54cc5 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星四处不同2.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫1.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫1.jpg new file mode 100644 index 0000000..b461ae8 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫1.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫2.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫2.jpg new file mode 100644 index 0000000..9b19764 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫2.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫3.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫3.jpg new file mode 100644 index 0000000..d98333f Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫3.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫4.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫4.jpg new file mode 100644 index 0000000..ff0ee47 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫4.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫5.jpg b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫5.jpg new file mode 100644 index 0000000..e5eb20f Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/3-4星迷宫5.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/5星七处不同.jpg b/bjyy-weixin/src/main/webapp/static/train/5星七处不同.jpg new file mode 100644 index 0000000..1b5fce3 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/5星七处不同.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/5星六处不同1.jpg b/bjyy-weixin/src/main/webapp/static/train/5星六处不同1.jpg new file mode 100644 index 0000000..94f5517 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/5星六处不同1.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/5星六处不同2.jpg b/bjyy-weixin/src/main/webapp/static/train/5星六处不同2.jpg new file mode 100644 index 0000000..b02f9e3 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/5星六处不同2.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/5星迷宫1.jpg b/bjyy-weixin/src/main/webapp/static/train/5星迷宫1.jpg new file mode 100644 index 0000000..0c37d4f Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/5星迷宫1.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/5星迷宫2.jpg b/bjyy-weixin/src/main/webapp/static/train/5星迷宫2.jpg new file mode 100644 index 0000000..a8775b5 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/5星迷宫2.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/5星迷宫3.jpg b/bjyy-weixin/src/main/webapp/static/train/5星迷宫3.jpg new file mode 100644 index 0000000..37e77a6 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/5星迷宫3.jpg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/8.3.1.jpeg b/bjyy-weixin/src/main/webapp/static/train/8.3.1.jpeg new file mode 100644 index 0000000..0cb1ce0 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/8.3.1.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/8.4.1.jpeg b/bjyy-weixin/src/main/webapp/static/train/8.4.1.jpeg new file mode 100644 index 0000000..79422a3 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/8.4.1.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/train/8.5.1.jpeg b/bjyy-weixin/src/main/webapp/static/train/8.5.1.jpeg new file mode 100644 index 0000000..7b78e66 Binary files /dev/null and b/bjyy-weixin/src/main/webapp/static/train/8.5.1.jpeg differ diff --git a/bjyy-weixin/src/main/webapp/static/train_aid/first_grade.jsp b/bjyy-weixin/src/main/webapp/static/train_aid/first_grade.jsp index d0ecb4f..1030a55 100644 --- a/bjyy-weixin/src/main/webapp/static/train_aid/first_grade.jsp +++ b/bjyy-weixin/src/main/webapp/static/train_aid/first_grade.jsp @@ -1,65 +1,67 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="f" %> - +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="f" %> + -
    -

    一、数字方格积木

    -

    (数字积木任意摆在桌子上)请参与者将1-25个数字按照数字排序从小到大顺序找出,从左到右依次摆放在(数字方格积木)底座。

    -
    -

    请参与者将1-25个数字按照数字排序从大到小顺序找出,从左到右依次摆放在(数字方格积木)底座。

    -
    -

    请参与者将双数(或单数)依次找出,按照从小到大的顺序排列插入底座。

    -
    -

    参与者与训练员面对面坐下,工具摆在中间桌子上,训练员取1-9,9个数字摆在数字方格积木底座的任意位置,然后依次指出数字(每秒一个),例如:4-7-3,训练员指完,参与者重复指出,从三个数字开始(根据完成情况可逐渐增加数字)。

    -
    -
    -
    -

    二、钟表

    -

    请参与者回忆钟表的样子,把数字摆放在表盘上的合适位置。

    -
    -
    -
    -

    三、正方体拼图

    -

    取四块正方体,请参与者按照图片要求拼出图形(拼图图纸详见教具中)。

    -
    -
    - -
    -

    四、扑克牌1-10

    -

    按照不同花色,将扑克牌分类。

    -

    找出相同数字的扑克牌。

    -

    按照数字大小,将扑克牌排队。

    -
    -
    -

    五、图片

    -

    观察图片,逐一命名。

    -
    -
    -

    六、串珠

    -

    根据不同形状将串珠分类。

    -
    -

    根据不同颜色将串珠分类。

    -
    -
    -
    -

    七、颜色记忆棋

    -

    将棋子按颜色分类。

    -
    -

    数出每种颜色棋子的数量。

    -
    -

    掷骰子,按照骰子颜色,选出与骰子颜色相同棋子放入棋盘任意位置,每人一次。

    -
    -
    -
    -

    八、叠叠高木条

    -

    将木条按照颜色分类。

    -
    -

    按照数字顺序排列木条(类似多米诺骨牌)。

    -
    -

    两人分别按照自己的创意将木条叠放,越高越好。

    -
    -
    +
    +

    一、数字方格积木

    +

    (数字积木任意摆在桌子上)请参与者将1-25个数字按照数字排序从小到大顺序找出,从左到右依次摆放在(数字方格积木)底座。

    +
    +

    请参与者将1-25个数字按照数字排序从大到小顺序找出,从左到右依次摆放在(数字方格积木)底座。

    +
    +

    请参与者将双数(或单数)依次找出,按照从小到大的顺序排列插入底座。

    +
    +

    + 参与者与训练员面对面坐下,工具摆在中间桌子上,训练员取1-9,9个数字摆在数字方格积木底座的任意位置,然后依次指出数字(每秒一个),例如:4-7-3,训练员指完,参与者重复指出,从三个数字开始(根据完成情况可逐渐增加数字)。

    +
    +
    +
    +

    二、钟表

    +

    请参与者回忆钟表的样子,把数字摆放在表盘上的合适位置。

    +
    +
    +
    +

    三、正方体拼图

    +

    取四块正方体,请参与者按照图片要求拼出图形(拼图图纸详见教具中)。

    +
    +
    + +
    +

    四、扑克牌1-10

    +

    按照不同花色,将扑克牌分类。

    +

    找出相同数字的扑克牌。

    +

    按照数字大小,将扑克牌排队。

    +
    +
    +

    五、图片

    +

    观察图片,逐一命名。

    +
    +
    +

    六、串珠

    +

    根据不同形状将串珠分类。

    +
    +

    根据不同颜色将串珠分类。

    +
    +
    +
    +

    七、颜色记忆棋

    +

    将棋子按颜色分类。

    +
    +

    数出每种颜色棋子的数量。

    +
    +

    掷骰子,按照骰子颜色,选出与骰子颜色相同棋子放入棋盘任意位置,每人一次。

    +
    +
    +
    +

    八、叠叠高木条

    +

    将木条按照颜色分类。

    +
    +

    按照数字顺序排列木条(类似多米诺骨牌)。

    +
    +

    两人分别按照自己的创意将木条叠放,越高越好。

    +
    +