|  HTML interesse |  | 
    
    
        
            
                
var q = new Array("opgave1", "Opgave2", "opgave3");
var a = new Array("opl1", "opl2", "opl3");
var result = q[Math.floor(Math.random()*q.length)];
var result_answer = a[Math.floor(Math.random()*q.length)];
 var q = new Array("opgave1", "Opgave2", "opgave3");var a = new Array("opl1", "opl2", "opl3"); var result = q[Math.floor(Math.random()*q.length)];var result_answer = a[Math.floor(Math.random()*q.length)];
   zo dus
 |