This post summarises the changes that have been implemented in version 3.1.11 of enterO.

  • Improve Competitor Event support in Event Report
  • Add generic Yes/No competitor question

Improve Competitor Event fee support in Event Report (#128)

Competitor Event fees, when enabled for an event, are now handled better in the Event Report.

Fee Summary

Previously the Fee Summary section listed Competitor Event fees after the total.

Fee summary before

Competitor Event fees are now correctly included in the Fee Summary section.

Fee summary after

Detail

Previously the Event Report detail page did not include Competitor Event fees and the total, while correct, did not match the sum of the displayed columns.

Detail before

New columns for Competitor Event fees have been added to the Event Report detail page and the total now matches the sum of the displayed columns.

Detail after

CSV Download

For events that support Competitor Event fees, new columns have been added to the Event Report CSV download file.

Add generic Yes/No competitor question (#109)

Organisers now have the ability to ask competitors a Yes/No question. This has been done by extending an existing feature that asks whether a competitor wants to volunteer to help at the event. The event can now be configured so that any question may be asked, for example

  1. Ask if competitor wants to volunteer to help
  2. Ask if competitor wants to be added to mailing list

Restrictions are:

  • There may only be one question
  • The question must require a Yes/No answer

Entry

If this feature is enabled, the user is presented with the question and a checkbox.

Entry question

Download

If this feature is enabled, a column named Question is added to the Competitor CSV download file. This column will have a value of Y if the checkbox is checked for the competitor otherwise it will be empty.

Download question