• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Free (or open-source) mock exam engine

 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,
I'm conducting a Java seminar/training for our company next month and I'm thinking of putting up the quizzes in a mock exam engine similar to Sun's certification exam. Any links/info on free (or open-source) and configurable (no. of items, selection of items, etc.) mock exam engines will be greatly appreciated.
Thank you in advance for all the help!
Ex Animo Java!
-- Val
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Val,
Send an email to Cory McGlone. He's one of the moderators for this message board so you can click on his link at the top of the "Programmer Certification" page.
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are no free, open-source, configurable mock exam engine that I know of. I have developed one myself but it is still in alpha version. I haven't really found the time to finish that piece of code and I don't know when I will get that chance.
Anyone else?
 
Val Pecaoco
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Valentin Crettaz:
There are no free, open-source, configurable mock exam engine that I know of. I have developed one myself but it is still in alpha version. I haven't really found the time to finish that piece of code and I don't know when I will get that chance.
Anyone else?



Hi Val,
I suggest that you it up at SourceForge and have the distinction of being the first one!!! And maybe later it will also be used for other exams as well and not only for Java.
Ex Animo Java!
-- Val
 
Valentin Crettaz
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to but I wish days would have 72 hours and human beings wouldn't need to sleep at night so that I could do all I have to do :roll: SourceForge is indeed a very good idea but I have something else in mind for my mock engine which I can't reveal right now, sorry. What would be the time cost for you to build up one of your own?
 
Val Pecaoco
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi (again) Val,

Originally posted by Valentin Crettaz:
I would like to but I wish days would have 72 hours and human beings wouldn't need to sleep at night so that I could do all I have to do :roll: ... ...What would be the time cost for you to build up one of your own?


Ditto. And I would like to add that I wish people would be multithreaded (cloned? so that they could do simultaneous things at once :roll: So I wouldn't be able to put it up on time if I code the exam engine.

Originally posted by Valentin Crettaz:
...SourceForge is indeed a very good idea but I have something else in mind for my mock engine which I can't reveal right now, sorry...


Thinking of making it a commercial software, perhaps? Good luck!
Ex Animo Java!
-- Val
[ August 16, 2002: Message edited by: Val Pecaoco ]
 
Valentin Crettaz
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ditto. And I would like to add that I wish people would be multithreaded (cloned? so that they could do simultaneous things at once
Agreed
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ditto. And I would like to add that I wish people would be multithreaded (cloned? so that they could do simultaneous things at once


People are multithreaded, they just have to share the same CPU. Time segmentation perhaps?
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ahem .. distributed computing maybe??
Anup
 
Val Pecaoco
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
Thanks for all the replies. Before this thread completely goes off-tangent, it is quite clear that there is really no free or open-source mock exam engine out there. My main reason is that I just would like to find out if somebody know of one.
Or maybe this'll become a programmer's itch that needs to be scratched
OK, I'll just be resourceful enough come my seminar/training day.
Again, thanks for all the replies!
Ex Animo Java!
-- Val
 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Val,
This is something I made for my cert preparation. It don't have all the features you want but it might help .
Click Here !
 
arch rival
Posts: 2813
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Val, send an email to me at [email protected]. I may have something of interest.
Marcus
 
Val Pecaoco
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ashish,
Thanks! VoodooExam is cool! Looks like you have done a heckuva of a job there! Way to go, mate!

Hi Marcus,
Thanks! Email you I will!

Ex Animo Java!
-- Val
 
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Val:
If you like, you can have a look at my Mock Exam Engine, it is a general purposed mock exam engine. Now it only contains exam data for SCJP2, but can be configured for other mock exam.
regards,
Guoqiao

Originally posted by Val Pecaoco:
Hi Ashish,
Thanks! VoodooExam is cool! Looks like you have done a heckuva of a job there! Way to go, mate!

Hi Marcus,
Thanks! Email you I will!

Ex Animo Java!
-- Val

 
It's exactly the same and completely different as this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic