Subversion Repositories wimsdev

Rev

Rev 12310 | Rev 12422 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12310 Rev 12418
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 12
81
#define SEEDSIZE 10
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 50
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
-
 
86
  and change the value (in non adm modules)
-
 
87
*/
85
#define MAX_SEEDSCORE 4
88
#define MAX_SEEDSCORE 6
86
/* temporary log file */
89
/* temporary log file */
87
#define TEMP_LOG_FILE "../log/temp.log"
90
#define TEMP_LOG_FILE "../log/temp.log"
88
/* Tag string for randfile */
91
/* Tag string for randfile */
89
#define tag_string "\n:"
92
#define tag_string "\n:"
90
 
93