summaryrefslogtreecommitdiff
path: root/support/acroweb/acroweb/demo.html
blob: cfc46c4b9715fbf99a0f3f3e80067d40cda229e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>




  
  
  
  <meta content="text/html; charset=ISO-8859-2" http-equiv="content-type">



  
  
  
  <title>demo page for acroweb site</title>
</head>


<body>




This page contains demo files distributed with the acroweb bundle.<br>




<br>




<table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2">




  <tbody>




    <tr>




      <td style="font-weight: bold;">The name of the file</td>




      <td style="font-weight: bold;">build PDF now</td>

      <td style="font-weight: bold;">data file</td>




      <td style="font-weight: bold;">example of tex file</td>




    </tr>




    <tr>




      <td>Demo1 - multichoice questions</td>




      <td><a href="demo1.php">build and view</a></td>




      <td><a href="demo1.txt">view</a></td>




      <td><a href="demo1.tex">view</a></td>




    </tr>




    <tr>




      <td>Demo2 - fill-in questions</td>




      <td><a href="demo2.php">build and view</a></td>




      <td><a href="demo2.txt">view</a></td>




      <td><a href="demo2.tex">view</a></td>




    </tr>




    <tr>




      <td>Template - template for multichoice questions</td>




      <td><a href="template.php">build and view</a></td>




      <td><a href="template.txt">view</a></td>




      <td><a href="template.tex">view</a></td>




    </tr>


    <tr>


      <td>Template2 - problems are taken from two files</td>


      <td><a href="template2.php">build and view</a></td>


      <td><a href="template.txt">file1</a>&nbsp;<a href="template2.txt">file2</a></td>


      <td><a href="template2.tex">view</a></td>


    </tr>




  
  
  
  </tbody>
</table>




<br>




The second column of the table is associated with php script and
compiles your unique set of problems.<br>




The third column is a database of problems used to compile your test.<br>




The last column is an example of tex file which is produced and
compiled via pdfLaTeX.<br>




<br>




The real tests (Czech only) are available on <a href="http://www.mendelu.cz/user/marik/acroweb">my site</a>, the online version of this demo page is <a href="http://www.mendelu.cz/user/marik/acroweb/demo.html">also available</a>.<br>




The sources will be available on <a href="http://www.ctan.org">CTAN</a> soon.<br>




<div style="text-align: right;"><span style="font-style: italic;"><a href="http://www.mendelu.cz/user/marik">Robert Maø&iacute;k</a>, dpt. of
Mathematics, Mendel University in Brno</span><br>




</div>




</body>
</html>