use acroweb_eng;

system("cat demo2.head");

# the third parameter is ignored
# the last parameter idicates that 
#   the questions are fill-in questions

print genrandom("demo2.txt",8,0,2);
system("cat demo2.tail");

