Info

Category: uncategorized
Licence: GNU General Public License (GPL) version 3
Updated: 231 days ago
Downloaded: 1310

Releases

Latest:

Previous releases:
None
More projects by Lovegin John:

0

Recommendations

Summary:

advanced survey plugin for elgg

Full description:

Survey Plugin

(Edit your project's description!)

Release notes:

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

Could this do something like personality quizzes

Tomas 366 days ago

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://elgg.in

Lovegin John 366 days ago

Thanks! Works well.

@Tomas-Looks like it would be perfect for a personality quiz.  The answers list as Strongly agree, agree, etc.

AJ 366 days ago

Is there a way to delete a survey?

yoram 366 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 366 days ago

Ditto to the last two comments.

jimbob 365 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 365 days ago

Do you have any screen shots?

 

benkadel 363 days ago

Does this work on 1.6.1 ?

elgg_noob 359 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 358 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 341 days ago

ahhh...maybe we're just not supporting elgg v1.6.1 quite yet =)

benahlquist 341 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 322 days ago

Will this be updated to 1.6.1?

abandoned 248 days ago

So this can't be used in 1.6.1 and 1.7?

n_l1 156 days ago

I just installed this on a fresh install of 1.6.1 and it works fine.

Chad Albert 148 days ago

I'm using 1.7.1 and just starting to look at this plugin.  So far:

Edit this file mod/survey/views/default/survey_view/list.php by inserting before the two lines containing "</form>" this: <?php echo elgg_view('input/securitytoken'); ?>

Dan 122 days ago

I tried it with a fresh install of 1.6.1 as well and got the same error like benahlquist.

n_l1 121 days ago

I am running the survey in v 1.7.1 as admin. After I clicked survey from tools, I only saw following and nothing else:

Survey Questions

Surveys are Listed Here

Where can I create a survey? Do I miss any setup? Please let me know. Thanks.

 

hakeem777 119 days ago

  • Does this have a delete option?
  • Can i download all the data in some kind of CSV format to load in a spreadsheet?
  • How can the survey data be taken away for analysis?
  • Is it setup so a user can only do a survey once?
  • Can a survey be grouped under different categories?
  • is there a message option to automaticaly message all site users about new surveys?

 

Sim2K 111 days ago