Rev 3795 | Rev 5081 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
24 | reyssat | 1 | !set proc=oef |
2 | !header |
||
3 | |||
4 | !if $wims_class=$empty |
||
5 | This module is an internal module of a virtual class. As you are not |
||
6 | connected as a member of this class, you don't have the right to access |
||
7 | it. Sorry. |
||
8 | <p><center> |
||
3968 | bpr | 9 | !href $ $wims_name_home |
24 | reyssat | 10 | </center> <p> |
11 | !exit |
||
12 | !endif |
||
13 | |||
14 | This module gathers interactive exercises for <font |
||
3795 | bpr | 15 | color="blue">$wims_classname</font> of <font |
16 | color="blue">$wims_institutionname</font>, which are created in the class. |
||
24 | reyssat | 17 | !if $wims_user=supervisor |
18 | !href module=adm/createxo Click here |
||
19 | to create another exercise. |
||
20 | !endif |
||
21 | |||
3795 | bpr | 22 | !if $wims_user=supervisor |
23 | !set wims_menu_items=!append line add_exo,1,module=adm/createxo to $wims_menu_items |
||
24 | !endif |
||
25 | |||
24 | reyssat | 26 | !read oef/intromenu.phtml |
27 | !tail |
||
28 |