Opinio

Plugin Central

Extend Opinio with optional plugin modules — both commercial and free. Plugins integrate directly into the Opinio interface and feel like built-in features.

Want to build your own? Read the plugin author guide →

Commercial Plugins

Send Survey Response

Admin module

Sends completed survey responses by email as soon as they are submitted. Supports multiple recipients per survey, letting different teams receive notifications for different surveys.

LDAP User Authentication

Opinio security

Authenticates Opinio admin users (authors) against an LDAP directory. Users log in with their existing directory credentials — access is granted when the username and password match an entry in LDAP and the user exists in Opinio.

Survey LDAP Authentication

Survey security

Authenticates survey respondents against an LDAP directory before allowing access to a survey. Respondents are prompted for their directory credentials — only users found in LDAP are granted entry.

Quiz Plugin

Survey module

Turns a survey into a scored quiz. When a respondent completes the survey, the plugin calculates a score based on the number of correct answers. Administrators can configure question weights, score ranges, and designate a response as the answer key.

Read more →
From USD $750 Contact to purchase

Free Plugins

Free Text Validator

Survey module

Validates the length of free-text responses. Integrates directly into the question-design screen and looks like a native Opinio feature.

Download .zip

Free Text Required Validator

Survey module

Checks that open-ended questions have been answered before the respondent can proceed. Displays a configurable message prompting them to fill in the field.

Download .zip

Matrix Sum Validator

Survey module

Sums numeric values entered across all cells in a matrix question and validates the total against configurable limits. Supports both integer and decimal cell types.

Download .zip

Max Percentage Validator

Survey module

Counts the integer values across all matrix cells and fails validation if the sum exceeds a configured maximum. Useful for percentage-based allocation questions that must not exceed 100.

Download .zip

Execute Select

Admin module

Adds an admin panel where you can run arbitrary SQL SELECT statements against the Opinio database. The plugin remembers the last statement between sessions, making it convenient for repeated diagnostic queries.

Download .zip

Build your own plugin

Opinio's plugin API lets you hook into question design, survey rendering, validation, and administration screens. Plugins ship as standard Java JARs and install without restarting the server.

Plugin Author Guide