Rev 13897 | Rev 14329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13897 | Rev 14328 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | */ |
51 | */ |
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 freeworks; */ |
|
- | 57 | #define MAX_FREEWORKS 64 |
|
56 | /* max number of exams; not used except in Misc/exostat and in adm modules */ |
58 | /* max number of exams; not used except in Misc/exostat and in adm modules */ |
57 | #define MAX_EXAMS 80 |
59 | #define MAX_EXAMS 80 |
58 | /* max number of votes */ |
60 | /* max number of votes */ |
59 | #define MAX_VOTES 64 |
61 | #define MAX_VOTES 64 |
60 | /* max numbers of replies in OEF */ |
62 | /* max numbers of replies in OEF */ |