Rev 12348 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12348 | Rev 13875 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !nocache |
1 | !nocache |
2 | !! the second case occurs when one look at an help when testing the exercise from createxo |
2 | !! the second case occurs when one look at an help when testing the exercise from createxo |
3 | !if $oef_test=yes or +/adm/createxo isin +/$module |
3 | !if $oef_test=yes or +/adm/createxo isin +/$module |
4 | imagedir=$wims_ref_name?session=$wims_session&+cmd=getfile&+special_parm=oefimg |
4 | imagedir=$wims_ref_name?session=$wims_session&+cmd=getfile&+special_parm=oefimg |
5 | Imagedir=oefimg |
5 | Imagedir=oefimg |
6 | !! suppress the first one ???!! |
6 | !! suppress the first one ???!! |
7 | insdraw_filebase=$wims_sesdir/getfile/oefimg $wims_home/$wims_sesdir/getfile/oefimg |
7 | insdraw_filebase=$wims_sesdir/getfile/oefimg $wims_home/$wims_sesdir/getfile/oefimg |
8 | !else |
8 | !else |
9 | !if +/classes/ isin +/$module |
9 | !if +/classes/ isin +/$module and $wims_user!=$empty |
10 | insdraw_filebase=$wims_home/log/classes/$wims_class/src/images/$thisexo |
10 | insdraw_filebase=$wims_home/log/classes/$wims_class/src/images/$thisexo |
11 | session_base=!translate _ to , in $wims_session |
11 | session_base=!translate _ to , in $wims_session |
12 | session_base=!item 1 of $session_base |
12 | session_base=!item 1 of $session_base |
13 | imagedir=$wims_ref_name?session=$session_base&+cmd=getfile&+special_parm=oefimages/$thisexo |
13 | imagedir=$wims_ref_name?session=$session_base&+cmd=getfile&+special_parm=oefimages/$thisexo |
14 | Imagedir=oefimages/$thisexo |
14 | Imagedir=oefimages/$thisexo |