Rev 8368 | Rev 12021 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8368 | Rev 9107 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | * look at >>8 in Wimslogd/wimslogdscore.c, score.c |
47 | * look at >>8 in Wimslogd/wimslogdscore.c, score.c |
48 | * look at 255 in score.c, 256 in variables.c |
48 | * look at 255 in score.c, 256 in variables.c |
49 | * it must be also less than 99 (see exam.c) |
49 | * it must be also less than 99 (see exam.c) |
50 | */ |
50 | */ |
51 | /* max number of exercises in a sheet or exam; not modifiable */ |
51 | /* max number of exercises in a sheet or exam; not modifiable */ |
52 | #define MAX_EXOS |
52 | #define MAX_EXOS 64 |
53 | /* max number of sheets; not modifiable */ |
53 | /* max number of sheets; not modifiable */ |
54 | #define MAX_SHEETS 64 |
54 | #define MAX_SHEETS 64 |
55 | /* max number of exams; not used except in Misc/exostat and in adm modules */ |
55 | /* max number of exams; not used except in Misc/exostat and in adm modules */ |
56 | #define MAX_EXAMS 32 |
56 | #define MAX_EXAMS 32 |
57 | /* max number of votes */ |
57 | /* max number of votes */ |