From 6e1b7ae08c0f380986fb4cfcdd6035073201b9c5 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 30 Nov 2020 14:30:07 +0000 Subject: Update syntax highlighting --- SCHEMA.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SCHEMA.md b/SCHEMA.md index 11e5c86..f594689 100644 --- a/SCHEMA.md +++ b/SCHEMA.md @@ -54,7 +54,7 @@ Different questions require different input data to render. All data is in an ob ##### `radio` -```json +```js { // Option list for radio buttons "options": [ @@ -71,7 +71,7 @@ Checkboxes require no additional configuration ##### `select` -```json +```js { // Option list for select dropdown "options": [ @@ -91,7 +91,7 @@ Textareas require no additional configuration. ##### `code` -```json +```js { // A supported language from https://prismjs.com/#supported-languages "language": "python" @@ -100,7 +100,7 @@ Textareas require no additional configuration. ##### `range` -```json +```js { // A list of options to put on the range, from left to right "options": [ @@ -114,7 +114,7 @@ Textareas require no additional configuration. ##### `section` -```json +```js { // OPTIONAL: Additional text to place below the section header "text": "This section will quiz you on A, B and C" -- cgit v1.2.3