Rev 9909 | Rev 11095 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9909 | Rev 9963 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | userdefs=firstname, lastname, password, email, comments, regnum, photourl, participate, courses,\ |
54 | userdefs=firstname, lastname, password, email, comments, regnum, photourl, participate, courses,\ |
55 | classes, supervise, supervisable, external_auth, agreecgu,\ |
55 | classes, supervise, supervisable, external_auth, agreecgu,\ |
56 | regprop1, regprop2, regprop3, regprop4, regprop5 |
56 | regprop1, regprop2, regprop3, regprop4, regprop5 |
57 | 57 | ||
58 | #List of module descriptions |
58 | #List of module descriptions |
59 | moduledefs=title, description, language, category, domain, level, keywords, require, scoring, copyright, |
59 | moduledefs=title, description, language, category, domain, level, keywords, require, scoring, copyright, author, address, version,wims_version, vardef, translator, translator_address |
60 | 60 | ||
61 | #List of sheet descriptions, ordered as in .sheets file |
61 | #List of sheet descriptions, ordered as in .sheets file |
62 | sheetdefs=status, expiration, title, description |
62 | sheetdefs=status, expiration, title, description |
63 | 63 | ||
64 | #List of exam descriptions, ordered as in .exams file |
64 | #List of exam descriptions, ordered as in .exams file |
65 | examdefs=status, expiration, duration_and_attempts, title, description, cut_hours |
65 | examdefs=status, expiration, duration_and_attempts, title, description, cut_hours |
66 | 66 | ||
67 | #List of some WIMS limitations |
67 | #List of some WIMS limitations |
68 | edesc_limit=250 |
68 | edesc_limit=250 |
69 | etitle_limit=40 |
69 | etitle_limit=40 |
- | 70 | MAX_EXOS = !defof MAX_EXOS in wimshome/public_html/bases/sys/define.conf |
|
70 |
|
71 | MAX_EXAMS = !defof MAX_EXAMS in wimshome/public_html/bases/sys/define.conf |
71 |
|
72 | MAX_SHEETS = !defof MAX_SHEETS in wimshome/public_html/bases/sys/define.conf |