use acroweb_eng;


# we print the head
system("cat template.head");

# paramaters
# ----------
# 1: filename
# 2: the number of quetions
# 3: the number of incorrect answers
# 4: flag: 0=keep answers  1=change the last into "another answer"

#print genrandom("template.txt",4,4,0);
print genrandom("template.txt",4,4,1);

# we finish the file
system("cat template.tail");


