prettify html -> HTML

This commit is contained in:
Josh de Leeuw 2018-01-23 13:58:17 -05:00
parent 5c71cbaba0
commit 5d7614667e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jsPsych.plugins["html-button-response"] = (function() {
},
button_html: {
type: jsPsych.plugins.parameterType.STRING,
pretty_name: 'Button html',
pretty_name: 'Button HTML',
default: '<button class="jspsych-btn">%choice%</button>',
array: true,
description: 'The html of the button. Can create own style.'

View File

@ -33,7 +33,7 @@ jsPsych.plugins["image-button-response"] = (function() {
},
button_html: {
type: jsPsych.plugins.parameterType.STRING,
pretty_name: 'Button html',
pretty_name: 'Button HTML',
default: '<button class="jspsych-btn">%choice%</button>',
array: true,
description: 'The html of the button. Can create own style.'