Rev 18144 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!set t
=!recordcnt wimshome
/log/classes
/$wims_class/exams
/.exams
!set aelist=
!for i=1 to $t
!! ------test if exam is hidden for this user
!set tmp_status=!getsheetstatus class=$wims_class exam=$i
!if $tmp_status iswordof 1 2
!set aelist=!append item $i to $aelist
!endif
!set m=!itemcnt $aelist