Quiz on Drawing

This is a quiz from the information you have read on the previous page. Good luck!



This is where Answer A will go


This is where Answer B will go


This is where Answer C will go


This is where Answer D will go






if (randIdx = 1) { document.getElementById("answer1").innerHTML = "Test 1"; else if (randIdx = 2) { document.getElementById("answer1").innerHTML = "Test 2"; else if (randIdx = 3) { document.getElementById("answer1").innerHTML = "Test 3"; else if (randIdx = 4) { document.getElementById("answer1").innerHTML = "Test 4"; else if (randIdx = 5) { document.getElementById("answer1").innerHTML = "Test 5"; }