Description Usage Arguments Value Examples
Calculate time spent on each item by all students. E.g. use this to set response to NA when the time spent is very few seconds.
1 | getDurations(data, exclude = NULL, TAO.version = 33)
|
data |
A data.frame or a list of data.frames (e.g. from test modules) |
exclude |
Columns containing this text should not be counted in. Use text1|text2 to exclude more than one text |
TAO.version |
Numeric value of TAO version. Versions before 33 provided POSIX information on the duration. Version 33 and after provides seconds. |
Returns a list durations=durations,median=median,testMedian=testMedian,mean=mean,testMean=testMean,max=max,testMax=testMax
1 | getDurations(data,exclude="notthiscolumn")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.