Quote:
Originally Posted by Spinball
Interesting, thanks. I ask for a specific reason. We need to implement a survey to accompany a thread about a specific product. We need to display the survey results in that thread. When people take the survey they are first asked whether they own the product. If they do, then they take the next step which is 5 questions on what they think about the product, each a rating 1 to 5. Simple enough. The results of the ratings need to be displayed in the format of average scores (total scores divided by the number of responders) and a graphic score bar (as per your demo) for each question.
There are several products, each with their own thread and survey. All the surveys are roughly the same.
Can we do this - or will we soon - with this mod?
Thanks
|
I am hoping to accomplish something along those lines, not sure I can give you a time frame for this but it has always been something that I wanted vBsurvey to do, so its up there on the list.
Quote:
Originally Posted by Pottsy
Spikeman,
Thanks for a great mod - using the version for 3.6 on vb 3.7.2 with vbseo.
On the text results page, the next and previous buttons don't work - they give a 406 error. There were some random characters in the URL if, when removed, caused it to work. I changed results_text.tpl from:
PHP Code:
{section name="prev" loop=1 show=$button.previous}
<input type="submit" name="prev" value="<< Previous Page">
{/section}
{section name="next" loop=1 show=$button.next}
<input type="submit" name="next" value="Next Page >>">
{/section}
to
PHP Code:
{section name="prev" loop=1 show=$button.previous}
<input type="submit" name="prev" value="Previous Page">
{/section}
{section name="next" loop=1 show=$button.next}
<input type="submit" name="next" value="Next Page">
{/section}
And this seems to have fixed it.
|
Corrected in next version
Quote:
Originally Posted by socalsoccer
I get this error when trying to view the answers in edit mode The requested URL /forum/display_answers.php was not found on this server.
I noticed you admin directory you have for upload is empty. Could you please post the correct admin directory for upload.
thanks
|
display_answers.php is not a file within vBsurvey, this was reported earlier and i am trying to get that fixed...
The admin directory, is empty it was originally in there for structure and I forgot to remove it, it will be used when I add the new features.
Quote:
Originally Posted by andreamarucci
There's a problem with accented characters. If I insert a question using accented chars and save the question, all the question's text disappear. If I type, for example, perch? when I save the question, this text disappear, but if I type perche' everything works fine.
How can I fix this?
|
I will take a look into this, and get back to you.