Hi,

I've worked a little bit last week on this module to add a third answer for the multiple options forms.
It's now possible to answer Yes/No/Perhaps via radios buttons.

Moreover, totals rows have been duplicated to summarize each items count.
Each items are highlighted in a different color to increase readibility (this applies to one option forms too)

Please see this screenshot to illustrate my words.

Modifications are concentrated in makemeetting.css and makemeeting.module files (see attached files) :
- add multiple css classes in table to highlight answers
- update makemeeting_answers_form
- update theme_makemeeting_answers
- new _makemeeting_options internal function
I merge my updates with the last dev version from 21/05/12

I hope you will find it usefull & accept to include it soon in the 7.2 version

Comments

SebCorbin’s picture

Status: Active » Needs review
StatusFileSize
new15.01 KB

I will definitely include this as a yes/no/maybe option for the field, so we need to add another column to the field DB schema.

Here's a patch corresponding to the archive you uploaded, let's see if it passes the newly added tests. If not I'll work on this.

Thanks a lot!

Status: Needs review » Needs work

The last submitted patch, 1592086-makemeeting-add_yesnomaybe_option.patch, failed testing.

m-patate’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 1592086-makemeeting-add_yesnomaybe_option.patch, failed testing.

SebCorbin’s picture

Status: Needs work » Needs review
StatusFileSize
new11.79 KB

Re-testing

Status: Needs review » Needs work

The last submitted patch, 1592086-makemeeting-add_yesnomaybe_option-2.patch, failed testing.

SebCorbin’s picture

Status: Needs work » Fixed

Added in 7.x-2.0-beta2

m-patate’s picture

Thanks a lot Seb for having integrated this new feature !
To be consistent with the new option "Maybe" & the result tab, don't forget to rename all previous "Perhaps" labels to "Maybe" (in makemeeting.module file)
Thanks again !

SebCorbin’s picture

Committed, thanks :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.