tsv2013

Results 224 comments of tsv2013

Thank you for the suggestion. We'll keep it in mind.

It's easy to get full survey results (name, displayName, value, displayValue, data) programmatically: `survey.getPlainData();` How to show flat survey in read only mode is demonstrated here - https://surveyjs.io/Examples/Library/?id=survey-displaymode&platform=jQuery&theme=default You can...

Thank you, @flowt-au . I see now. I've marked this issue as an enchancement. This enchancement of the surveyjs-wordpress plugin (and surveyjs.io service site as well) makes sence. We'll definitely...

First of all - how we can reproduce it? And what scripts do you expect to be loaded?

Looking at this long list I see the only SurveyJS script - "survey.jquery.min.js". Other scripts are neither related by SurveyJS library (excluding jQuery script) nor mentioned in SurveyJS wordpress plugin...

I'd like to say that the loaded scripts are not mentioned in the plugin code. I've checked these issue and both of them have no answers. In case of any...

If you are using the source code of SurveyJS Plugin in your Wordpress instance, could you try these approoaches on your side?

@Chatzimina I've transefrred the issue into the corresponding repository.

I think you can set corresponding data directly into the first question of a survey somethere in the `initSurvey` function, most likely here https://github.com/surveyjs/surveyjs-wordpress/blob/master/initializer.php#L171 by the following code: ```JS var...