Deployed 1a8db31d to 7.2 with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
Josh de Leeuw 2022-04-08 15:37:53 -05:00
parent 37b295c627
commit 15e4e81918
7 changed files with 97 additions and 115 deletions

View File

@ -5,7 +5,7 @@
<script src="https://unpkg.com/jspsych@7.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">

View File

@ -5,7 +5,7 @@
<script src="https://unpkg.com/jspsych@7.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">

View File

@ -5,7 +5,7 @@
<script src="https://unpkg.com/jspsych@7.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">

View File

@ -1436,13 +1436,6 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#dependency" class="md-nav__link">
Dependency
</a>
</li>
<li class="md-nav__item">
<a href="#parameters" class="md-nav__link">
Parameters
@ -1858,13 +1851,6 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#dependency" class="md-nav__link">
Dependency
</a>
</li>
<li class="md-nav__item">
<a href="#parameters" class="md-nav__link">
Parameters
@ -1920,10 +1906,6 @@
<p>The plugin works in two phases.</p>
<p><strong>Phase 1</strong>. To calculate the pixel-to-cm conversion rate for a participants display, participants are asked to place a credit card or other item of the same size on the screen and resize an image until it is the same size as the credit card. Since we know the physical dimensions of the card, we can find the conversion rate for the participant's display.</p>
<p><strong>Phase 2</strong>. To measure the participant's viewing distance from their screen we use a <a href="https://en.wikipedia.org/wiki/Blind_spot_(vision)">blind spot</a> task. Participants are asked to focus on a black square on the screen with their right eye closed, while a red dot repeatedly sweeps from right to left. They press the spacebar on their keyboard whenever they perceive that the red dot has disappeared. This part allows the plugin to use the distance between the black square and the red dot when it disappears from eyesight to estimate how far the participant is from the monitor. This estimation assumes that the blind spot is located at 13.5° temporally.</p>
<h2 id="dependency">Dependency<a class="headerlink" href="#dependency" title="Permanent link">&para;</a></h2>
<p>This plugin requires the SVG.js library, available at <a href="https://svgjs.com/docs/3.0/">https://svgjs.com</a> or via the CDN link below. You must include the library in the <code>&lt;head&gt;</code> section of your experiment page.</p>
<div class="highlight"><pre><span></span><code><span class="p">&lt;</span><span class="nt">script</span> <span class="na">src</span><span class="o">=</span><span class="s">&quot;https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js&quot;</span><span class="p">&gt;&lt;/</span><span class="nt">script</span><span class="p">&gt;</span>
</code></pre></div>
<h2 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">&para;</a></h2>
<p>Parameters can be left unspecified if the default value is acceptable.</p>
<table>
@ -1963,8 +1945,8 @@
<tr>
<td>item_path</td>
<td>string</td>
<td>"img/card.png"</td>
<td>Path of the item to be presented in the card stimulus during the resizing phase. <em>The default image is available in <code>/examples/img/card.png</code></em></td>
<td>null</td>
<td>Path of the item to be presented in the card stimulus during the resizing phase. If <code>null</code> then no image is shown, and a solid color background is used instead. <em>An example image is available in <code>/examples/img/card.png</code></em></td>
</tr>
<tr>
<td>item_height_mm</td>

File diff suppressed because one or more lines are too long

View File

@ -2,457 +2,457 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.jspsych.org/7.2/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/about/about/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/about/license/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/developers/configuration/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/developers/contributing/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/developers/extension-development/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/developers/plugin-development/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/extensions/list-of-extensions/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/extensions/mouse-tracking/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/extensions/webgazer/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/browser-device-support/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/data/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/dynamic-parameters/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/events/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/exclude-browser/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/experiment-options/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/extensions/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/eye-tracking/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/fullscreen/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/media-preloading/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/mturk/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/plugins/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/progress-bar/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/prolific/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/record-browser-interactions/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/running-experiments/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/simulation/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/style/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/timeline/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/overview/timing-accuracy/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/animation/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/audio-button-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/audio-keyboard-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/audio-slider-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/browser-check/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/call-function/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/canvas-button-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/canvas-keyboard-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/canvas-slider-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/categorize-animation/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/categorize-html/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/categorize-image/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/cloze/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/external-html/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/free-sort/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/fullscreen/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/html-audio-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/html-button-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/html-keyboard-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/html-slider-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/iat-html/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/iat-image/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/image-button-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/image-keyboard-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/image-slider-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/initialize-microphone/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/instructions/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/list-of-plugins/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/maxdiff/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/preload/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/reconstruction/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/resize/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/same-different-html/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/same-different-image/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/serial-reaction-time-mouse/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/serial-reaction-time/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/sketchpad/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/survey-html-form/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/survey-likert/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/survey-multi-choice/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/survey-multi-select/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/survey-text/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/survey/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/video-button-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/video-keyboard-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/video-slider-response/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/virtual-chinrest/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/visual-search-circle/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/webgazer-calibrate/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/webgazer-init-camera/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/plugins/webgazer-validate/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/reference/jspsych-data/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/reference/jspsych-pluginAPI/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/reference/jspsych-randomization/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/reference/jspsych-turk/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/reference/jspsych/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/support/migration-v7/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/support/support/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/tutorials/hello-world/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/tutorials/rt-task/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.jspsych.org/7.2/tutorials/video-tutorials/</loc>
<lastmod>2022-03-13</lastmod>
<lastmod>2022-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.