From: James E. F. <jf...@uv...> - 2004-04-19 21:17:27
|
KEVIN field wrote: > 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? No. This is not currently an option, but was/is a planned feature. In fact, the phpESP database already has a field to use for this purpose (public). It should be fairly simple for someone proficient in PHP (and SQL) to add in code to check this field when generating survey results for a non-authenticated user (i.e. the public). It might be a little bit more involved to code up an addition to the designer interface to actually set this field. I imagine most people on the phpESP-devel list are also on -general, but if there is not much response here, you could ask/prod/beg/bribe on the -devel list for someone to implement this feature. I could provide a general outline of how I was planning on implementing the feature, but cannot do the work myself at this point. -James |