Rev 16087 | Rev 16355 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16087 | Rev 16257 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | !endif |
68 | !endif |
69 | !endif |
69 | !endif |
70 | !endif |
70 | !endif |
71 | 71 | ||
72 | !if _check isin $wims_session |
72 | !if _check isin $wims_session |
73 | !! it is the case for examlog or exolog |
73 | !! it is the case for examlog or exolog or freeworklog |
74 | !set ckstep=$special_parm |
74 | !set ckstep=$special_parm |
75 | !distribute item $wims_check into ckmodule,ckuser,cksession,ckexo,cksteps,score |
75 | !distribute item $wims_check into ckmodule,ckuser,cksession,ckexo,cksteps,score |
76 | !if $ckmodule=adm/class/freework |
- | |
77 | !set tmp=!replace internal . by , in $ckexo |
- | |
78 | !set qstr=module=$ckmodule&+cmd=new&+job=exocheck&+checkuser=$ckuser&+checksession=$cksession&+freework=$(tmp[1])$&+logcheck=$(tmp[2]) |
- | |
79 | !else |
- | |
80 |
|
76 | !set qstr=module=$ckmodule&+cmd=new&+job=examcheck&+checkuser=$ckuser&+checksession=$cksession&+checkexo=$ckexo |
81 | !endif |
- | |
82 | !set 2_=$wims_page_name : |
77 | !set 2_=$wims_page_name : |
83 | !ifval $ckstep>1 |
78 | !ifval $ckstep>1 |
84 | !set 2_=$2_<a href="$wims_ref_name?session=$session&+$qstr&+checkstep=1">1</a> |
79 | !set 2_=$2_<a href="$wims_ref_name?session=$session&+$qstr&+checkstep=1">1</a> |
85 | !if $ckstep=2 |
80 | !if $ckstep=2 |
86 | !set 2_=$(2_)2 |
81 | !set 2_=$(2_)2 |