Mazi wrote:
I vote for extending this feature or overwork it.
Question: Why don't we just use a $('#question'XYZ'').hide(); instead of not generating the source code at all as it is currently done? Wouldn't this solution cover all our needs?
Just put a style="display:none" directly in HTML

.
I think it's best to have an extra item for all question:
"Extra class : "
With an {EXTRACLASS) in template.css
Then you can have
<div id="questionXXX" class="question-wrapper list-dropdown hide">
OR
<div id="questionXXX" class="question-wrapper list-dropdown tparner-workaround">
OR
<div id="questionXXX" class="question-wrapper list-dropdown important">
etc etc ...
Istarted to work with something like this for CI, but there are some old template incompatibility to resolve, and redo the work for Yii

.
Denis
PS:
Maybe, but:
If i want to fill the survey with url and don't want user can access this answer ?
If i want to fill the survey with Session ?
If i want to fill the survey with ajax ?
Just hide the answer item with css aren't good, because user can change it.
It's just what i think, maybe it's not important

.