minor tweaks to jsPsych-builder text

This commit is contained in:
Becky Gilbert 2021-07-01 13:49:32 -07:00
parent 0ab7239927
commit d5efdb301e
2 changed files with 5 additions and 3 deletions

View File

@ -9,9 +9,9 @@ You can run your jsPsych experiment:
The way that you run your experiment will have consequences for certain aspects about how the experiment works, and what your experiment will be able to do. This page explains what you need to know about both of these options.
!!! info
If you are looking for a tool to automate deployment-related tasks, check out [jsPsych Builder](https://github.com/bjoluc/jspsych-builder), a CLI utility that helps to get jsPsych deployments right.
If you are looking for a tool to automate deployment-related tasks, check out the [jsPsych Builder](https://github.com/bjoluc/jspsych-builder) CLI utility.
It automatically bundles scripts and style sheets, configures media preloading, and yields a zip file that contains all files for deployment (online or offline).
jsPsych Builder can also directly build JATOS experiment files (.jzip) that you can upload to a JATOS server.
jsPsych Builder can also directly build JATOS experiment files (.jzip) that you can upload to a JATOS server (see [this section](#hosting-the-experiment-and-saving-the-data) below for more info about JATOS and other server options).
## Offline

View File

@ -1,7 +1,9 @@
# jsPsych "Hello world" experiment
In the long tradition of **"Hello world!"** examples, this tutorial creates an experiment that outputs the phrase "Hello world!" to the browser. Though useless as an actual experiment, the process is helpful for learning the basics of using the jsPsych library. This tutorial will assume that you know very little about how to set up a web page.
If this does not apply to you and you would like to utilize modern JavaScript and NPM, consider using [jsPsych Builder](https://github.com/bjoluc/jspsych-builder) instead to automate the setup, spin up a development server, and later on transpile and bundle scripts and styles.
!!! info
If you would like to use modern web development tools (e.g. ES6 modules, Node/NPM, webpack, Babel), you may want to check out the [jsPsych Builder](https://github.com/bjoluc/jspsych-builder) CLI utility. jsPsych Builder allows you to automate the experiment setup, spin up a development server, and transpile and bundle scripts and styles. There are getting started instructions on the jsPsych Builder GitHub page that you can follow alongside this Hello World tutorial.
## Step 1: Download the jsPsych library