by Lovegin John
First uploaded 199 days ago
0
Recommendations
Summary:
advanced survey plugin for elgg
Full description:
Survey Plugin
(Edit your project's description!)
Cubet Technologies continue to contribute to the elgg community. We have developed another plugin for elgg, the elgg survey plugin. Theis plugin has the below features.
1 - This plug-in lets administrator to create and manage new surveys
2 - Survey list is available for both users and administrator
3 - Each user can attend surveys.
4 - Users are restricted to attend the survey once.
5 - Administrator will get users list with graphs, who all are completed the surveys,
And many other advanced features. Please email me at lovegin at cubettech dot com if you have any questions.
Please feel free to donate if you find it useful.
Regards,
Lovegin John
http://elgg.in - Professional elgg services
Hello,
We can do what ever we need, as it allows us to ask a set of questions to the user. But it does not provide us to fetch questions in random.
Regards,
Lovegin
http:/
Lovegin John 198 days ago
Thanks! Works well.
@Tomas-Looks like it would be perfect for a personality quiz. The answers list as Strongly agree, agree, etc.
aj2479 198 days ago
Is there a way to delete a survey?
secret 198 days ago
Hi
Great Mod
I also could do with a delete option.
Also, is there an explanation of the 'fiscal / right' etc means?
Thanks
Craig Roberts 198 days ago
Looks good, will keep an eye on this and watch out for when you have more options like deletion and when group admins can add surveys to their groups.
Looks nice though.
Sim2K 198 days ago
Hey there, I'm using elgg 1.5 and it's dumping a bunch of code in the canvas area.
Any help is greatly appreciated.
elgg_noob 190 days ago
ok, are there installation instructions or anything? I'm pretty sure I'm doing something wrong.
so. i'm running elgg 1.6.1; I unzipped the downloaded module and dragged it into the "mod" dir in my elgg install. Then, I enabled the survey in my administration page. That should be it, yes?
It's not...as soon as I enable this module, I get a boatload of garbled code spit out in the header (before the elgg skin begins). This displays for administrators, authenticated users, and unauthenticated users, no matter what the page is. Here is the mess of output:
pluginspath . "survey/languages/"); extend_view('css','survey/css'); if(get_context() == 'admin' && isadminloggedin()) { add_submenu_item(elgg_echo('survey:access'),$CONFIG->wwwroot.'pg/survey', '3formactions'); add_submenu_item(elgg_echo('survey:complete'),$CONFIG->wwwroot.'pg/survey/surveycomp', '3formactions'); }else{ // Set up menu for logged in users if (isloggedin()) { add_menu(elgg_echo('survey'), $CONFIG->wwwroot . "mod/survey/survey.php",''); } } register_page_handler('survey','survey_page_handler'); register_action("survey/adddata",false, $CONFIG->pluginspath . "survey/actions/survey_add.php"); register_action("survey/surveyadd",false, $CONFIG->pluginspath . "survey/actions/surveyadd.php"); register_action("survey/questionadd",false, $CONFIG->pluginspath . "survey/actions/questionadd.php"); register_action("survey/survey_save",false, $CONFIG->pluginspath . "survey/actions/survey_save.php"); register_action("survey/surveyedit",false, $CONFIG->pluginspath . "survey/actions/survey_edit.php"); } function survey_page_handler($page){ global $CONFIG; if(!empty($page[0]) && $page[0] == "questdet"){ include($CONFIG->pluginspath . "survey/question.php"); } elseif(!empty($page[0]) && $page[0] == "surveydet"){ include($CONFIG->pluginspath . "survey/survey_details.php"); } elseif(!empty($page[0]) && $page[0] == "surveycomp"){ include($CONFIG->pluginspath . "survey/survey_complete.php"); } elseif(!empty($page[0]) && $page[0] == "surveyuser"){ include($CONFIG->pluginspath . "survey/survey_user.php"); } elseif(!empty($page[0]) && $page[0] == "surveyview"){ include($CONFIG->pluginspath . "survey/survey_view.php"); } elseif(!empty($page[0]) && $page[0] == "edit"){ include($CONFIG->pluginspath . "survey/edit.php"); }elseif(!empty($page[0]) && $page[0] == "survey_edit"){ include($CONFIG->pluginspath . "survey/survey_edit.php"); }elseif(!empty($page[0]) && $page[0] == "thanks_page"){ include($CONFIG->pluginspath . "survey/thanks_page.php"); } else { @include(dirname(__FILE__) ."/index.php"); } } register_elgg_event_handler('init','system','survey_init'); ?>
benahlquist 173 days ago
ahhh...maybe we're just not supporting elgg v1.6.1 quite yet =)
benahlquist 173 days ago
Cool plugin, but could do with the 'delete' option myself. Has anyone managed to modify this plugin yet to facilitate this.
mick bullock 155 days ago
Will this be updated to 1.6.1?
Anna Bitanga 80 days ago

Tomas
Profile
Friends
Friends of
Pages
Plugins
Could this do something like personality quizzes
Tomas 199 days ago