Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/post/00101_Flanker.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ VER <- "V4"
* **题目编号**:`r CODE`
* **任务描述**:测查自控力,特别是排除干扰的能力。
* **测查能力**:自控力-控制冲动
* **相关任务**:[方向达人](`r blogdown::shortcode("relref", "00101_Flanker")`)。本题目与该题目属于同种题目,且本题目适用于10岁及10岁以下儿童。
* **参考演示**:参考美国国立卫生院的[题目设计](http://player.youku.com/embed/XMzIzMTA1NTk4NA==)。

# 交互界面
Expand Down
1 change: 0 additions & 1 deletion content/post/00101_Flanker.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ <h1>基本信息</h1>
<li><strong>题目编号</strong>:00101</li>
<li><strong>任务描述</strong>:测查自控力,特别是排除干扰的能力。</li>
<li><strong>测查能力</strong>:自控力-控制冲动</li>
<li><strong>相关任务</strong>:<a href="{{% relref "00101_Flanker" %}}">方向达人</a>。本题目与该题目属于同种题目,且本题目适用于10岁及10岁以下儿童。</li>
<li><strong>参考演示</strong>:参考美国国立卫生院的<a href="http://player.youku.com/embed/XMzIzMTA1NTk4NA==">题目设计</a>。</li>
</ul>
</div>
Expand Down
64 changes: 64 additions & 0 deletions content/post/00102_Flanker.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
title: 太空飞船(Flanker)
author: 张亮
date: 2018-03-02
slug: 00102-flanker
code: "00102"
tasknames: "侧抑制任务"
categories:
- 幼儿
- C2框架
---

```{r basic settings, include=FALSE}
NAME_CN <- "方向达人"
NAME_EN <- "Flanker"
CODE <- "00102"
SDK <- 201
VER <- "V4"
```

# 基本信息

* **显示名称**:`r NAME_CN`
* **英文名称**:`r NAME_EN`
* **题目编号**:`r CODE`
* **任务描述**:测查自控力,特别是排除干扰的能力。
* **测查能力**:自控力-控制冲动
* **相关任务**:[方向达人](`r blogdown::shortcode("relref", "00101_Flanker")`)。本题目与该题目属于同种题目,且本题目适用于10岁及10岁以下儿童。

# 前端交互

敬请期待。

# 后台配置

## 数据记录

对于每一个试次,需要提交以下数据:

```{r recording-variables, echo=FALSE, message=FALSE, warning=FALSE, paged.print=FALSE}
knitr::kable(
readr::read_csv(here::here("R", "config", NAME_EN, "recs.csv")),
caption = "原始数据变量列表"
)
```

## 试题算分

```{r sdk-score, echo=FALSE, message=FALSE, warning=FALSE, paged.print=FALSE}
knitr::kable(
readr::read_csv(here::here("R", "config", NAME_EN, "sdk.csv")),
caption = paste0("传入参数(算分码:`", SDK, "`)")
)
```

## 算分方法

参考美国国立卫生院的[做法](www.healthmeasures.net/images/nihtoolbox/Technical_Manuals/Cognition/Toolbox_Flanker_Inhibitory_Control_and_Attention_Test_Technical_Manual.pdf)。规则:

$$score = PC + \frac{log_{10}(3000) - log_{10}(RT_{inc})}{log_{10}(3000) - log_{10}(500)}$$

其中$PC$是用户整体的正确比例(未作答记为错误),$RT_{inc}$是用户在**不一致**条件**正确**作答时的反应时间的**中位数**,且以毫秒为单位。$RT_{inc}$的范围需要在500-3000内,小于500的修正为500,大于3000的修正为3000。

原始分的取值范围为0~2。
115 changes: 115 additions & 0 deletions content/post/00102_Flanker.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
---
title: 太空飞船(Flanker)
author: 张亮
date: 2018-03-02
slug: 00102-flanker
code: "00102"
tasknames: "侧抑制任务"
categories:
- 幼儿
- C2框架
---



<div id="section" class="section level1">
<h1>基本信息</h1>
<ul>
<li><strong>显示名称</strong>:方向达人</li>
<li><strong>英文名称</strong>:Flanker</li>
<li><strong>题目编号</strong>:00102</li>
<li><strong>任务描述</strong>:测查自控力,特别是排除干扰的能力。</li>
<li><strong>测查能力</strong>:自控力-控制冲动</li>
<li><strong>相关任务</strong>:<a href="{{% relref "00101_Flanker" %}}">方向达人</a>。本题目与该题目属于同种题目,且本题目适用于10岁及10岁以下儿童。</li>
</ul>
</div>
<div id="section-1" class="section level1">
<h1>前端交互</h1>
<p>敬请期待。</p>
</div>
<div id="section-2" class="section level1">
<h1>后台配置</h1>
<div id="section-3" class="section level2">
<h2>数据记录</h2>
<p>对于每一个试次,需要提交以下数据:</p>
<table>
<caption><span id="tab:recording-variables">表1: </span>原始数据变量列表</caption>
<thead>
<tr class="header">
<th align="left">名称</th>
<th align="left">类型</th>
<th align="left">说明</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left"><code>Round</code></td>
<td align="left"><code>int</code></td>
<td align="left">本任务有轮次的概念,此处记录当前在第几个轮次</td>
</tr>
<tr class="even">
<td align="left"><code>STIM</code></td>
<td align="left"><code>int</code></td>
<td align="left">刺激编号(STIMulus),1-4中的一个</td>
</tr>
<tr class="odd">
<td align="left"><code>Type</code></td>
<td align="left"><code>char</code></td>
<td align="left">刺激类型,包括2种可能:‘Congruent’, ‘Incongruent’</td>
</tr>
<tr class="even">
<td align="left"><code>CResp</code></td>
<td align="left"><code>char</code></td>
<td align="left">正确的反应(Correct Response),包含两种可能:‘Left’, ‘Right’</td>
</tr>
<tr class="odd">
<td align="left"><code>Resp</code></td>
<td align="left"><code>char</code></td>
<td align="left">用户的实际反应(Response),包含两种可能:‘Left’, ‘Right’, ‘None’(未操作)</td>
</tr>
<tr class="even">
<td align="left"><code>ACC</code></td>
<td align="left"><code>int</code></td>
<td align="left">正确或错误(ACCuracy),0=错误,1=正确,-1=未完成操作。</td>
</tr>
<tr class="odd">
<td align="left"><code>RT</code></td>
<td align="left"><code>int</code></td>
<td align="left">用户完成操作所需时间(单位:毫秒)(Response Time),若未完成操作,则记为0</td>
</tr>
</tbody>
</table>
</div>
<div id="section-4" class="section level2">
<h2>试题算分</h2>
<table>
<caption><span id="tab:sdk-score">表2: </span>传入参数(算分码:<code>201</code>)</caption>
<thead>
<tr class="header">
<th align="left">参数名称</th>
<th align="left">类型</th>
<th align="left">说明</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left"><code>medRT</code></td>
<td align="left"><code>int</code></td>
<td align="left">用户在“不一致条件”(<code>Incongruent</code>)下的反应时间的中位数</td>
</tr>
<tr class="even">
<td align="left"><code>ACC</code></td>
<td align="left"><code>float</code></td>
<td align="left">用户在整个题目中的正确率</td>
</tr>
</tbody>
</table>
</div>
<div id="section-5" class="section level2">
<h2>算分方法</h2>
<p>参考美国国立卫生院的<a href="www.healthmeasures.net/images/nihtoolbox/Technical_Manuals/Cognition/Toolbox_Flanker_Inhibitory_Control_and_Attention_Test_Technical_Manual.pdf">做法</a>。规则:</p>
<p><span class="math display">\[score = PC + \frac{log_{10}(3000) - log_{10}(RT_{inc})}{log_{10}(3000) - log_{10}(500)}\]</span></p>
<p>其中<span class="math inline">\(PC\)</span>是用户整体的正确比例(未作答记为错误),<span class="math inline">\(RT_{inc}\)</span>是用户在<strong>不一致</strong>条件<strong>正确</strong>作答时的反应时间的<strong>中位数</strong>,且以毫秒为单位。<span class="math inline">\(RT_{inc}\)</span>的范围需要在500-3000内,小于500的修正为500,大于3000的修正为3000。</p>
<p>原始分的取值范围为0~2。</p>
</div>
</div>
8 changes: 7 additions & 1 deletion content/post/00302_MemoryScan.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# heading of document
title: 记忆扫描(MemoryScan) # Chinese name(English name)
title: 方块速记(MemoryScan) # Chinese name(English name)
author: 张亮
date: 2018-11-05 # format 2006-01-01
# slug
Expand Down Expand Up @@ -78,3 +78,9 @@ knitr::kable(
caption = paste0("传入参数(算分码:`", SDK, "`)")
)
```

## 算分方法

计算用户的整体正确比例作为原始分。

原始分的取值范围为0~1。
10 changes: 8 additions & 2 deletions content/post/00302_MemoryScan.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# heading of document
title: 记忆扫描(MemoryScan) # Chinese name(English name)
title: 方块速记(MemoryScan) # Chinese name(English name)
author: 张亮
date: 2018-11-05 # format 2006-01-01
# slug
Expand Down Expand Up @@ -30,14 +30,15 @@
<li><a href="#游戏参数">游戏参数</a></li>
<li><a href="#数据记录">数据记录</a></li>
<li><a href="#试题算分">试题算分</a></li>
<li><a href="#算分方法">算分方法</a></li>
</ul></li>
</ul>
</div>

<div id="基本信息" class="section level1">
<h1>基本信息</h1>
<ul>
<li><strong>显示名称</strong>:记忆扫描</li>
<li><strong>显示名称</strong>:方块速记</li>
<li><strong>英文名称</strong>:MemoryScan</li>
<li><strong>题目编号</strong>:00302</li>
<li><strong>任务描述</strong>:测查记忆力,特别是个体的空间短时记忆力</li>
Expand Down Expand Up @@ -120,4 +121,9 @@ <h2>试题算分</h2>
</tbody>
</table>
</div>
<div id="算分方法" class="section level2">
<h2>算分方法</h2>
<p>计算用户的整体正确比例作为原始分。</p>
<p>原始分的取值范围为0~1。</p>
</div>
</div>
15 changes: 14 additions & 1 deletion content/post/00603_Classification.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# heading of document
title: 分门别类(Classification) # Chinese name(English name)
title: 快速归类(Classification) # Chinese name(English name)
author: 张亮
date: 2018-11-06 # format 2006-01-01
# slug
Expand All @@ -14,6 +14,7 @@ categories:
- 文档
- C2框架
- 幼儿
bibliography: "scoring.bib"
# blogdown output
output:
blogdown::html_page:
Expand Down Expand Up @@ -78,3 +79,15 @@ knitr::kable(
caption = paste0("传入参数(算分码:`", SDK, "`)")
)
```

## 算分方法

采用一个考虑了速度准确性权衡的叫做`RCS`[@woltz_availability_2006; @vandierendonck_comparison_2017]的指标作为原始分。规则:

$$RCS = \frac{PC}{RT_c}$$

其中$PC$表示用户作答的正确比例(未作答记为错误),而$RT_c$则表示用户所有作答正确情况下反应时的平均值。值得注意的是这里$RT_c$采用的**单位**:在以前的版本中是毫秒,但是这会导致$RCS$很小,因此新版本应当修改为以**秒**为单位。同时,$RT_c$的可能范围需定在0.1-3秒之间。

原始分的取值范围为0~100。

# 参考文献
25 changes: 23 additions & 2 deletions content/post/00603_Classification.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# heading of document
title: 分门别类(Classification) # Chinese name(English name)
title: 快速归类(Classification) # Chinese name(English name)
author: 张亮
date: 2018-11-06 # format 2006-01-01
# slug
Expand All @@ -14,6 +14,7 @@
- 文档
- C2框架
- 幼儿
bibliography: "scoring.bib"
# blogdown output
output:
blogdown::html_page:
Expand All @@ -30,14 +31,16 @@
<li><a href="#游戏参数">游戏参数</a></li>
<li><a href="#数据记录">数据记录</a></li>
<li><a href="#试题算分">试题算分</a></li>
<li><a href="#算分方法">算分方法</a></li>
</ul></li>
<li><a href="#参考文献">参考文献</a></li>
</ul>
</div>

<div id="基本信息" class="section level1">
<h1>基本信息</h1>
<ul>
<li><strong>显示名称</strong>:分门别类</li>
<li><strong>显示名称</strong>:快速归类</li>
<li><strong>英文名称</strong>:Classification</li>
<li><strong>题目编号</strong>:00603</li>
<li><strong>任务描述</strong>:</li>
Expand Down Expand Up @@ -120,4 +123,22 @@ <h2>试题算分</h2>
</tbody>
</table>
</div>
<div id="算分方法" class="section level2">
<h2>算分方法</h2>
<p>采用一个考虑了速度准确性权衡的叫做<code>RCS</code><span class="citation">(Woltz and Was 2006; Vandierendonck 2017)</span>的指标作为原始分。规则:</p>
<p><span class="math display">\[RCS = \frac{PC}{RT_c}\]</span></p>
<p>其中<span class="math inline">\(PC\)</span>表示用户作答的正确比例(未作答记为错误),而<span class="math inline">\(RT_c\)</span>则表示用户所有作答正确情况下反应时的平均值。值得注意的是这里<span class="math inline">\(RT_c\)</span>采用的<strong>单位</strong>:在以前的版本中是毫秒,但是这会导致<span class="math inline">\(RCS\)</span>很小,因此新版本应当修改为以<strong>秒</strong>为单位。同时,<span class="math inline">\(RT_c\)</span>的可能范围需定在0.1-3秒之间。</p>
<p>原始分的取值范围为0~100。</p>
</div>
</div>
<div id="参考文献" class="section level1 unnumbered">
<h1>参考文献</h1>
<div id="refs" class="references">
<div id="ref-vandierendonck_comparison_2017">
<p>Vandierendonck, André. 2017. “A Comparison of Methods to Combine Speed and Accuracy Measures of Performance: A Rejoinder on the Binning Procedure.” <em>Behavior Research Methods</em> 49 (2): 653–73. <a href="https://doi.org/10.3758/s13428-016-0721-5">https://doi.org/10.3758/s13428-016-0721-5</a>.</p>
</div>
<div id="ref-woltz_availability_2006">
<p>Woltz, Dan J., and Christopher A. Was. 2006. “Availability of Related Long-Term Memory During and After Attention Focus in Working Memory.” <em>Memory &amp; Cognition</em> 34 (3): 668–84. <a href="https://doi.org/10.3758/BF03193587">https://doi.org/10.3758/BF03193587</a>.</p>
</div>
</div>
</div>
10 changes: 9 additions & 1 deletion content/post/03703_SearchObject.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# heading of document
title: 寻找物体(SearchObject) # Chinese name(English name)
title: 火眼金睛(SearchObject) # Chinese name(English name)
author: 张亮
date: 2018-11-06 # format 2006-01-01
# slug
Expand Down Expand Up @@ -78,3 +78,11 @@ knitr::kable(
caption = paste0("传入参数(算分码:`", SDK, "`)")
)
```

## 算分方法

采用一个考虑了速度准确性权衡的指标。类似于`RCS`。规则:

$$分数 = \frac{作答正确的个数}{整个测验的持续时间}$$

注意整个测验的持续时间就是给用户的作答限时,且使用**分钟**作为单位。
11 changes: 9 additions & 2 deletions content/post/03703_SearchObject.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# heading of document
title: 寻找物体(SearchObject) # Chinese name(English name)
title: 火眼金睛(SearchObject) # Chinese name(English name)
author: 张亮
date: 2018-11-06 # format 2006-01-01
# slug
Expand Down Expand Up @@ -30,14 +30,15 @@
<li><a href="#游戏参数">游戏参数</a></li>
<li><a href="#数据记录">数据记录</a></li>
<li><a href="#试题算分">试题算分</a></li>
<li><a href="#算分方法">算分方法</a></li>
</ul></li>
</ul>
</div>

<div id="基本信息" class="section level1">
<h1>基本信息</h1>
<ul>
<li><strong>显示名称</strong>:寻找物体</li>
<li><strong>显示名称</strong>:火眼金睛</li>
<li><strong>英文名称</strong>:SearchObject</li>
<li><strong>题目编号</strong>:03703</li>
<li><strong>任务描述</strong>:测查注意力,特别是从大量物体中查找出所需物体的能力。</li>
Expand Down Expand Up @@ -125,4 +126,10 @@ <h2>试题算分</h2>
</tbody>
</table>
</div>
<div id="算分方法" class="section level2">
<h2>算分方法</h2>
<p>采用一个考虑了速度准确性权衡的指标。类似于<code>RCS</code>。规则:</p>
<p><span class="math display">\[分数 = \frac{作答正确的个数}{整个测验的持续时间}\]</span></p>
<p>注意整个测验的持续时间就是给用户的作答限时,且使用<strong>分钟</strong>作为单位。</p>
</div>
</div>
Loading