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
87f822ec3e
commit
4e44c489c6
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
|
||||
<script src="../jspsych.js"></script>
|
||||
<script src="../plugins/jspsych-single-stim.js"></script>
|
||||
<link rel="stylesheet" href="../css/jspsych.css"></link>
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
type: 'single-stim',
|
||||
choices: jsPsych.ALL_KEYS,
|
||||
stimulus: function(){ return jsPsych.timelineVariable('v1'); },
|
||||
stimulus: jsPsych.timelineVariable('v1'),
|
||||
is_html: true
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user