Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

how to design this type question?

  • iscar
  • iscar's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
8 years 11 months ago #119153 by iscar
how to design this type question? was created by iscar
have several suffix and even participant can select the suffix,very useful in period query.

Attachments:
The topic has been locked.
  • iscar
  • iscar's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
8 years 11 months ago #119353 by iscar
Replied by iscar on topic how to design this type question?
it seemed ls canot do this type question.
The topic has been locked.
More
8 years 11 months ago #119356 by david2013
Replied by david2013 on topic how to design this type question?
I think you would need to create short free text question type and list (drop down) on the same page. Then use jQuery and CSS to format the layout you want
The topic has been locked.
  • iscar
  • iscar's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
8 years 11 months ago #119359 by iscar
Replied by iscar on topic how to design this type question?
i always use question by question,time related question become more and more in this year.
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 11 months ago #119365 by DenisChenu
Replied by DenisChenu on topic how to design this type question?
In question by question mode,

it surely possibe to use:
- A multi numeric question type
- Inverse label an input in javascript/jquery

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • iscar
  • iscar's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
8 years 11 months ago #119369 by iscar
Replied by iscar on topic how to design this type question?
where can i find any inverse label an input in js sample or reference for this question?
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 11 months ago #119371 by DenisChenu
Replied by DenisChenu on topic how to design this type question?
No where ...

Try (quick)
Code:
<script>
$(function() {
  $("#question{QID} label").each(function(){
    $(this).insertAfter($(this).next(".input"));
  });
});
</script>

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The following user(s) said Thank You: iscar
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose