- Messages : 7
- Remerciements reçus 0
- Forum
- English support forums
- Can I do this with LimeSurvey?
- How to write a 'comment' in (equation) syntax?
How to write a 'comment' in (equation) syntax?
- UnserFranz
-
Auteur du sujet
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
il y a 5 mois 9 heures #174129
par UnserFranz
COM_KUNENA_MESSAGE_CREATED_NEW
Hi everybody.
How may I write a 'comment' in the (equation) syntax (like the /* ... */ in css or <!-- ... --> in HTML)?
eg
How may I write a 'comment' in the (equation) syntax (like the /* ... */ in css or <!-- ... --> in HTML)?
eg
{/*1st case or whatever*/ if(countif("1", q1.NAOK, q2.NAOK, q3.NAOK) == 3, "value 1", ""}
Connexion ou Créer un compte pour participer à la conversation.
Réduire
Plus d'informations
- Messages : 7000
- Karma: 253
- Remerciements reçus 1349
il y a 5 mois 8 heures #174146
par holch
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
COM_KUNENA_MESSAGE_REPLIED_NEW
I am not aware of this possibility.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Connexion ou Créer un compte pour participer à la conversation.
- jelo
-
- Hors Ligne
- Platinum Lime
-
Réduire
Plus d'informations
- Messages : 3321
- Karma: 71
- Remerciements reçus 699
il y a 5 mois 7 heures - il y a 5 mois 7 heures #174147
par jelo
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
COM_KUNENA_MESSAGE_REPLIED_NEW
The ExpressionManager (will be called ExpressionScript in the future) isn't really offering it's own comment tags.
For a equation question you might not need comments inside the actual scripting.
So the typical HTML comment (which can be seen in the HTML source!) might be helpful.
For a equation question you might not need comments inside the actual scripting.
So the typical HTML comment (which can be seen in the HTML source!) might be helpful.
<!--This is a comment. Comments are not displayed in the browser-->
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Last edit: il y a 5 mois 7 heures by jelo.
Les utilisateur(s) suivant ont remercié: UnserFranz
Connexion ou Créer un compte pour participer à la conversation.
Réduire
Plus d'informations
- Messages : 7000
- Karma: 253
- Remerciements reçus 1349
il y a 5 mois 7 heures #174149
par holch
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
COM_KUNENA_MESSAGE_REPLIED_NEW
Good idea! Makes sense. Might be enough for OP, let's see.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Connexion ou Créer un compte pour participer à la conversation.
- UnserFranz
-
Auteur du sujet
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
- Messages : 7
- Remerciements reçus 0
il y a 5 mois 6 heures #174154
par UnserFranz
COM_KUNENA_MESSAGE_REPLIED_NEW
oh yeah, of course, the source ... thank you for the tip!
Connexion ou Créer un compte pour participer à la conversation.