Subversion Repositories wimsdev

Rev

Rev 16069 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7588 obado 1
!!supervisorscore.proc
2
!! Adds supervisor score links in wims_rm_0 for navigation menus
7584 obado 3
 
13049 bpr 4
!if ($wims_supertype<4 and $wims_typename=class) or \
5
    ($wims_supertype=4 and $wims_typename iswordof course program)
6
  !if ($wims_supertype<4 and $wims_typename=class) or \
7
      ($wims_supertype=4 and $wims_typename iswordof course)
12652 bpr 8
    !set wims_rm_0 = $wims_rm_0\
8994 guerimand 9
Score1,1,module=adm/class/userscore
7584 obado 10
  !endif
16069 guerimand 11
  !readproc linkmodule/livret.proc
15267 guerimand 12
  !if $wims_allowlink_livret=yes
13
    !set wims_rm_0 = $wims_rm_0\
7584 obado 14
livret,1,module=adm/class/livret
15267 guerimand 15
  !endif
7584 obado 16
!endif
13049 bpr 17
!if ($wims_supertype<4 and $wims_typename=class) or\
18
    ($wims_supertype=4 and $wims_typename iswordof course)
12652 bpr 19
  !set wims_rm_0 =$wims_rm_0\
17071 guerimand 20
activity,1,module=adm/class/activity\
21
swork,1,module=adm/class/swork
9356 bpr 22
!endif