Rev 16496 | Rev 17180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16496 | Rev 16701 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | w_module\ |
31 | w_module\ |
32 | w_wims_seed\ |
32 | w_wims_seed\ |
33 | w_deffile\ |
33 | w_deffile\ |
34 | w_worksheet\ |
34 | w_worksheet\ |
35 | w_wims_exo in wimshome/sessions/$parent/var |
35 | w_wims_exo in wimshome/sessions/$parent/var |
- | 36 | !if $(dt1[3;])=adm/class/exam |
|
- | 37 | !! detect supervisor call sendbug from an exercice in an exam |
|
- | 38 | parent=$(parent)_new |
|
- | 39 | dt1=!getdef w_author\ |
|
- | 40 | w_email\ |
|
- | 41 | w_module\ |
|
- | 42 | w_wims_seed\ |
|
- | 43 | w_deffile\ |
|
- | 44 | w_worksheet\ |
|
- | 45 | w_wims_exo in wimshome/sessions/$parent/var |
|
- | 46 | ||
- | 47 | !endif |
|
36 | !if $(dt1[6;])!=$empty and $(dt1[7;])!=$empty |
48 | !if $(dt1[6;])!=$empty and $(dt1[7;])!=$empty |
37 | test=!fileexists wimshome/sessions/$parent/exolog.$(dt1[6;]).$(dt1[7;]) |
49 | test=!fileexists wimshome/sessions/$parent/exolog.$(dt1[6;]).$(dt1[7;]) |
38 | !else |
50 | !else |
39 | test=no |
51 | test=no |
40 | !endif |
52 | !endif |