- Posts: 10285
- Thank you received: 3649
Ask the community, share ideas, and connect with other LimeSurvey users!
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?
<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">
It's just what i think, maybe it's not importantMaybe, 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.
Great idea. Joomla has this for all content, modules, etc. and I use it all the time. You can also add multiple classes.I think it's best to have an extra item for all question:
"Extra class : "
Ho, yestpartner wrote:
Great idea. Joomla has this for all content, modules, etc. and I use it all the time. You can also add multiple classes.I think it's best to have an extra item for all question:
"Extra class : "
Idea approved.Shnoulle wrote: Oups :
ideas.limesurvey.org/ideatorrent/idea/343/
Waiting moderation
Comment added:Mazi wrote:
Idea approved.Shnoulle wrote: Oups :
ideas.limesurvey.org/ideatorrent/idea/343/
Waiting moderation
tpartner wrote: We should also look at automatically adding the question code to the question class.
<div {QUESTION_ESSENTIALS} class="question-wrapper clearfix {QUESTION_CODE}">
tpartner wrote: Great idea. Joomla has this for all content, modules, etc. and I use it all the time. You can also add multiple classes.
Hi Tony,tpartner wrote: And another:
We should also look at automatically adding the question code to the question class.