+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 18
General Chat Thread, open source exam software.. is their any in General; Hi gang, I was chating to one of the ICT teachers yeasterday about creating online in house exams. at present ...
  1. #1
    PEO
    PEO is offline
    PEO's Avatar
    Join Date
    Oct 2007
    Posts
    2,084
    Thank Post
    437
    Thanked 148 Times in 93 Posts
    Rep Power
    68

    Question open source exam software.. is their any

    Hi gang, I was chating to one of the ICT teachers yeasterday about creating online in house exams. at present he has put something togeather using mixture of powerpoint, word, excel etc.

    Thing is it still requires him to manually mark the exam.

    I have seen one exam software called TCexam TCExam Features

    only proble with this is dosent do 'Matching Answers'

    here is what we require

    •Matching
    •SingleChoice
    •MultipleChoice
    •True/False
    •FillInTheBlanks
    •Math
    •Freetext
    •ShortAnswer

    any ideas or suggestions would be fab

    cheers

  2. IDG Tech News
  3. #2

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    7,938
    Thank Post
    216
    Thanked 1,294 Times in 1,026 Posts
    Rep Power
    282
    Not so sure about open source, but you should be able to create the interface on a web page relatively easily, but getting it to talk to a database is a little more complex. I'd look at a PHP and MySQL solution unlike an MS solution. The free versions of MS SQL are extremely limited.

  4. Thanks to Michael from:

    PEO (18th August 2009)

  5. #3
    PEO
    PEO is offline
    PEO's Avatar
    Join Date
    Oct 2007
    Posts
    2,084
    Thank Post
    437
    Thanked 148 Times in 93 Posts
    Rep Power
    68
    cheers.... still open to more suggestions

  6. #4

    Join Date
    Aug 2005
    Location
    London
    Posts
    3,122
    Blog Entries
    2
    Thank Post
    111
    Thanked 516 Times in 446 Posts
    Rep Power
    117
    Quote Originally Posted by Michael View Post
    . The free versions of MS SQL are extremely limited.
    In what way? You can do some pretty major databases with SQL Express. There are limitations but I'm intrigued as to what you're particularly thinking would cause a problem.

  7. #5
    rh91uk's Avatar
    Join Date
    Sep 2008
    Location
    UK
    Posts
    861
    Thank Post
    137
    Thanked 131 Times in 113 Posts
    Rep Power
    33
    The only limit I think of using SQL Express is that it can't do scheduled backups, but i'm sure that can be replicated some way else! In fact I know a local school that runs several apps using SQL Express!

  8. #6

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    7,938
    Thank Post
    216
    Thanked 1,294 Times in 1,026 Posts
    Rep Power
    282
    1 CPU socket, 1GB memory, 4GB of user data per database. You'd be surprised how easy it is to reach these levels.

  9. #7

    dhicks's Avatar
    Join Date
    Aug 2005
    Location
    Knightsbridge
    Posts
    5,063
    Thank Post
    1,056
    Thanked 664 Times in 573 Posts
    Rep Power
    212
    Quote Originally Posted by PEO View Post
    any ideas or suggestions would be fab
    Moodle, or pretty much any VLE/PLE/whatever should handle online tests/exams/quizzes to your heart's content.

    --
    David Hicks

  10. #8

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    7,938
    Thank Post
    216
    Thanked 1,294 Times in 1,026 Posts
    Rep Power
    282
    Moodle, or pretty much any VLE/PLE/whatever should handle online tests/exams/quizzes to your heart's content.
    That's a great idea actually. I agree that will be the easiest way

  11. #9

    Join Date
    Dec 2006
    Location
    Preston, Lancashire
    Posts
    125
    Thank Post
    13
    Thanked 12 Times in 11 Posts
    Rep Power
    16
    Yep. I would second Moodle. In fact the main open source qualifications (INGOTS) are already handled through Moodle. And all the course materials are freely availalbe. From memory it costs about £2 per pupil up to Gold level, but I may be wrong!

  12. #10
    PEO
    PEO is offline
    PEO's Avatar
    Join Date
    Oct 2007
    Posts
    2,084
    Thank Post
    437
    Thanked 148 Times in 93 Posts
    Rep Power
    68
    ok... can anyone point me in the right direction for this. Never bothered with moodle so not sure where to start.

  13. #11

    dhicks's Avatar
    Join Date
    Aug 2005
    Location
    Knightsbridge
    Posts
    5,063
    Thank Post
    1,056
    Thanked 664 Times in 573 Posts
    Rep Power
    212
    Quote Originally Posted by PEO View Post
    ok... can anyone point me in the right direction for this.
    Just go and download Moodle, install it, hook it up to your AD/LDAP server, log in and start creating stuff.

    --
    David Hicks

  14. #12
    SteveBentley's Avatar
    Join Date
    Jun 2007
    Location
    Yorkshire
    Posts
    1,363
    Thank Post
    113
    Thanked 248 Times in 179 Posts
    Rep Power
    65
    You might want to be aware that the online assessment side has some scalability issues with some VLEs.

    With our Blackboard installation here, getting a whole class to take a test simultaneously is generally a disaster because. I'm told it's not possible to load balance the assessment components across several servers like it is with the rest of Blackboard (because of session integrity issues) and so tests have an embarrassing tendancy to grind to a halt.

  15. #13

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,839
    Thank Post
    99
    Thanked 750 Times in 585 Posts
    Rep Power
    176
    If you don't want full blown VLE capability, I seem to remember that Hot Potatoes does most of this too... Hot Potatoes Home Page

    EDIT: BTW it's free as in beer, not as in speach (so not open source)

  16. #14

    Join Date
    Mar 2007
    Posts
    1,467
    Thank Post
    57
    Thanked 186 Times in 169 Posts
    Rep Power
    46
    Quote Originally Posted by Ric_ View Post
    If you don't want full blown VLE capability, I seem to remember that Hot Potatoes does most of this too... Hot Potatoes Home Page

    EDIT: BTW it's free as in beer, not as in speach (so not open source)
    seconded. very nice program, only free if your government sponsored though.

  17. #15
    SteveBentley's Avatar
    Join Date
    Jun 2007
    Location
    Yorkshire
    Posts
    1,363
    Thank Post
    113
    Thanked 248 Times in 179 Posts
    Rep Power
    65
    Quote Originally Posted by strawberry View Post
    seconded. very nice program, only free if your government sponsored though.
    And if you're prepared to share the material you make with it

    Hot Potatoes is free for use by state-funded educational institutions which are non-profit making, or individuals working for them, on the condition that the material you produce using the program is freely available to anyone via the WWW.
    Which is a little... awkward for some things you might want to do with it, although it appears the licensing changes in September.

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Open Source Software Poll
    By KarlGoddard in forum General Chat
    Replies: 5
    Last Post: 25th January 2009, 03:05 PM
  2. After open source inventory software
    By PEO in forum General Chat
    Replies: 6
    Last Post: 11th August 2008, 01:02 PM
  3. Open source DVD playback software
    By speckytecky in forum Educational Software
    Replies: 1
    Last Post: 21st May 2008, 03:04 PM
  4. Open Source Forum Software
    By wesleyw in forum Virtual Learning Platforms
    Replies: 5
    Last Post: 16th October 2007, 10:36 AM
  5. Open source software for windows...
    By _Bat_ in forum Links
    Replies: 2
    Last Post: 4th July 2006, 04:37 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •