πŸ›‘Panelist quality validation

Learn how to configure a quality validation for Cint and Syno Panels

Steps

  1. Open the Javascript editor

  2. Copy the initial template to enable the Survey Library

  3. Enable the configuration for Quality Validation by importing its Survey Library URL

// Insert the Library URLs enclosed by quotes and separated by commas
let scripts = [
  "https://survey-library.azurewebsites.net/quality_validation.js"
];

/* The rest of code... */

Last updated

Was this helpful?