We are using PloneFormGen in Plone 4.3.2 When a Likert field is submitted, it only submits the question number with the answer. It does not submit the question.
Here's an example:
If the columns are:
Strongly disagree Disagree Neither agree nor disagree Agree Strongly agree
and the first question is
1.I use assessment everyday in class to monitor students learning.
the submitted answer will be something like
1: Disagree
if the submitter selected Disagree. What we need is something like
1.I use assessment everyday in class to monitor students learning. -Disagree
Or some other format that includes the question.
Thanks, Joe