Surveypro icon

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.
Price option: Free

Supports Moodle 4.0-5.2 See all versions
Latest release: 2 months ago
Installations: 422
Downloads (last 90 days): 377

Frankenstyle name: mod_surveypro
Activities

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi Team,
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
Hello,Daniele;
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
Ciao hakan
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.
Ciao José Gerardo
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.
Apparently it is a very good plugin, it appears with serious errors
I especially liked the ability to branch on the same page and the ability to add text fields for other options.
Unfortunately, it is not available.
To be honest, I have never tested it.
I think it is possible BUT I HAVE NEVER TESTED IT.
Try it, please, and let me know.
Thank you. I am using version 4.4.2. It was a bug that has already been fixed. Is it possible to organize anonymous surveys without logging in from the course homepage?
Ciao Hakan,
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 am having a character problem when I download the answers as a pdf.
This is a great plugin.
I think it should be included in Moodle core, as it is very useful for many Moodle sites.
Ciao Richard.
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.
This looks really interesting, but could you add some more screenshots? Especially about reporting data, because I see no examples and it is not clear to me now how collected data is being presented in reports. Thanks!