Question T9893
Visible to All Users

Bugs in SurveyJS Analytics Tabulator

created 3 years ago

Emotions ratings and barrating not show in surveyjs analytics tabulator.

example 01 (tabulator):
Clipboard-File-1.png

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 }

Answers approved by surveyjs Support

created 3 years ago

Hello,

Yes, custom widgets currently are not supported by analytics tables. We'll find a solution for this case.

Are you using table representation on your site?

Thanks, Serge
SurveyJS Team