Skip to content

Instantly share code, notes, and snippets.

@piscis
Last active October 22, 2016 17:19
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 piscis/dd6293811300a0fd46abea3cda41d179 to your computer and use it in GitHub Desktop.
Save piscis/dd6293811300a0fd46abea3cda41d179 to your computer and use it in GitHub Desktop.
{
type: "matrix",
columns: [
"Grade A",
"Grade B",
"Grade C",
"Grade D",
"Grade E",
"Grade F",
],
name: "question3",
rows: [
"Topic 1",
"Topic 2",
"Topic 3",
"Topic 4",
"Topic 5",
"Topic 6"
],
isRequired: true,
validators: [
{
type: "answercount",
maxCount: "6",
minCount: "6",
text: "Footext"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment