Rev 8339 | Rev 9107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8339 | Rev 8368 | ||
---|---|---|---|
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 70 |
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 */ |
|
- | 58 | #define MAX_VOTES 64 |
|
- | 59 | /* max numbers of replies in OEF */ |
|
- | 60 | #define MAX_OEFREPLIES 100 |
|
- | 61 | /* max numbers of choices in OEF */ |
|
- | 62 | #define MAX_OEFCHOICES 30 |
|
- | 63 | ||
57 | /* max length of data files: records, activities, definitions. */ |
64 | /* max length of data files: records, activities, definitions. */ |
58 | #define MAX_FILELEN (2048*1024-1) |
65 | #define MAX_FILELEN (2048*1024-1) |
59 | /* max number of filewrite calls in one request */ |
66 | /* max number of filewrite calls in one request */ |
60 | #define MAX_FWRITE 20 |
67 | #define MAX_FWRITE 20 |
61 | /* max total size of filewrite in one request */ |
68 | /* max total size of filewrite in one request */ |