mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
fix example file
This commit is contained in:
parent
5183f46264
commit
51a02b1eac
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<script src="../jspsych.js"></script>
|
<script src="../jspsych.js"></script>
|
||||||
<script src="../plugins/jspsych-single-stim.js"></script>
|
<script src="../plugins/jspsych-single-stim.js"></script>
|
||||||
<link rel="stylesheet" href="../css/jspsych.css"></link>
|
<link rel="stylesheet" href="../css/jspsych.css"></link>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
{
|
{
|
||||||
type: 'single-stim',
|
type: 'single-stim',
|
||||||
choices: jsPsych.ALL_KEYS,
|
choices: jsPsych.ALL_KEYS,
|
||||||
stimulus: function(){ return jsPsych.timelineVariable('v1'); },
|
stimulus: jsPsych.timelineVariable('v1'),
|
||||||
is_html: true
|
is_html: true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user