Rev 12418 | Rev 12540 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12418 | Rev 12422 | ||
---|---|---|---|
Line 76... | Line 76... | ||
76 | /* size of cached datafields */ |
76 | /* size of cached datafields */ |
77 | #define DATAFIELD_LIMIT 16384 |
77 | #define DATAFIELD_LIMIT 16384 |
78 | /* max required points */ |
78 | /* max required points */ |
79 | #define MAX_REQUIRE 200 |
79 | #define MAX_REQUIRE 200 |
80 | /* lengthmax of the seed as a char */ |
80 | /* lengthmax of the seed as a char */ |
81 | #define SEEDSIZE |
81 | #define SEEDSIZE 12 |
82 | /* maximum of the number of seed/score used in getseed*/ |
82 | /* maximum of the number of seed/score used in getseed*/ |
83 | #define MAX_SCORESEED 70 |
83 | #define MAX_SCORESEED 70 |
84 | /* maximum of the number of exercises presented with the same seed |
84 | /* maximum of the number of exercises presented with the same seed |
85 | if it is changed, search for MAX_SEEDSCORE in public_html |
85 | if it is changed, search for MAX_SEEDSCORE in public_html |
86 | and change the value (in non adm modules) |
86 | and change the value (in non adm modules) |