Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:create:questions:random [26.11.2016 14:52] adminen:create:questions:random [28.07.2019 12:39] – [Application] urbanalgae
Line 56: Line 56:
 } }
 </code> </code>
 +
 +
 +//in case your image width does not display properly, you can include this coding for width for the html code:
 +
 +html(' 
 +      <img src="'.$img.'" alt="" width="100%" />
 +    </div>
 +  ');
  
  
Line 72: Line 80:
   // Array, that saves an image for every group   // Array, that saves an image for every group
   $bilder = array(   $bilder = array(
-    1 => stimulusA2.jpg +    1 => 'stimulusA2.jpg', 
-    2 = stimulusB2.jpg +    2 => 'stimulusB2.jpg', 
-    3 = stimulusC2.jpg+    3 => 'stimulusC2.jpg'
   );   );
   // With the square brackets an element from the array is read   // With the square brackets an element from the array is read
en/create/questions/random.txt · Last modified: 07.12.2023 07:03 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