From: KEVIN f. <ke...@7t...> - 2004-04-19 17:23:43
|
Last week I had a question about making ESP survey results public. Which was answered. Now, my question is: Can you make survey results public, but hide certain questions from public view? Specifically, I have an 11 question survey. The first 10 questions are choose one response (radio button). The final question is an essay, or open comments question. I would like to allow the respondent, after submission to view the cummulative results for the survey, but only the first 10 questions, and hide the essay question responses from the public view. I would like the essay question to only be accessible in the administrator views. Currently I'm making responses publicly viewable using the method indicated last week by James: <snip> You can make public results by doing the following, though note that it will make all results public. Make a copy of public/survey.php and add a line like: $results = 1; above the call to handler-prefix, then use that page just like the survey.php page. It should display results instead of the survey. Also note that the same applies to custom survey templates, setting $results to one before calling handler{-prefix} will switch to results mode. </snip> Thanks for any help . Kevin |