• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

online examination application in jsp?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anybody please tell me any site which has open
source code for jsp projects,
please help

i need source code for online examination application in jsp.

Below are the criteria in the application that I�m looking at.

1) Web based
2) Able to randomize question and answer order
3) Question classification
4) Result storage and analysis

can anubody help me??

thank you.
[ June 29, 2006: Message edited by: Bear Bibeault ]
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have done several online exam applications. Not open source, but I have a couple of suggestions.
1. Don't think "jsp" - if done correctly all the hard work will be in Java utility classes - and probably a servlet or two. The JSP part will be simple formatting.
2. Put lots of thought into the format question scripts are stored in, you don't want to design yourself into a corner. I have finally settled on XML for flexibility.

Bill
 
hafsah din
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for the suggestion,but i the application have to be in jsp.i have no other choice.
mybe u can help me by suggesting any sites that contain jsp project??
thank you...
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by hafsah din:
thanks for the suggestion,but i the application have to be in jsp.i have no other choice.
mybe u can help me by suggesting any sites that contain jsp project??
thank you...



Sorry. But I guess, you are not familiar with JSP, neither with servlet, nor with any kind of utitlity classes.

Moreover, it looks like you dont want to give that a try even. It seems that you have no intentions to learn the technology.

So, why do you need the application? like its an assignment or something?

Anyways you might find this place not helpful in this regards.

Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic