Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:create:feedback-visual [07.02.2017 14:14] – [Mehrere Werte (II)] m.andrejevicen:create:feedback-visual [04.04.2019 15:13] admin
Line 102: Line 102:
       <div style="position: absolute; top: -2px; left: 50%; width: 65px; height: 27px">       <div style="position: absolute; top: -2px; left: 50%; width: 65px; height: 27px">
         <!-- The actual Marking is going to be inserted at the above defined right place -->         <!-- The actual Marking is going to be inserted at the above defined right place -->
-        <img src="ofb://slider.button.rhomb" alt="" style="position: absolute; left: %z-value*100%%; margin-left: -8px" />+        <img src="ofb://slider.button.rhomb" alt="" style="position: absolute; left: %zValue*100%%; margin-left: -8px" />
       </div>       </div>
   </div>   </div>
Line 108: Line 108:
 </code> </code>
  
-In the HTML code there are two placeholders: ''%title%'' and ''%z-value*100%''. The second placeholder is actually called ''%z-value%''. Using ''*100'', it's value is going to be multiplied by 100 before it is inserted in the HTML code. This HTML code is therefore designed to show a z-value between -3 and +3.+In the HTML code there are two placeholders: ''%title%'' and ''%zValue*100%''. The second placeholder is actually called ''%zValue%''. Using ''*100'', it's value is going to be multiplied by 100 before it is inserted in the HTML code. This HTML code is therefore designed to show a z-value between -3 and +3.
 This can be used accordingly: This can be used accordingly:
  
Line 127: Line 127:
   text('responseSD', array(   text('responseSD', array(
     '%title%' => 'Extraversion',     '%title%' => 'Extraversion',
-    '%z-value%' => $zValue+    '%zValue%' => $zValue
   ));   ));
 } }
en/create/feedback-visual.txt · Last modified: 07.12.2023 07:01 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki