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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1592086-makemeeting-add_yesnomaybe_option-2.patch | 11.79 KB | SebCorbin |
| #1 | 1592086-makemeeting-add_yesnomaybe_option.patch | 15.01 KB | SebCorbin |
| makemeeting.zip | 27.25 KB | m-patate |
Comments
Comment #1
SebCorbin commentedI 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!
Comment #3
m-patate commented#1: 1592086-makemeeting-add_yesnomaybe_option.patch queued for re-testing.
Comment #5
SebCorbin commentedRe-testing
Comment #7
SebCorbin commentedAdded in 7.x-2.0-beta2
Comment #8
m-patate commentedThanks 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 !
Comment #9
SebCorbin commentedCommitted, thanks :)