From: Jim B. <jp...@si...> - 2009-07-11 20:56:19
|
Hello All, I took some time to code up a new feature I'm describing as Rate Labels. Currently, ratings are just numeric values (1,2,3,4,etc). I've managed to apply a label to each button for each rate response as shown in this test survey: http://surveys.bsdcertification.org/phpESP/public/survey.php?name=BBBB If there is interest, I can write up how I did it. Basically, I added a new table (phpesp_question_choice_ranklabels) and coded up a new layout in admin/include/function/question_render.inc. Unfortunately, I was not able to figure out how to add a new table in the 2.1.2 codebase. I got lost in the XML interface. However, I was able to add it with native MySQL commands. So, I don't have diffs for everything at the moment. If someone can help with that, it would be most appreciated. Best Regards, Jim B. |