hi I'm using ZF 1.7 with MVC and I'm relatively new to it.
I would like to display likert style questionnaire views (see here for an example: www.markushausammann.ch/downloads/radios.jpg ) The texts (main question, subquestions) are stored in the db. I'm trying to write a generic script which will display such a question no matter how many rows and columns a particular question has. I'm currently struggling to get things together. Especially with the question of how to get the radio buttons into the html-table? Can I wrap them into <td> tags with decorators? But then again how will I get the other table tags in there? And how will I display the question and subquestions. If anyone can direct me to usefull posts in the archives or can give me a hint how to approach this, I will be very happy! Thank you! Markus
