Formr.org Versions Save

Chain simple surveys into longer runs to build complex studies. Use R to generate pretty feedback and complex designs.

v0.16.15

6 years ago
  • New options give you more control over when survey access expires.
  • Fixed server-side validation: information entered into forms is no longer lost.

v0.16.13

6 years ago

Bug fix release. [0.16.13] - 02.10.2017

Changed

  • See closed issues for details
  • add mc_horizontal class
  • fix some CSS bugs in new material design
  • several UI fixes

v0.16.11

6 years ago

v0.16.6

6 years ago

[0.16.6] - 02.06.2017

Added

  • Config item for phpmailer SMTPOptions
  • Quick links to runs and surveys on admin dash board

Changed

  • Fix broken sign up referrer code functionality

v0.16.0

7 years ago

v0.15.0

7 years ago

[0.15.0] - 1.12.2016

Added

  • E-mail queuing
    • Setting: $settings['email']['use_queue'] - Should queue be used or not?
    • Setting: $settings['email']['queue_loop_interval'] - Number of seconds for which deamon loop should rest before getting next batch
  • Run management interface for superadmin. In this interface the superadmin can determine which run is allowed to run in the cron and whose cron should be forked in an independent process.
  • MySQL database v21: add email queue table, run property for process forking and a sent flag to email log table.

Changed

v0.14.0

7 years ago

v0.13.0

7 years ago

[0.13.0]

Added

  • Reminders now processed as unit sessions. Researchers are able to see how many times a particular reminder has been sent to a participant.
  • Actions in "User Overview" can be performed on multiple participants at the same time:
    • Deleting Sessions
    • Moving sessions to a position in the run
    • Sending reminders
    • Setting test status
  • Users can choose to execute email units (i.e. send emails) only when user is not currently active on a study using the option in the email run unit.
  • New panic button to temporarily de-activate run in case of emergency: Functions of the panic button:
    • lock's run
    • disable's run cron
    • makes run private.
  • [major feature] Background session processing is now distributed and make asynchronous by using Gearman

Changed

  • Error reporting on survey upload improved to point out what individual item caused issues
  • Modified study examples: Experience sampling and Longitudinal studies.
  • Bug fixes:

v0.12.6

7 years ago

This release lumps some previous releases, that we didn't write up.

Done for v.0.12.0

See closed issues:

  • much more complex feedback (including JS-graphs etc.) now possible because we embed iframes
  • run/survey import/export improved
  • some UI improvements

Done for v.0.11.0

See closed issues:

  • pause module was simplified (if an hour of day is set, the pause will only expire once per day) for diaries
  • improved external module to simplify integration with e.g. SoSci Survey (how to)
  • surveys can be renamed, run unit modules description default to survey names

Done for v.0.10.0

  • let surveys and external run unit expire
  • unlinked surveys for slightly better separation of concerns
  • bunch of bug fixes
  • allow snipping unit sessions (deleting the current survey entry) in the monkey bar

v0.10.4

7 years ago