Quiz Program

Download


Description

This program allows the user to create or take a quiz. The files created by the program are easily accessed and can be shared with friends. This allows anyone to easily take the quiz.

Installation Instructions

This program runs relatively easily on all operating systems. If you are command line literate just download the jar file above and run it using the "java -jar "QuizProgram.jar" in the directory it is in. If you are not command line literate then follow the instructions below.

1. Move the jar file to your home folder.
2. On Mac or Linux type "cd ~" in the command line.
    On Windows type "cd %userprofile%"
3. Type "java -jar "Quiz Program.jar"" (only include the inner set of parentheses)
4. Enjoy!

To transfer quizzes go into the documents folder on your machine, and then find the Quiz Program folder. All files will be in there.

Bug Reports

If you have found any bugs (problems, not properly calculated sig figs, program crashing, etc.) in the program, please post them here in the comments. For me to fix a bug I have to have exact steps to reproduce it, and the if the program crashed please provide me with the small crash log that appears in the command line as well.

License/Copyright

Creative Commons License
Quiz Progam by Daniel M. is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

This program is provided without any warranty. It is not guaranteed to work.

Source Code

This program is currently open-source. This means anyone may look at the source code and use it in your own programs. Read the above license for full info.

There are only a couple limitations:

  1. You must provide credit to me. This means a link to my site on your site or in your source code if your project is open source.
  2. You must not just copy the program. You may use the source code, and even provide suggestions to me for improving the program (I'll provide credit of course!) but you may not just make a new program doing the same thing using some or all of my code.

No comments:

Post a Comment