- Posts: 12
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
<div style=" font-family: Arial, sans-serif; border: 2px solid #007BFF; border-radius: 10px; padding: 20px; background-color: #f8f9fa; color: #343a40; max-width: 600px; margin: 0 auto; "> <p>{if(UeberholenAVG>1,"Super, ","")}Sie haben <strong>{UeberholenAVG}</strong> Punkte erreicht. Das ist {if(UeberholenAVG>2,"ein Super ",if(UeberholenAVG>1,"ein tolles","kein besonders gutes"))} Ergebnis. Sie sind <strong style='color: green;'>{if(UeberholenAVG>2,"Expert",if(UeberholenAVG>1,"advanced",""))}</strong>.</p> <p>{if(UeberholenAVG>1,"Sie benötigen keine Verbesserung.","Sie sollten üben. Dies können Sie unter anderem mit diesem Buch tun: Link")}</p> <p> </p> <p>{if(Selbsteinschaetzung2 == UeberholenAVG, "Ihre Selbsteinschätzung deckt sich mit den Ergebnissen dieses Tests", if (Selbsteinschaetzung2 < UeberholenAVG, "Sie haben sich schlechter eingeschätzt, als dieser Test es aussagt", "Sie haben sich besser eingeschätzt, als der Test es gezeigt hat"))}</p> </div>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Yes you see the right text on your display, but its only one line. It should have paragraphs etc
There was a discussion about this some time ago.If you have a look at the answer table, you will see that here all styling is removed
Oh, no.Das alles mit If-Schleifen zu programmieren wäre nahezu unmöglich oder viel zu kompliziert, um das jemals nochmal bei Bedarf zu modifizieren
Please Log in to join the conversation.
Please Log in to join the conversation.