Skip to content

cdorin93/limesurvey_sendadminnotifications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LimeSurvey SendAdminNotifications plugin

This is a LimeSurvey plugin to send / re-send Basic and Detailed Admin notifications

The plugin uses calls the existing LimeSurvey functions to trigger the Basic and Detailed admin notifications

Once enabled, this plugin

  • Injects the sendnotifications.js script on the following pages:
    • Responses -> Browse
    • Responses -> View (a single survey response)
    • Tokens -> Browse

The plugin injects a button that allows you to trigger / re-trigger the Basic and Detailed Admin notification e-mails

The plugin subscribes to the:

  • newDirectRequest
  • beforeControllerAction

newDirectRequest is used to do the actual mailing beforeControllerAction is used to inject the JS script as well as update some global JS variables that are used to more easily identify what screen we're on

Screens

Responses and Statistics

Responses and Statistics Screenshot


Survey Participants

Survey Participants


View Response

View Response


This was developed originally in LimeSurvey 2.06+ and re-developed for 3.22

About

LimeSurvey Send Admin Notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.3%
  • JavaScript 21.7%