Subversion Repositories wimsdev

Rev

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

Rev 11380 Rev 15837
Line 23... Line 23...
23
  gotdetail    = !getscore        class=$qclass user=$quser sheet=$qsheet
23
  gotdetail    = !getscore        class=$qclass user=$quser sheet=$qsheet
24
  meandetail   = !getscoremean    class=$qclass user=$quser sheet=$qsheet
24
  meandetail   = !getscoremean    class=$qclass user=$quser sheet=$qsheet
25
  remain       = !getscoreremain  class=$qclass user=$quser sheet=$qsheet
25
  remain       = !getscoreremain  class=$qclass user=$quser sheet=$qsheet
26
  best_detail  = !getscorebest    class=$qclass user=$quser sheet=$qsheet
26
  best_detail  = !getscorebest    class=$qclass user=$quser sheet=$qsheet
27
  level_detail = !getscorelevel   class=$qclass user=$quser sheet=$qsheet
27
  level_detail = !getscorelevel   class=$qclass user=$quser sheet=$qsheet
28
  weights      = !record 0 of wimshome/log/classes/$qclass/sheets/.weight
28
  weights      = !getscoreweight class=$qclass user=$quser sheet=$qsheet
29
  requires     = !record 0 of wimshome/log/classes/$qclass/sheets/.require
29
  requires     = !getscorerequire class=$qclass user=$quser sheet=$qsheet
30
  weights      = !line  $qsheet of $weights
-
 
31
  requires     = !line  $qsheet of $requires
-
 
32
!else
30
!else
33
  summary      = !getscorepercent class=$qclass user=$quser
31
  summary      = !getscorepercent class=$qclass user=$quser
34
  gotdetail    = !getscore        class=$qclass user=$quser
32
  gotdetail    = !getscore        class=$qclass user=$quser
35
  meandetail   = !getscoremean    class=$qclass user=$quser
33
  meandetail   = !getscoremean    class=$qclass user=$quser
36
  remain       = !getscoreremain  class=$qclass user=$quser
34
  remain       = !getscoreremain  class=$qclass user=$quser
37
  best_detail  = !getscorebest    class=$qclass user=$quser
35
  best_detail  = !getscorebest    class=$qclass user=$quser
38
  level_detail = !getscorelevel   class=$qclass user=$quser
36
  level_detail = !getscorelevel   class=$qclass user=$quser
39
  !! old method (not used, because of a "cache" delaying the response) : weights=!getscoreweight class=$qclass
-
 
40
  weights  = !record 0 of wimshome/log/classes/$qclass/sheets/.weight
37
  weights      = !getscoreweight class=$qclass user=$quser
41
  requires = !record 0 of wimshome/log/classes/$qclass/sheets/.require
38
  requires     = !getscorerequire class=$qclass user=$quser
42
 
-
 
43
!endif
39
!endif
44
 
40
 
45
examscore    = !examscore       class=$qclass user=$quser
41
examscore    = !examscore       class=$qclass user=$quser
46
score_status = !getscorestatus  class=$qclass
42
score_status = !getscorestatus  class=$qclass
47
 
43