java-quiz-manager-2019

所属分类:PostgreSQL
开发工具:HTML
文件大小:2436KB
下载次数:0
上传日期:2019-02-20 22:47:54
上 传 者sh-1993
说明:  一个使用PostgreSQL和swing的java问答管理器应用程序。
(A java quiz manager application using PostgreSQL and swing.)

文件列表:
Technical documentation of Quiz Manager (Leonce,Swetha).pdf (421702, 2019-02-21)
quiz-manager-core (0, 2019-02-21)
quiz-manager-core\.classpath (358, 2019-02-21)
quiz-manager-core\.project (393, 2019-02-21)
quiz-manager-core\.settings (0, 2019-02-21)
quiz-manager-core\.settings\org.eclipse.jdt.core.prefs (598, 2019-02-21)
quiz-manager-core\app.properties (112, 2019-02-21)
quiz-manager-core\application.log (525, 2019-02-21)
quiz-manager-core\javadoc.xml (934, 2019-02-21)
quiz-manager-core\javadocs (0, 2019-02-21)
quiz-manager-core\javadocs\allclasses-frame.html (3618, 2019-02-21)
quiz-manager-core\javadocs\allclasses-noframe.html (3158, 2019-02-21)
quiz-manager-core\javadocs\constant-values.html (3591, 2019-02-21)
quiz-manager-core\javadocs\deprecated-list.html (3541, 2019-02-21)
quiz-manager-core\javadocs\fr (0, 2019-02-21)
quiz-manager-core\javadocs\fr\epita (0, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\logger (0, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\logger\Logger.html (11283, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\logger\class-use (0, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\logger\class-use\Logger.html (4175, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\logger\package-frame.html (779, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\logger\package-summary.html (4620, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\logger\package-tree.html (4539, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\logger\package-use.html (3919, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz (0, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\authentication (0, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\authentication\Authenticate.html (11359, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\authentication\class-use (0, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\authentication\class-use\Authenticate.html (4432, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\authentication\package-frame.html (852, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\authentication\package-summary.html (4890, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\authentication\package-tree.html (4819, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\authentication\package-use.html (4052, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\datamodel (0, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\datamodel\ASS_Question.html (21106, 2019-02-21)
quiz-manager-core\javadocs\fr\epita\quiz\datamodel\Admin.html (12986, 2019-02-21)
... ...

# java-quiz-manager-2019 ## Setup Eclipse In your "run configurations" > "arguments" set "VM arguments to" -Dconf.location=app.properties ## Database connection To enable multiple user connections on the database 'test.db' we use jdbc.url=jdbc:h2:tcp://localhost/./testdb;FILE_LOCK=NO ## User guide. The program allows you to take a test or to create, read, update and delete questions. ### Take a test. 1. Enter unique name. The program uses this name to fetch the quiz results to it's important to remember that names can be used only once. 2. Select a Topic. The program displays a list of all the topics in the database and allows the user to select the topics that he/she want. Topics are separated by commas. 3. Select max difficulty. User selects the maximum difficulty of questions he wants to take and the program will return questions matching that threshold. 4. User takes the test. Inserts numbers corresponding to the choice made. 5. When the test is over, user is asked if he want to exit the app or if he want to take another test. ### Create MCQ questions 1. Login as admin with default credentials. username:admin, password:admin. 2. Select action to undertake: * 2.1 Create question * 2.1.1 choose question type. * ~2.2 Read questions. Displays all questions id~ * ~2.3 Update questions. give Id and new question. (Can only update in this manner of now)~ * ~2.4 Delete questions. give Id and question will be deleted.~

近期下载者

相关文件


收藏者