Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yangchao
/
brains-h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2266d47c
authored
Jan 17, 2020
by
yangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
1 parent
7ffb3ac5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
308 additions
and
1 deletions
src/router/index.js
src/views/forward/index.vue
src/views/home/index.vue
src/views/reserve/index.vue
src/router/index.js
View file @
2266d47
...
@@ -86,6 +86,18 @@ const constantRouterMap = [
...
@@ -86,6 +86,18 @@ const constantRouterMap = [
component
:
_import
(
'home/result'
)
,
component
:
_import
(
'home/result'
)
,
name
:
'result'
,
name
:
'result'
,
},
},
//正向速算
{
path
:
'/forward/index'
,
component
:
_import
(
'forward/index'
)
,
name
:
'forwardIndex'
,
},
//逆向速算
{
path
:
'/reserve/index'
,
component
:
_import
(
'reserve/index'
)
,
name
:
'reserveIndex'
,
},
]
]
},
},
{
path
:
'*'
,
redirect
:
'/404'
}
{
path
:
'*'
,
redirect
:
'/404'
}
...
...
src/views/forward/index.vue
0 → 100644
View file @
2266d47
<
template
>
<div
class=
"content"
>
<div
class=
"title"
>
<img
src=
"http://static.ledouya.com/Fk710hlqAbi7huKxkcjHCyL5JFrr"
alt=
""
>
<div>
项目意义
</div>
</div>
<div
class=
"explain"
>
计算是大脑数理逻辑推理能力的综合应用,是理解力水平最直观的体现。正向速算是综合训练大脑注意力、
理解力和记忆力的重要项目。本项目侧重于面向普通人通过简单的加减乘除运算考查大脑计算的速度和准确性,重在脑力素质的训练。
</div>
<div
class=
"explain"
>
Computation is the comprehensive application of mathematical logic reasoning ability of the brain,
and it is the most direct embodiment of comprehension level. Fast calculation is an important project to train brain's attention,
comprehension and memory. This project is focus on ordinary people through simple addition, subtraction, multiplication
and division to check the speed and accuracy of brain computing, focusing on the training of mental quality.
</div>
<div
class=
"title"
>
<img
src=
"http://static.ledouya.com/FryIuOQ3IISAuLpLRHvq4Gv6FWRF"
alt=
""
>
<div>
比赛规则
</div>
</div>
<div
class=
"explain"
>
1、选手在“国际脑力运动”线上平台报名参加脑力世界杯并选中本项比赛。
</div>
<div
class=
"explain"
>
1. Athlete register Intellectual World Cup on the "International Intellectual Sports" online platform and select this discipline.
</div>
<div
class=
"explain"
>
2、所有选手在“国际脑力运动”线上平台上点击进入本项目比赛倒计时页面,倒计时归零后立即开始比赛。
</div>
<div
class=
"explain"
>
2. All athletes clicked into the countdown page on the "International Intellectual Sports" online platform,
and the competition began immediately after the countdown returned to zero.
</div>
<div
class=
"explain"
>
3、比赛分三轮进行,每两轮比赛之间开展中场活动。.每轮比赛中,选手依次进行连加运算(最多5个加数且每个加数最多4位数)、
加减混合运算(最多5个加减数且每个加减数最多4位数)和乘除运算(除数和1个乘数为1位数且另一位乘数或被除数最多4位数)三个项目的比拼,
每个项目限时3分钟,系统分别逐题给出,选手提交答案后自动给出下一题,不限题目数量,答对题数越多得分越高。
</div>
<div
class=
"explain"
>
3. The game is carried out in three rounds, and midfield activities are carried out between the two rounds.
In each round, the athlete need to complete 3 types of topics, including Addition, the Addition and Subtraction,
the Multiplication and Division, each type is 3 minutes, the system gives questions one by one, the quantity of
question is no-limit.
</div>
<div
class=
"explain"
>
4、系统自动统计并公布本项目所有选手和战队的成绩。
</div>
<div
class=
"explain"
>
4. The system automatically calculates and releases the result.
</div>
<div
class=
"title"
>
<img
src=
"http://static.ledouya.com/Fm8ujNQDlQ1Q2tmyO8ydNqVQTTjj"
alt=
""
>
<div>
评判标准
</div>
</div>
<div
class=
"blue"
>
获胜依据
</div>
<div
class=
"blue"
>
Scoring rules
</div>
<div
class=
"explain"
>
1.答对1题计19分。
</div>
<div
class=
"explain"
>
1. 19 points for each right answer.
</div>
<div
class=
"explain"
>
2.总分高者胜,总分相同则正确率高者胜。
</div>
<div
class=
"explain"
>
2. A high score wins, if the score is the same, high correct rate wins.
</div>
<div
class=
"blue"
>
选手成绩
</div>
<div
class=
"blue"
>
Personal score
</div>
<div
class=
"explain"
>
1.选手得分=正确答题数×19。
</div>
<div
class=
"explain"
>
1. The score is quantity of right answer multiplied by 19.
</div>
<div
class=
"explain"
>
2.取最高分轮次的成绩参与排名。
</div>
<div
class=
"explain"
>
2. The highest round score is the final score.
</div>
<div
class=
"start"
>
开始训练
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
.content
{
padding
:
30px
24px
120px
;
}
.title
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
margin-bottom
:
30px
;
}
.title
img
{
width
:
40px
;
height
:
40px
;
margin-right
:
10px
;
}
.title
div
{
font-size
:
30px
;
color
:
#168CFF
;
font-weight
:
bold
;
}
.explain
{
color
:
#666
;
font-size
:
26px
;
line-height
:
50px
;
text-indent
:
52px
;
margin-bottom
:
20px
;
}
.blue
{
font-size
:
26px
;
color
:
#409eff
;
margin-bottom
:
10px
;
}
.start
{
width
:
500px
;
height
:
80px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
color
:
white
;
background
:
#409eff
;
border-radius
:
40px
;
position
:
fixed
;
bottom
:
50px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
}
</
style
>
src/views/home/index.vue
View file @
2266d47
...
@@ -44,6 +44,14 @@
...
@@ -44,6 +44,14 @@
label
:
'圆周率'
,
label
:
'圆周率'
,
path
:
'/pi/index'
path
:
'/pi/index'
},
},
{
label
:
'活力大脑对应'
,
path
:
'/randomLetter/index'
},
{
label
:
'记忆宫殿'
,
path
:
'/pi/index'
},
],
],
speed
:
[
speed
:
[
{
{
...
@@ -58,7 +66,11 @@
...
@@ -58,7 +66,11 @@
heartCount
:
[
heartCount
:
[
{
{
label
:
'正向训练'
,
label
:
'正向训练'
,
path
:
''
path
:
'/forward/index'
},
{
label
:
'逆向训练'
,
path
:
'/reserve/index'
},
},
]
]
}
}
...
...
src/views/reserve/index.vue
0 → 100644
View file @
2266d47
<
template
>
<div
class=
"content"
>
<div
class=
"title"
>
<img
src=
"http://static.ledouya.com/Fk710hlqAbi7huKxkcjHCyL5JFrr"
alt=
""
>
<div>
项目意义
</div>
</div>
<div
class=
"explain"
>
逆向速算来源于著名的“24点智力游戏”,通过把系统出示的0-13中的4个数据用加、减、乘、
除和括号连接成算式,使其计算结果等于24,综合训练大脑的注意力、发散思维、逆向思维、想象力和记忆力。
</div>
<div
class=
"explain"
>
24-point originates from the famous "24-point game". By adding, subtracting, multiplying,
dividing and bracketing four data from 0-13 produced by the system into an arithmetic formula, the result
is equal to 24. It integrates training of the brain's attention, divergent thinking, reverse thinking, imagination and memory.
</div>
<div
class=
"title"
>
<img
src=
"http://static.ledouya.com/FryIuOQ3IISAuLpLRHvq4Gv6FWRF"
alt=
""
>
<div>
比赛规则
</div>
</div>
<div
class=
"explain"
>
1、选手在“国际脑力运动”线上平台报名参加脑力世界杯并选中本项比赛。
</div>
<div
class=
"explain"
>
1. Athlete register Intellectual World Cup on the "International Intellectual Sports" online platform and select this discipline.
</div>
<div
class=
"explain"
>
2、所有选手在“国际脑力运动”线上平台上点击进入本项目比赛倒计时页面,倒计时归零后立即开始比赛。
</div>
<div
class=
"explain"
>
2. All athletes clicked into the countdown page on the "International Intellectual Sports" online platform,
and the competition began immediately after the countdown returned to zero.
</div>
<div
class=
"explain"
>
3、比赛分三轮进行,每两轮比赛之间开展中场活动。系统逐一出题,每题给出1~13之中的4个数据,选手使用加、减、乘、
除运算符号和括号把它们连成一个算式,使其运算结果等于24。每轮比赛10分钟,不限题目数量,不答而直接点击“下一题”
则减少剩余答题时间2秒,连续作答“本题无解”不可超过5次,否则系统将强制提交本轮成绩,答对题数越多分数越高。
</div>
<div
class=
"explain"
>
3. The game is carried out in three rounds, and midfield activities are carried out between the two rounds.
The system comes out one by one. Each question is given 4 digit from 1to13. Athlete use add, subtract, multiply,
divide and brackets to connect them into one formula equal to 24. Each round is 10 minutes, the quantity of
questions is no-limit, the remaining time is reduced by 2 seconds for not answer directly click "next question",
continuous answer "unsolvable" can not be more than 5 times, otherwise the system will be mandatory to submit
the results of this round, more answer questions wins.
</div>
<div
class=
"explain"
>
4、待所有选手答题结束后,系统自动统计并公布本项目所有选手和战队的成绩。
</div>
<div
class=
"explain"
>
4. After the end of this discipline, the system automatically calculates and releases the result.
</div>
<div
class=
"title"
>
<img
src=
"http://static.ledouya.com/Fm8ujNQDlQ1Q2tmyO8ydNqVQTTjj"
alt=
""
>
<div>
评判标准
</div>
</div>
<div
class=
"blue"
>
获胜依据
</div>
<div
class=
"blue"
>
Scoring rules
</div>
<div
class=
"explain"
>
1.答对1题计19分。
</div>
<div
class=
"explain"
>
1. 19 points for each right answer.
</div>
<div
class=
"explain"
>
2.总分高者胜,总分相同则正确率高者胜。
</div>
<div
class=
"explain"
>
2. A high score wins, if the score is the same, high correct rate wins.
</div>
<div
class=
"blue"
>
选手成绩
</div>
<div
class=
"blue"
>
Personal score
</div>
<div
class=
"explain"
>
1.选手得分=正确答题数×19。
</div>
<div
class=
"explain"
>
1. The score is quantity of right answer multiplied by 19.
</div>
<div
class=
"explain"
>
2.取最高分轮次的成绩参与排名。
</div>
<div
class=
"explain"
>
2. The highest round score is the final score.
</div>
<div
class=
"start"
>
开始训练
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
.content
{
padding
:
30px
24px
120px
;
}
.title
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
margin-bottom
:
30px
;
}
.title
img
{
width
:
40px
;
height
:
40px
;
margin-right
:
10px
;
}
.title
div
{
font-size
:
30px
;
color
:
#168CFF
;
font-weight
:
bold
;
}
.explain
{
color
:
#666
;
font-size
:
26px
;
line-height
:
50px
;
text-indent
:
52px
;
margin-bottom
:
20px
;
}
.blue
{
font-size
:
26px
;
color
:
#409eff
;
margin-bottom
:
10px
;
}
.start
{
width
:
500px
;
height
:
80px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
color
:
white
;
background
:
#409eff
;
border-radius
:
40px
;
position
:
fixed
;
bottom
:
50px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
}
</
style
>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment