mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
prettify html -> HTML
This commit is contained in:
parent
5c71cbaba0
commit
5d7614667e
@ -31,7 +31,7 @@ jsPsych.plugins["html-button-response"] = (function() {
|
|||||||
},
|
},
|
||||||
button_html: {
|
button_html: {
|
||||||
type: jsPsych.plugins.parameterType.STRING,
|
type: jsPsych.plugins.parameterType.STRING,
|
||||||
pretty_name: 'Button html',
|
pretty_name: 'Button HTML',
|
||||||
default: '<button class="jspsych-btn">%choice%</button>',
|
default: '<button class="jspsych-btn">%choice%</button>',
|
||||||
array: true,
|
array: true,
|
||||||
description: 'The html of the button. Can create own style.'
|
description: 'The html of the button. Can create own style.'
|
||||||
|
@ -33,7 +33,7 @@ jsPsych.plugins["image-button-response"] = (function() {
|
|||||||
},
|
},
|
||||||
button_html: {
|
button_html: {
|
||||||
type: jsPsych.plugins.parameterType.STRING,
|
type: jsPsych.plugins.parameterType.STRING,
|
||||||
pretty_name: 'Button html',
|
pretty_name: 'Button HTML',
|
||||||
default: '<button class="jspsych-btn">%choice%</button>',
|
default: '<button class="jspsych-btn">%choice%</button>',
|
||||||
array: true,
|
array: true,
|
||||||
description: 'The html of the button. Can create own style.'
|
description: 'The html of the button. Can create own style.'
|
||||||
|
Loading…
Reference in New Issue
Block a user