Skip to content

Instantly share code, notes, and snippets.

@philipusis
Last active October 30, 2017 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipusis/74514ce69797f1a4d93daf4831c4a239 to your computer and use it in GitHub Desktop.
Save philipusis/74514ce69797f1a4d93daf4831c4a239 to your computer and use it in GitHub Desktop.
Формат вывода для Radio и MultipleChoise
{
//Среднее значение (только для Radio)
average: <Number>,
//Распределение ответов по процентам
distribution: [
{
value: <Number>,
text: <string>,
percentage: <Number>
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment