Subversion Repositories wimsdev

Rev

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

Rev 12933 Rev 13298
Line 52... Line 52...
52
/* max number of exercises in a sheet or exam; not modifiable */
52
/* max number of exercises in a sheet or exam; not modifiable */
53
#define MAX_EXOS 64
53
#define MAX_EXOS 64
54
/* max number of sheets; not modifiable */
54
/* max number of sheets; not modifiable */
55
#define MAX_SHEETS 64
55
#define MAX_SHEETS 64
56
/* max number of exams; not used except in Misc/exostat and in adm modules */
56
/* max number of exams; not used except in Misc/exostat and in adm modules */
57
#define MAX_EXAMS 32
57
#define MAX_EXAMS 80
58
/* max number of votes */
58
/* max number of votes */
59
#define MAX_VOTES 64
59
#define MAX_VOTES 64
60
/* max numbers of replies in OEF */
60
/* max numbers of replies in OEF */
61
#define MAX_OEFREPLIES 100
61
#define MAX_OEFREPLIES 100
62
/* max numbers of choices in OEF */
62
/* max numbers of choices in OEF */