ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


timed tests and quizzes


  • 2008-01-24 02:39:16

    timed tests and quizzes

    I am using ver 1.5.5
    While it is nice to be able to setup scheduled tests, what I really needed was the ability to setup unscheduled (asyncronous, in a manner of peaking) tests, which each student can take at his or her convenience.
    On the other hand, each test would need to have a a max time limit, example, test must be completed one hour after starting.
    Is there a workaround for this?

  • 2008-01-24 03:50:48

    Re: timed tests and quizzes

    1. unscheduled tests: just set a end date way ahead, and you have a test that is available all the time.

    2. max time limit: intresting thought, I believe we could have used that as well. however, this is not in place now, but we are recording the time used on a test.

    you probably have more chance of getting this developed if you

    a) can do it youself and provide a well documented and tested patch
    b) describe it / specify how it would work in detail. example: what happens if a student uses more than the allowed time? is the data lost? can he / she retry? what kinds of additions to code and DB would have to be done etc..

  • 2008-01-24 08:50:23

    Re: timed tests and quizzes

    Timed test would be a good feature, though its not as straight forward to implement as one might think.

    A primary issue is being able to allow students different time limits on tests. For accessibility reasons there needs to be a way to assign time and a half, or double time, for instance, to give disadvantaged students, perhaps a person with a reading disability, or a blind person, time enough to complete the test given their disability.

  • 2008-01-25 10:52:26

    Re: timed tests and quizzes

    vygard: wish I could do it myself. I figure that initially the method should imitate old-fashioned tests. That means there is a fixed time after which you are not allowed to work and data is definitely not lost. If later on capability was added to make things more flexible, like allowing more time but logging the time and giving a warning, so much the better .

    greg: while I have special reason to respect the way Atutor is extra sensitive to the disabled, I think it is possible to start with the general and upgrade the feature to be available for those with accessibility issues. Initially, there could just be a way to note that someone is disabled

  • 2008-01-25 11:06:17

    Re: timed tests and quizzes

    We can't introduce features that are not accessible into ATutor. The A in ATutor is synonymous with Accesssibility. Its a philosopical thing for us, given who we are (ATRC)

    That said, it may be possible to use groups to provide added time for some students. Though not optimal, it would be acceptable to create a copy of a test, increase the time limit, assign it to a group, then add the students who need extra time to that group.

  • 2008-01-25 11:10:39

    Re: timed tests and quizzes

    sounds like a pretty good solution to me. Sure you have a lot on your hands but hope this thing also finds itself in the Q

  • 2008-01-25 11:38:24

    Re: timed tests and quizzes

    This probably isn't something we'd take on without funds. We try to keep our focus on developing infrastructure type things the community is less likely to want to pay for.

  • 2008-01-25 12:16:33

    Re: timed tests and quizzes

    how much would the funing for something like this be?

  • 2008-01-25 12:58:54

    Re: timed tests and quizzes

    Maybe a few thousand dollars, but I really can't say until we have determined what needs to be done.

    A functional specification would need to be created that provides details how timed test might function, taking into consider as many scenarios as possible, such as accommodating a blind person, what happens if the network cuts out, if a page is reloaded, if time runs out, etc. etc..