summaryrefslogtreecommitdiff
path: root/support/acroweb/acroweb/demo1.pl
blob: a707a4c95a5ffbe66de7dd623d061cfe79417f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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");