mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
updated free-sort-example
This commit is contained in:
parent
92b6c2e78e
commit
3e752a73f8
@ -10,7 +10,11 @@
|
|||||||
|
|
||||||
var trials = {
|
var trials = {
|
||||||
type: 'free-sort',
|
type: 'free-sort',
|
||||||
stimuli: ['img/happy_face_1.jpg','img/happy_face_2.jpg','img/happy_face_3.jpg','img/happy_face_4.jpg']
|
stimuli: ['img/happy_face_1.jpg','img/happy_face_2.jpg','img/happy_face_3.jpg','img/happy_face_4.jpg'],
|
||||||
|
stim_height: 150,
|
||||||
|
stim_width: 200,
|
||||||
|
scale_factor: 1.3,
|
||||||
|
sort_area_shape: "ellipse"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user