Voxco · Schema

CodebookBuilderCreationMethod

How the Codebook Builder should derive themes and codes from open-ended responses.

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management
View JSON Schema on GitHub

JSON Schema

CodebookBuilderCreationMethod.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CodebookBuilderCreationMethod",
  "enum": [
    "AIGenerated",
    "DataDriven"
  ],
  "type": "string",
  "description": "How the Codebook Builder should derive themes and codes from open-ended responses.",
  "format": ""
}