Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/slimy-rice-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jspsych/plugin-emoji-screen": major
---

change the finish key from enter to space
4 changes: 2 additions & 2 deletions packages/plugin-emoji-screen/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
var trial = {
type: jsPsychEmojiScreen,
emojis: ["😀", "🎉", "⭐", "🌟", "🎈", "🦄", "🍕", "🎸"],
key_to_finish: "Enter",
prompt: "<p>Click anywhere to place emojis. Press <strong>Enter</strong> when you are done.</p>",
key_to_finish: " ",
prompt: "<p>Click anywhere to place emojis. Press <strong>Space</strong> when you are done.</p>",
};

jsPsych.run([trial]);
Expand Down
Loading