β˜‘οΈMultiple choice

Configure a multiple choice (checkboxes)

Steps

  1. Open the Javascript editor

  2. Copy the initial template to enable the Survey Library

  3. Enable the configuration for Multiple Choice by importing its Survey Library URL

// Import the libraries
let scripts = [
  "https://survey-library.azurewebsites.net/multiple_choice.js"
];

/* The rest of code... */

Last updated

Was this helpful?