I need your knowledge...

Associate
Joined
18 Nov 2004
Posts
146
Hello. The first thing to make clear is that I have pretty much absolutely no experience of programming of any sort, apart from very basic HTML.

What I really need to create is a program that allows me to create pages and pages with several 'choices' to click on, and then have it tell me that I got something right or wrong, according to the button I click on. Also, I need something that will allow me to have a 'next' button so I can change the page. Furthermore, something that can add up the amount of right/wrong answers and give a final score, as well as record all the scores achieved in the past is needed.

As well as that, I would like to be able to add images, backgrounds and change the text with ease.

Obviously, I would like to use a programming language/software that is easy to learn and use, is suitable for this purpose as well as cheap/free (although this isn't really essential). Possibly, a language with plenty of tutorials/resources on the web would be helpful.

Now...please help the clueless new person! :)

Edit: One thing I didn't make clear was that I need it to be something to put on a CD or as a program on a hard drive, not as a website.
 
Last edited:
Give MS VisualBasic a go (you can get Visual Studio 2008 Express for free) that will probably cover your needs.

That will give you a stepping stone to learn a higher level language like C++.
 
After quickly looking through the relevant webpage, Visual Basic definitely does look good. I'll give it a try.

In the meantime, someone else suggested using Dreamweaver and saving the files as websites/webpages on my hard drive/CD. It certainly would serve my purpose, but what is your opinion on this possible method?
 
Don't use web-apps as local apps.

If your application is for the desktop, code it as such, if its web based do that. Don't try and use one for the other, it doesn't work in the long run.
 
Back
Top Bottom