use acroweb_eng;

system("cat demo1.head");

### the multichoice question with open choice (=none of the above)
print genrandom("demo1.txt",6,4,1);

### multichoice question 
print genrandom("demo1.txt",6,4,0);

system("cat demo1.tail");

