Skip to content

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhartshorne committed Jan 14, 2020
1 parent 9d4c16f commit f43aa3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/quickstart/simpleExperiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Summary of tutorial content
================

Pushkin's modularity means that, in principle, you could porbably use any javascript-based experiment engine to write your expeirments. However, we highly recommend using `jsPsych <https://www.jspsych.org>`_. Pushkin has only been extensively tested with jsPsych, and all the documentation currently assumes you are using jsPsych.
Pushkin's modularity means that, in principle, you could probably use any javascript-based experiment engine to write your expeirments. However, we highly recommend using `jsPsych <https://www.jspsych.org>`_. Pushkin has only been extensively tested with jsPsych, and all the documentation currently assumes you are using jsPsych.

jsPsych provides a `tutorial <https://www.jspsych.org/tutorials/rt-task/>`_ for putting together a simple lexical decision experiment. The tutorial below explains how to modify this code to run on Pushkin.
The tutorial below starts with a simple lexical decision task written in vanilla jsPsych. The tutorial below explains how to modify this code to run on Pushkin.

If you are not familiar with jsPsych, please consult the `documentation <https://www.jspsych.org>`_ first. We recommend you also walk through some of the tutorials.

Initial code
---------------

If you are not familiar with jsPsych, please consult the `documentation <https://www.jspsych.org>`_ first. We recommend you also walk through some of the tutorials.

Below, we will adapt a simple lexical decision experiment. The original code can be found `here <https://github.com/jodeleeuw/bigcog-lexical-decision/>`. This repository consists of the base jsPsych installation and a single HTML file:
Below, we will adapt a simple lexical decision experiment. The original code can be found `here <https://github.com/jodeleeuw/bigcog-lexical-decision/>`_. This repository consists of the base jsPsych installation and a single HTML file:

.. code-block:: javascript
Expand Down

0 comments on commit f43aa3b

Please sign in to comment.