Monthly Archives: October 2025

Version 25.10

New Features

Create histograms of text values including in calculate questions

When creating a histogram graph in the Analysis module you can select a text, calculate or server calculate question to display the frequency analysis. These can also not be used as “group” questions.

A select question grouped by a calculate question

In the example above the age category is calculed from an integer age using:

if(${age} < 18, 'youth', if(${age} < 60, 'adult', 'elder'))

In the analysis module I then created a graph that showed the sex grouped by the calculated age category.

Added a bundle access report

This is an administration report that can be found on the survey management page under the menu “Local Reports”. It will show survey name, project name, survey type and which users can access the survey for each survey in a bundle.

Example bundle access report

Other

  • Support has been added for the “no-collapse” appearance in the online editor. This appearance can be used to prevent groups from being collapsed to hide questions in WebForms.