Subversion Repositories wimsdev

Rev

Rev 12364 | Rev 12367 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12364 Rev 12366
Line 4... Line 4...
4
!if $wims_user!=$empty and $wims_user!=supervisor
4
!if $wims_user!=$empty and $wims_user!=supervisor
5
  !set seedlastcnt=!getseedlastcnt user=$wims_user sheet=$wims_sheet work=$wims_exo
5
  !set seedlastcnt=!getseedlastcnt sheet=$wims_sheet work=$wims_exo
6
  !! find the number of distinct seeds (faire une fonction dans score.c ??)
6
  !! find the number of distinct seeds (faire une fonction dans score.c ??)
7
  !set seedcnt=!getseedscores user=$wims_user sheet=$wims_sheet work=$wims_exo
7
  !set seedcnt=!getseedscores sheet=$wims_sheet work=$wims_exo
8
  !set seedcnt=!declosing $seedcnt
8
  !set seedcnt=!declosing $seedcnt
9
  !set seedcnt=!listuniq $(seedcnt[;1])
9
  !set seedcnt=!listuniq $(seedcnt[;1])
10
  !set seedcnt=!itemcnt $seedcnt
10
  !set seedcnt=!itemcnt $seedcnt
11
!else
11
!else
12
  !set seedcnt=$wims_seedcnt
12
  !set seedcnt=$wims_seedcnt
13
  !set seedlastcnt=$wims_seedlastcnt
13
  !set seedlastcnt=$wims_seedlastcnt
14
!endif
14
!endif
-
 
15
 
15
!!
16
 
-
 
17
seed=$seedcnt $seedlastcnt