Subversion Repositories wimsdev

Rev

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

Rev 12350 Rev 12363
Line 4... Line 4...
4
  !! find the number of distinct seeds (faire une fonction dans score.c ??)
4
  !! find the number of distinct seeds (faire une fonction dans score.c ??)
5
  !set seedcnt=!getseedscores user=$wims_user sheet=$wims_sheet work=$wims_exo
5
  !set seedcnt=!getseedscores user=$wims_user sheet=$wims_sheet work=$wims_exo
6
  !set seedcnt=!declosing $seedcnt
6
  !set seedcnt=!declosing $seedcnt
7
  !set seedcnt=!listuniq $(seedcnt[;1])
7
  !set seedcnt=!listuniq $(seedcnt[;1])
8
  !set seedcnt=!itemcnt $seedcnt
8
  !set seedcnt=!itemcnt $seedcnt
-
 
9
!else
-
 
10
  !set seedcnt=$wims_seedcnt
-
 
11
  !set seedlastcnt=$wims_seedlastcnt
9
!endif
12
!endif
10
 
-