Subversion Repositories wimsdev

Rev

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

Rev 13362 Rev 14180
Line 211... Line 211...
211
    icourses            =
211
    icourses            =
212
    subclasses          =
212
    subclasses          =
213
 
213
 
214
 
214
 
215
### job=getsheet
215
### job=getsheet
216
    Get the properties of a sheet (of a class).
216
    Get the properties of the sheet `qsheet` of the `qclass` class.
217
 
217
 
218
Optionally, the query parameter 'option' may contain
218
Optionally, the query parameter 'option' may contain
219
the names of fields queried. In this case, only the
219
the names of fields queried. In this case, only the
220
queried properties are returned.
220
queried properties are returned.
221
 
221
 
Line 225... Line 225...
225
    querysheet          : the requested sheet
225
    querysheet          : the requested sheet
226
    sheet_properties    : list of properties of the requested sheet
226
    sheet_properties    : list of properties of the requested sheet
227
                          (sheet status,expiration date,title,description)
227
                          (sheet status,expiration date,title,description)
228
    exocnt              : number of exercices included
228
    exocnt              : number of exercices included
229
    exotitlelist        : list of the exercices included (module:params)
229
    exotitlelist        : list of the exercices included (module:params)
-
 
230
 
-
 
231
### job=getexam
-
 
232
    Get the properties of exam `qexam` of the `qclass` class.   - JSON OUTPUT only
-
 
233
 
-
 
234
Optionally, the parameter 'option' may contain the names of queried fields.
-
 
235
In this case, only the queried properties are returned.
230
 
236
 
231
 
237
 
232
### job=listsheets
238
### job=listsheets
233
    List all the sheets of a class.
239
    List all the sheets of a class.
234
 
240