Subversion Repositories wimsdev

Rev

Rev 5081 | Rev 6650 | 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.
5843 bpr 8
  <p class="wimscenter">
3968 bpr 9
 !href $ $wims_name_home
5843 bpr 10
 </p>
24 reyssat 11
 !exit
12
!endif
13
 
5081 bpr 14
This module gathers interactive exercises for <span class="wims_classdesc">$wims_classname</span>
15
of <span class="wims_institutiondesc">$wims_institutionname</span>, which are created in the class.
24 reyssat 16
!if $wims_user=supervisor
17
 !href module=adm/createxo Click here
18
 to create another exercise.
19
!endif
20
 
3795 bpr 21
 
24 reyssat 22
!read oef/intromenu.phtml
23
!tail
24