Subversion Repositories wimsdev

Rev

Rev 14040 | Rev 15107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14040 Rev 14972
Line 1... Line 1...
1
<h2>Advanced features of OEF</h2>
1
<h2>Advanced features of OEF</h2>
2
 
2
 
3
<h3>Hiding image names</h3>
3
<h3>Hiding image names</h3>
4
If your exercise requires recognition of a randomly picked picture, the file
4
If your exercise requires recognition of a randomly picked picture, the file
5
name of the picture might give clue to the exercise. In order to hide this
5
name of the picture might give clue to the exercise. In order to hide this
6
file name, you can write
6
file name, you can write in parts
-
 
7
<span class="tt wims_code_variable">statement</span>,
-
 
8
<span class="tt wims_code_variable">feedback</span>, etc
7
 
9
 
8
<pre>\img{\imagedir/picture.jpg alt="picture"}</pre>
10
<pre>\img{\imagedir/picture.jpg alt="picture"}</pre>
9
 
11
 
10
Then on the browser, the student will see
12
Then on the browser, the student will see
11
 
13