Subversion Repositories wimsdev

Rev

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

Rev 11095 Rev 11661
Line 25... Line 25...
25
	addsheet, listsheets, delsheet, getsheet, checksheet, modsheet,\
25
	addsheet, listsheets, delsheet, getsheet, checksheet, modsheet,\
26
	putexo, listexams, addexam, getexam, checkexam, linkexo, linksheet,\
26
	putexo, listexams, addexam, getexam, checkexam, linkexo, linksheet,\
27
	modexam, delexam, listlinks, getexo, addexo, delexo,\
27
	modexam, delexam, listlinks, getexo, addexo, delexo,\
28
	getexamsessions, addcontent, listclasses, getclassesuser, testexo,\
28
	getexamsessions, addcontent, listclasses, getclassesuser, testexo,\
29
	movexo, movexos, listexos, sharecontent, getexosheet, modexosheet,\
29
	movexo, movexos, listexos, sharecontent, getexosheet, modexosheet,\
30
	getinfoserver, getsheetstats
30
	getinfoserver, getsheetstats, buildexos
31
 
31
 
32
# List of jobs allowed without authentication
32
# List of jobs allowed without authentication
33
allowed_jobs_without_auth=listmodules, getmodule, getinfoserver
33
allowed_jobs_without_auth=listmodules, getmodule, getinfoserver
34
 
34
 
35
#List class descriptions (in .def class file) - "creation" and "connections" are voluntary not here
35
#List class descriptions (in .def class file) - "creation" and "connections" are voluntary not here
Line 57... Line 57...
57
 regprop1, regprop2, regprop3, regprop4, regprop5
57
 regprop1, regprop2, regprop3, regprop4, regprop5
58
 
58
 
59
#List of module descriptions
59
#List of module descriptions
60
moduledefs=title, description, language, category, domain, level, keywords, require, scoring, copyright, author, address, version,wims_version, vardef, translator, translator_address
60
moduledefs=title, description, language, category, domain, level, keywords, require, scoring, copyright, author, address, version,wims_version, vardef, translator, translator_address
61
 
61
 
62
#List of sheet descriptions, ordered as in .sheets file
62
#List of sheet properties (the 4 first are ordered as in .sheets, the last 3 are ordered as in .severity)
63
sheetdefs=status, expiration, title, description
63
sheetdefs=status, expiration, title, description, weight, formula, indicator
64
 
64
 
65
#List of exam descriptions, ordered as in .exams file
65
#List of exam descriptions, ordered as in .exams file
66
examdefs=status, expiration, duration_and_attempts, title, description, cut_hours
66
examdefs=status, expiration, duration_and_attempts, title, description, cut_hours
67
 
67
 
68
#List of some WIMS limitations
68
#List of some WIMS limitations