Rev 1667 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1667 | Rev 1882 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | !set email=!trim $email |
- | |
2 | !set author=!trim $author |
- | |
3 | - | ||
4 | !set embedabble_height= 600 |
- | |
5 | !set embedabble_width= 100% |
- | |
6 | - | ||
7 | - | ||
8 | U werkt aan deze interactieve oefening van het type <a href="$wims_ref_name?module=help/teacher/faq.fr&job=oef" target="_blank"><abbr lang="EN" title="Online Exercise Format">OEF</abbr></a>.<br> |
- | |
9 | <br> |
- | |
10 | <center> |
- | |
11 | <table style="width:615px;background-color:$module_about_bgcolor"> |
- | |
12 | <caption> |
- | |
13 | Informatie over deze oefening : |
- | |
14 | </caption> |
- | |
15 | <tbody> |
- | |
16 | - | ||
17 | !if $author!=$empty |
- | |
18 | <tr class="odd"> |
- | |
19 | <th>Schrijver van $wims_name_this_exercice</th> |
- | |
20 | <td> |
- | |
21 | !if $email!=$empty |
- | |
22 | !mailurl $email $author |
- | |
23 | . |
- | |
24 | !else |
- | |
25 | $author. |
- | |
26 | !endif |
- | |
27 | </td> |
- | |
28 | </tr> |
- | |
29 | !endif |
- | |
30 | <tr class="even"> |
- | |
31 | <th>$name_Solution / $name_Hint</th> |
- | |
32 | <td> |
- | |
33 | !if $solution!=$empty and $hint!=$empty |
- | |
34 | Deze oefening bevat een uitgewerkte oplossing en een tip. |
- | |
35 | !endif |
- | |
36 | !if $solution!=$empty and $hint=$empty |
- | |
37 | Deze oefening bevat een uitgewerkte oplossing maar geen tip. |
- | |
38 | !endif |
- | |
39 | !if $solution=$empty and $hint!=$empty |
- | |
40 | Deze oefening bevat een tip maar geen uitgewerkte oplossing. |
- | |
41 | !endif |
- | |
42 | !if $solution$hint=$empty |
- | |
43 | Deze oefening bevat geen uitgewerkte oplossing en geen tip. |
- | |
44 | !endif |
- | |
45 | </td> |
- | |
46 | <tr class="odd"> |
- | |
47 | <th>$wims_name_permalink<br><small>($wims_name_Link_for_bookmark)</small></th> |
- | |
48 | <td><ul> |
- | |
49 | <li>Link naar $wims_name_this_exercice : |
- | |
50 | !set exolink=$wims_ref_name?module=$module&cmd=new&exo=$thisexo |
- | |
51 | <a href="$exolink">$exolink</a> |
- | |
52 | </li> |
- | |
53 | !if $module_init_parm!=$empty |
- | |
54 | <li>Link naar $wims_name_this_config : |
- | |
55 | !set configlink=$wims_ref_name?module=$module&cmd=new&$module_init_parm |
- | |
56 | <a href="$configlink">$configlink</a> |
- | |
57 | </li> |
- | |
58 | !endif |
- | |
59 | </ul></td> |
- | |
60 | </tr> |
- | |
61 | <tr class="even"> |
- | |
62 | <th>$wims_name_embeddable :<small> ($wims_name_copy_and_paste $wims_name_the_code $wims_name_on_your_site)</small></th> |
- | |
63 | <td><ul> |
- | |
64 | <li> |
- | |
65 | !set exolink=$wims_ref_name?module=$module&cmd=new&exo=$thisexo |
- | |
66 |
|
1 | !changeto oef/about.phtml |
67 | </li> |
- | |
68 | <li> |
- | |
69 | !if $module_init_parm!=$empty |
- | |
70 | !set exolink=$wims_ref_name?module=$module&cmd=new&$module_init_parm |
- | |
71 | !else |
- | |
72 | !set exolink=$wims_ref_name?module=$module&cmd=new |
- | |
73 | !endif |
- | |
74 | - | ||
75 | $wims_name_display <strong>$wims_name_this_config</strong> $wims_name_on_your_site : <textarea style="vertical-align:middle" rows="3" cols="50" readonly="readonly"><iframe src="$configlink&embededwindow=true" width="$embedabble_width" height="$embedabble_height"></iframe></textarea> |
- | |
76 | - | ||
77 | </li> |
- | |
78 | </ul></td> |
- | |
79 | </tr> |
- | |
80 | </tbody> |
- | |
81 | - | ||
82 | </table> |
- | |
83 | </center> |
- | |
84 | <p> Deze oefening is afkomstig uit een collectie oefeningen (module), met de volgende informatie: |
- | |
85 | <hr> |
- | |
86 | </p> |
- | |
87 | <p> $module_about </p> |
- | |
88 | Het copyright van deze oefening is in handen van de genoemde schrijvers. |
- | |
89 | - | ||
90 | !changeto NEWS.phtml |
- |