tsv2013

Results 224 comments of tsv2013

```JS var newResult = Object.keys(result.data).map(function(qName) { return { name: qName, value: result.data[qName]}; }); ```

Thank you for the feedback. We'll take it in account during future plugin improvements.

@JaneSjs instead of https://github.com/surveyjs/private-tasks/issues/355

SurveyJS allows to customize heading tags used in survey structure. Here is the live example on our site - https://surveyjs.io/form-library/examples/change-heading-levels/jquery Does it fit your case?

Can you share a minimal live example illustrating the issue?

``` { "pages": [ { "name": "page1", "elements": [ { "type": "text", "name": "question1" } ], "title": "Page 1" }, { "name": "page2", "elements": [ { "type": "text", "name": "question2"...

``` { "title": "Customer Satisfaction Survey", "pages": [ { "name": "page1", "elements": [ { "type": "matrix", "name": "qualities", "title": "Please indicate if you agree or disagree with the following statements",...

@mschfh Thank you for the suggestion. I've added it to our backlog.

As far as I understand it's an experimental technology now (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/require-trusted-types-for) and diesn't supported in FIrefox and Safari. We'll be glad to discuss this question as soon as it will...