I have been trying to create a quiz for my website and I am confused. This is the code I am using but it doesn't seem to be showing up when I preview in a browser.

I have this in the head

Code:
<head> <script type="text/javascript">
var ans = new Array;
var done = new Array;
var score = 0;
ans[1] = "d";
ans[2] = "c";
ans[3] = "c";
...