Skip to content

Commit

Permalink
Deployed 3126fa9 to 7.3 with MkDocs 1.5.2 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot committed Jan 15, 2024
1 parent 1b283ca commit bffb683
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 101 deletions.
2 changes: 1 addition & 1 deletion 7.3/demos/jspsych-visual-search-circle-demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion 7.3/demos/jspsych-visual-search-circle-demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
Expand Down
10 changes: 8 additions & 2 deletions 7.3/plugins/visual-search-circle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@


<h1 id="visual-search-circle">visual-search-circle<a class="headerlink" href="#visual-search-circle" title="Permanent link">&para;</a></h1>
<p>Current version: 1.1.3. <a href="https://github.com/jspsych/jsPsych/blob/main/packages/plugin-visual-search-circle/CHANGELOG.md">See version history</a>.</p>
<p>Current version: 1.2.1. <a href="https://github.com/jspsych/jsPsych/blob/main/packages/plugin-visual-search-circle/CHANGELOG.md">See version history</a>.</p>
<p>This plugin presents a customizable visual-search task modelled after <a href="http://dx.doi.org/10.3758/BF03206946">Wang, Cavanagh, &amp; Green (1994)</a>. The participant indicates whether or not a target is present among a set of distractors. The stimuli are displayed in a circle, evenly-spaced, equidistant from a fixation point. Here is an example using normal and backward Ns:</p>
<p><img alt="Sample Visual Search Stimulus" src="../../img/visual_search_example.jpg" /></p>
<h2 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">&para;</a></h2>
Expand Down Expand Up @@ -2072,6 +2072,12 @@ <h2 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Pe
<td>1000</td>
<td>How long to show the fixation image for before the search array (in milliseconds).</td>
</tr>
<tr>
<td>response_ends_trial</td>
<td>boolean</td>
<td>true</td>
<td>If true, the trial will end when the participant makes a response.</td>
</tr>
</tbody>
</table>
<h2 id="data-generated">Data Generated<a class="headerlink" href="#data-generated" title="Permanent link">&para;</a></h2>
Expand Down Expand Up @@ -2119,7 +2125,7 @@ <h2 id="data-generated">Data Generated<a class="headerlink" href="#data-generate
</table>
<h2 id="install">Install<a class="headerlink" href="#install" title="Permanent link">&para;</a></h2>
<p>Using the CDN-hosted JavaScript file:</p>
<div class="highlight"><pre><span></span><code><span class="o">&lt;</span><span class="nx">script</span><span class="w"> </span><span class="nx">src</span><span class="o">=</span><span class="s2">&quot;https://unpkg.com/@jspsych/plugin-visual-search-circle@1.1.3&quot;</span><span class="o">&gt;&lt;</span><span class="err">/script&gt;</span>
<div class="highlight"><pre><span></span><code><span class="o">&lt;</span><span class="nx">script</span><span class="w"> </span><span class="nx">src</span><span class="o">=</span><span class="s2">&quot;https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1&quot;</span><span class="o">&gt;&lt;</span><span class="err">/script&gt;</span>
</code></pre></div>
<p>Using the JavaScript file downloaded from a GitHub release dist archive:</p>
<div class="highlight"><pre><span></span><code><span class="o">&lt;</span><span class="nx">script</span><span class="w"> </span><span class="nx">src</span><span class="o">=</span><span class="s2">&quot;jspsych/plugin-visual-search-circle.js&quot;</span><span class="o">&gt;&lt;</span><span class="err">/script&gt;</span>
Expand Down
2 changes: 1 addition & 1 deletion 7.3/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit bffb683

Please sign in to comment.