Welcome to the LimeSurvey Community Forum

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

Liste mit Kommentar

  • borste
  • borste's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 11 months ago #143605 by borste
Liste mit Kommentar was created by borste
Hallo,

gibt es eine Möglichkeit, bei Liste mit Kommentar die Darstellung in Spalten zu realisieren?

Danke

borste

Version 2.52+160920
The topic has been locked.
More
7 years 11 months ago #143903 by urbana
Replied by urbana on topic Liste mit Kommentar
Nein das geht nicht von haus aus aber du könntest es mit JS stylen:
Code:
$(document).ready(function(){
  var questionid = 6252; //put here your question id
  $("#question"+questionid).find(".radio").css("float","left").css("margin-right","20px");
  $("#question"+questionid).find(".comment").css("clear","both");
});
The following user(s) said Thank You: borste
The topic has been locked.
  • borste
  • borste's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 11 months ago #143914 by borste
Replied by borste on topic Liste mit Kommentar
Danke, die Hälfte des Vorhabens ist
Gibt es nun noch einen Weg,
- die Aufforderung zur Kommentareingabe umzubenennen?
- das Kommentarfeld rechts die Aufforderung zu setzen?

borste
The topic has been locked.
More
7 years 11 months ago #143918 by urbana
Replied by urbana on topic Liste mit Kommentar
Hier ein ergänzter Code:
Code:
<script>
$(document).ready(function(){
  var questionid = 6252; //put here your question id
    var surveyid = 342642; //put here your survey id
     var groupid = 205; //put here your group id
    var new_text = "Bitte um ein Kommentar" // put here your text for the comment field
  $("#question"+questionid).find(".radio").css("float","left").css("margin-right","20px");
  $("#question"+questionid).find(".comment").css("clear","both");
    $("#answer"+surveyid+"X"+groupid+"X"+questionid+"comment").css("width","50%").prev().text(new_text).css("float","left").css("margin-right","20px");
 
});
</script>
The following user(s) said Thank You: borste
The topic has been locked.
Moderators: holchJoffmtpartner

Lime-years ahead

Online-surveys for every purse and purpose