Actions

Translations

Questions - introduction/21/nl: Difference between revisions

From LimeSurvey Manual

m (FuzzyBot moved page Translations:Adding a question/21/nl to Translations:Questions - introduction/21/nl without leaving a redirect: Part of translatable page "Adding a question".)
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="php" enclose="div">Hallo {TOKEN:FIRSTNAME}. We sturen je een e-mail. Klopt het dat  {TOKEN:EMAIL} je e-mailadres is?
<syntaxhighlight lang="php">Hallo {TOKEN:FIRSTNAME}. We sturen je een e-mail. Klopt het dat  {TOKEN:EMAIL} je e-mailadres is?
Wat denk je als {TOKEN:ATTRIBUTE_1} van je  
Wat denk je als {TOKEN:ATTRIBUTE_1} van je  
<script type="text/javascript" language="Javascript">;
<script type="text/javascript" language="Javascript">;

Latest revision as of 20:37, 9 March 2022

Message definition (Questions - introduction)
<syntaxhighlight lang="php">Hello {TOKEN:FIRSTNAME}. We sent an email to you using this address {TOKEN:EMAIL}. Is this correct?
What do you as a {TOKEN:ATTRIBUTE_1} think about your
<script type="text/javascript" language="Javascript">;
   var job='{TOKEN:ATTRIBUTE_1}';
   if (job=='worker') {
     document.write ('bosses')
   } else {
     document.write('workers')
   }
</script>
?
</syntaxhighlight>
Hallo {TOKEN:FIRSTNAME}. We sturen je een e-mail. Klopt het dat  {TOKEN:EMAIL} je e-mailadres is?
Wat denk je als {TOKEN:ATTRIBUTE_1} van je 
<script type="text/javascript" language="Javascript">;
   var job='{TOKEN:ATTRIBUTE_1}';
   if (job=='werknemer') {
      document.write ('baas')
   } else {
      document.write('personeel')
   }
</script>
?