Rev 14040 | Rev 15209 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14040 | Rev 14972 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | <h2>Advanced features of OEF</h2> |
2 | <h2>Advanced features of OEF</h2> |
3 | 3 | ||
4 | <h3>Hiding image names</h3> |
4 | <h3>Hiding image names</h3> |
5 | If your exercise requires recognition of a randomly picked picture, the file |
5 | If your exercise requires recognition of a randomly picked picture, the file |
6 | name of the picture might give clue to the exercise. In order to hide this |
6 | name of the picture might give clue to the exercise. In order to hide this |
7 | file name, you can write |
7 | file name, you can write in parts |
- | 8 | <span class="tt wims_code_variable">statement</span>, |
|
- | 9 | <span class="tt wims_code_variable">feedback</span>, etc |
|
8 | 10 | ||
9 | <pre>\img{\imagedir/picture.jpg alt="picture"}</pre> |
11 | <pre>\img{\imagedir/picture.jpg alt="picture"}</pre> |
10 | 12 | ||
11 | Then on the browser, the student will see |
13 | Then on the browser, the student will see |
12 | 14 |