Rev 12540 | Rev 13298 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12540 | Rev 12933 | ||
---|---|---|---|
Line 85... | Line 85... | ||
85 | /* maximum of the number of exercises presented with the same seed |
85 | /* maximum of the number of exercises presented with the same seed |
86 | if it is changed, search for MAX_SEEDSCORE in public_html |
86 | if it is changed, search for MAX_SEEDSCORE in public_html |
87 | and change the value (in non adm modules) |
87 | and change the value (in non adm modules) |
88 | */ |
88 | */ |
89 | #define MAX_SEEDSCORE 6 |
89 | #define MAX_SEEDSCORE 6 |
- | 90 | /* maximum of complementary regvars*/ |
|
- | 91 | #define MAX_REGVARS 10 |
|
90 | /* temporary log file */ |
92 | /* temporary log file */ |
91 | #define TEMP_LOG_FILE "../log/temp.log" |
93 | #define TEMP_LOG_FILE "../log/temp.log" |
92 | /* Tag string for randfile */ |
94 | /* Tag string for randfile */ |
93 | #define tag_string "\n:" |
95 | #define tag_string "\n:" |
94 | 96 |