Emotions ratings and barrating not show in surveyjs analytics tabulator.
example 01 (tabulator):
example 02 (json survey):
JSON{
"pages": [
{
"name": "Página1",
"elements": [
{
"type": "text",
"name": "pergunta1"
},
{
"type": "barrating",
"name": "pergunta2",
"choices": [
1,
2,
3,
4,
5
]
}
]
}
]
}
Example 03 (json answer):
JSON{
"pergunta1": "Teste 1",
"pergunta2": 3
}