Dear Community,
I'm trying to design a survey on Odoo, I've encountred this kind of problems :
- Pb 1 :
On matrix question type you can only have one answer type, it means you can only have only a radio button (only one answer per matrix row), or checkbox (multiple answer per matrix row).
This problem exist because I want to deploy such a table structure :
Questions | Answer1 | Answer 2 | Comments |
It's not possible to add a comment column at the end of every row, while it was possible to do so on openerp 7.
- Pb 2 :
While defining a question name, it's not possible to format it, for example I want to format a question like that :
Question blablabla
- element 1
-element 2
While the question is formatted like that :
Question blablabla - element 1 -element 2
It doesn't any return to the line. it goes only straight forward.
- Pb 3 :
It's not possible to add multiple comments at the end of the question. For example at the tend of one y questions I want to make :
Comment 1 :
Comment 2 :
While I've only the possiblity to do :
Comment 1 :
Is there a solution to these limitations ? Maybe I don't know about some survey modules extension.
Thank you for your reliable answers