Surveypro
Maintained by
Daniele Cordella
This module comes from the need to perform a very closely validated data collection to gather customized data. It allows the creation of custom survey assembling fields and format elements.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Not a major issue, but it will appear in the report at:
report/performance/index.php?detail=core_dbschema when upgrading the plugin from version 4.3 to 4.5
This file is missing the position field:
https://github.com/kordan/moodle-mod_surveypro/blob/MOODLE_403_STABLE/db/install.xml
This file includes the position field:
https://github.com/kordan/moodle-mod_surveypro/blob/MOODLE_405_STABLE/db/install.xml
The position field was added in the codebase here:
https://github.com/kordan/moodle-mod_surveypro/blob/MOODLE_405_STABLE/db/upgrade.php
// 3) Define field position to be added to surveypro_item.
$field = new xmldb_field('position', XMLDB_TYPE_INTEGER, '4', null, null, null, '0', 'contentformat');
However, this conflicts with existing definition:
FIELD NAME="position" TYPE="int" LENGTH="4" NOTNULL="true" DEFAULT="0" SEQUENCE="false"
Regards
Enjoy the solution in https://github.com/kordan/moodle-mod_surveypro/issues/976#issuecomment-2627314950
Thanks, I've been eyeing this survey plugin and it's great.
Recently,I translated the Chinese language of surveypro and put it in the zh_cn directory in the language of the plugin. then, encountered a small stumbling block when shift to the Chinese version moodle 4.5, the address of the link presented in the questionnaire view page is duplicated(such as "https://xxx.xxx.com/mod/surveypro/“https://www.xxx.xxx.com/mod/surveypro/report/attachments/view.php?s=2"), but it is normal in the English version..........
how can I do?
thank you
surveypro is available up to moodle 4.5. The banch MOODLE_405_STABLE is compliant with php8.2 and works fine with moodle 4.5.
I am working to patch master branch in order to arrive to a version I can label with MOODLE_405_STABLE but, at the moment, I already made it available for people, like, me, that can not wait for the step by step grow of master branch up to MOODLE_405_STABLE.
which serious error are talking about.
For sure nothing is error free but if you file a bug in https://github.com/kordan/moodle-mod_surveypro/issues maybe we can discuss about it.
I think it is possible BUT I HAVE NEVER TESTED IT.
Try it, please, and let me know.
please add some detail to your comment otherwise it is impossible, for me, to help you.
Which version you are you using?
Which kind of problem are you facing?
I found some issues saving to PDF recently and I fixed it. Maybe we are dialing about the same issue.
Try downloading branch php8.2 from github and installing it in a moodle test instance. Maybe your problem has already been fixed in the last release.
I think it should be included in Moodle core, as it is very useful for many Moodle sites.
Reports were added only because this plugin without reports was ridicolous but they are not the best tool to get fetched data.
My idea was that "whatever report I develop, there will always be someone who will find a way to criticize it" so... report are quite nothing.
To get collected data surveypro foresees the export tool giving the user the opportunity to get data in csv, ods or excel.