help for creating omr software
-
hii i want to create an omr software i.e. exam paper checking software in vb.net. i want help right from designing till coding . plzzzzzzzzzzzzz somebody help me. how should i start coding?
This question is impossible to answer in a forum such as this, and no one is likely to provide "help right from designing till coding". Try a Google search for the subjects that you need to understand in your project, and try the Articles section[^] here on CodeProject.
-
hii i want to create an omr software i.e. exam paper checking software in vb.net. i want help right from designing till coding . plzzzzzzzzzzzzz somebody help me. how should i start coding?
Let me guess... You took on a contract you know nothing about and now you want "help" (read: someone to do the work for you) so you can keep the contract and get paid?? That's usually how "questions" like this work out.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
hii i want to create an omr software i.e. exam paper checking software in vb.net. i want help right from designing till coding . plzzzzzzzzzzzzz somebody help me. how should i start coding?
latkar wrote:
i want help right from designing till coding
latkar wrote:
how should i start coding?
The first thing you need to do is to approach the client to find out what the requirements are. Find out how the application will actually be used (what the use cases are), and then look to break that down into manageable, easily created chunks. That's how you start.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
hii i want to create an omr software i.e. exam paper checking software in vb.net. i want help right from designing till coding . plzzzzzzzzzzzzz somebody help me. how should i start coding?
An OMR application will require a collection of image zones which you compare with supplied images to determine if an acceptable amount of pixels have been provided in any zone to create a 'hit'. There is usually a user interface to address values in a questionable range. Values that make no sense, such as two marks in a row requiring only one mark, must also be resolved by a user, or predefined rule.