Rev 3261 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3261 | Rev 12957 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | exo_in_exam_cnt=!recordcnt $exam_file |
17 | exo_in_exam_cnt=!recordcnt $exam_file |
18 | 18 | ||
19 | !for aa=1 to $exo_in_exam_cnt |
19 | !for aa=1 to $exo_in_exam_cnt |
20 | record=!record $aa of $exam_file |
20 | record=!record $aa of $exam_file |
21 | list_exo=!line 2 of $record |
21 | list_exo=!line 2 of $record |
22 | cnt2=!itemcnt $list_exo |
22 | cnt2=!itemcnt $list_exo |
23 | !for bb=1 to $cnt2 |
23 | !for bb=1 to $cnt2 |
24 | exo=!item $bb of $list_exo |
24 | exo=!item $bb of $list_exo |
25 | #On separe $exo au "." (on remplace les points par des virgules) |
25 | #On separe $exo au "." (on remplace les points par des virgules) |
26 | exo_l=!translate . to , in $exo |
26 | exo_l=!translate . to , in $exo |
27 | exo_sheet=!item 1 of $exo_l |
27 | exo_sheet=!item 1 of $exo_l |