We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75c80b commit bba13d3Copy full SHA for bba13d3
docs/demos/jspsych-browser-check-demo2.html
@@ -17,7 +17,9 @@
17
inclusion_function: (data) => {
18
return ['chrome', 'firefox'].includes(data.browser);
19
},
20
- exclusion_message: `<p>You must use Chrome or Firefox to complete this experiment.</p>`
+ exclusion_message: (data) => {
21
+ return `<p>You must use Chrome or Firefox to complete this experiment.</p>`
22
+ },
23
};
24
25
const timeline = [trial];
0 commit comments