Rev 15224 | Rev 15574 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15224 | Rev 15255 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | !if noanalyzeprint iswordof $(replyoption$i) |
37 | !if noanalyzeprint iswordof $(replyoption$i) |
38 | !set display_noanalyze=yes |
38 | !set display_noanalyze=yes |
39 | !else |
39 | !else |
40 | !! could have been defined for another reply |
40 | !! could have been defined for another reply |
41 | !if $display_noanalyze!=yes |
41 | !if $display_noanalyze!=yes |
42 | !if (($(replytype$i) iswordof radio checkbox mark flashcard numeric |
42 | !if (($(replytype$i) iswordof radio checkbox mark flashcard numeric multipleclick\ |
- | 43 | chemclick and nolegend notwordof $(replyoption$i))\ |
|
43 | or legend iswordof $(replyoption$i))\ |
44 | or legend iswordof $(replyoption$i))\ |
44 | and ?analyze notin $(replygood$i) and $wims_isexam<1 |
45 | and ?analyze notin $(replygood$i) and $wims_isexam<1 |
45 | !if $(diareply$i)!=good or $(partialgood$i)=yes or $(precreply$i)=yes |
46 | !if $(diareply$i)!=good or $(partialgood$i)=yes or $(precreply$i)=yes |
46 | !set display_oeflegend=yes |
47 | !set display_oeflegend=yes |
47 | !if $(partialgood$i)=yes |
48 | !if $(partialgood$i)=yes |
48 | !default display_partialgood=yes |
49 | !default display_partialgood=yes |
49 | !endif |
50 | !endif |
50 | !if $(precreply$i)=yes |
51 | !if $(precreply$i)=yes |
51 | !default display_precreply=yes |
52 | !default display_precreply=yes |
52 | !endif |
53 | !endif |
53 | !if ($(replystyle$i)=mc or $(replytype$i) iswordof draw multipleclick) and $(replytype$i) notwordof radio |
54 | !if ($(replystyle$i)=mc or $(replytype$i) iswordof draw multipleclick chemclick) and $(replytype$i) notwordof radio |
54 | !default display_forget=yes |
55 | !default display_forget=yes |
55 | !endif |
56 | !endif |
56 | !endif |
57 | !endif |
57 | !endif |
58 | !endif |
58 | !endif |
59 | !endif |