β Select random elements
Learn how to select a predefined number of checkboxes randomly
Steps
// Insert the Library URLs enclosed by quotes and separated by commas
let scripts = [
"https://survey-library.azurewebsites.net/select_random_elements.js"
];
/* The rest of code... */Last updated