Rev 13774 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13774 | Rev 14589 | ||
---|---|---|---|
Line 333... | Line 333... | ||
333 | the extension (for example <span class="tt">.jpg</span>. The picture will be displayed when the learner clicks |
333 | the extension (for example <span class="tt">.jpg</span>. The picture will be displayed when the learner clicks |
334 | on the word you have indicated between square brackets (for example [picture]...). |
334 | on the word you have indicated between square brackets (for example [picture]...). |
335 | 335 | ||
336 | If you want the link to the picture to be part of the instructions tick <span class="tt wims_code_words">no</span> |
336 | If you want the link to the picture to be part of the instructions tick <span class="tt wims_code_words">no</span> |
337 | and write the following code where you want the link to be |
337 | and write the following code where you want the link to be |
338 | <span class="tt"> <img src="\imagedir/name_picture"></span> |
338 | <span class="tt"> <img src="\imagedir/name_picture" alt="" /></span> |
339 | Give the full name of the file together with the extension. |
339 | Give the full name of the file together with the extension. |
340 | !!#@ |
340 | !!#@ |
341 | 341 | ||
342 | !goto end |
342 | !goto end |
343 | 343 |