From a8882a734eb11b6b85821c1b0351a4a543cfa161 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Wed, 27 Oct 2021 09:49:41 -0400 Subject: [PATCH] update mkdocs links to plugin --- docs/plugins/list-of-plugins.md | 1 + mkdocs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/plugins/list-of-plugins.md b/docs/plugins/list-of-plugins.md index 3d3941ee..c46ffa72 100644 --- a/docs/plugins/list-of-plugins.md +++ b/docs/plugins/list-of-plugins.md @@ -40,6 +40,7 @@ Plugin | Description [same‑different‑image](same-different-image.md) | A same-different judgment task. An image is shown, followed by a brief gap, and then another stimulus is shown. The subject indicates whether the stimuli are the same or different. [serial‑reaction‑time](serial-reaction-time.md) | A set of boxes are displayed on the screen and one of them changes color. The subject presses a key that corresponds to the different color box as fast as possible. [serial‑reaction‑time‑mouse](serial-reaction-time-mouse.md) | A set of boxes are displayed on the screen and one of them changes color. The subjects clicks the box that changed color as fast as possible. +[sketchpad](sketchpad.md) | Creates an interactive canvas that the participant can draw on using their mouse or touchscreen. [survey‑html‑form](survey-html-form.md) | Renders a custom HTML form. Allows for mixing multiple kinds of form input. [survey‑likert](survey-likert.md) | Displays likert-style questions. [survey‑multi‑choice](survey-multi-choice.md) | Displays multiple choice questions with one answer allowed per question. diff --git a/mkdocs.yml b/mkdocs.yml index 4a955bd4..f76117d7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -102,6 +102,7 @@ nav: - 'same-different-image': 'plugins/same-different-image.md' - 'serial-reaction-time': 'plugins/serial-reaction-time.md' - 'serial-reaction-time-mouse': 'plugins/serial-reaction-time-mouse.md' + - 'sketchpad' : 'plugins/sketchpad.md' - 'survey-html-form' : 'plugins/survey-html-form.md' - 'survey-likert': 'plugins/survey-likert.md' - 'survey-multi-choice': 'plugins/survey-multi-choice.md'