Rev 6961 | Rev 10228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6961 | Rev 7101 | ||
---|---|---|---|
Line 60... | Line 60... | ||
60 | !for i=1 to $n |
60 | !for i=1 to $n |
61 | !set ex=!record $i of $data |
61 | !set ex=!record $i of $data |
62 | !distribute lines $ex into di,pa,require,we,ti,de |
62 | !distribute lines $ex into di,pa,require,we,ti,de |
63 | !set got=!word $i of $scores |
63 | !set got=!word $i of $scores |
64 | !set mean=!word $i of $means |
64 | !set mean=!word $i of $means |
- | 65 | !if .___ isin $(ti)___ |
|
- | 66 | !set ti=!replace internal .___ by in $(ti)___ |
|
- | 67 | !endif |
|
65 | <li class="wims_sheet_list">$i |
68 | <li class="wims_sheet_list">$i |
66 | !href module=$di&cmd=new&worksheet=$public$shn&$pa $ti |
69 | !href module=$di&cmd=new&worksheet=$public$shn&$pa $ti |
- | 70 | !if $de notsametext $empty |
|
67 | , $de |
71 | , $de |
- | 72 | !else |
|
- | 73 | . |
|
- | 74 | !endif |
|
68 | </li> |
75 | </li> |
69 | !next i |
76 | !next i |
70 | </ul> |
77 | </ul> |
71 | </div> |
78 | </div> |
72 | !if $wims_user=supervisor |
79 | !if $wims_user=supervisor |