Table of contents | |
The titles need to be changed to match the name of the tpl or php |
Php quiz apps | |
http://freephile.com/downloads/openQuiz/ (currently not functional (20041008)
|
User Documentation | |
Tiki offers quizzes that can be used for trivia, contests, e-learning systems, courses or just for fun (example: what kind of hobbit are you)
|
tiki-edit_quiz : Creating Quizzes | |
This page is where you'll do most of the heavy lifting for the quiz interface. If you have the right permission you will see a link to "Admin quizzes" in the application menu at the Quizzes section. Clicking on Admin quizzes will take you to the followin screen: In this screen you can see the list of existing Quizzes that you can edit, and you can create a new quiz or modify an existing Quiz. To create a new quiz you must enter the Quiz name and a description the next fields are explained below: |
Quiz Can be Repeated | |
|
Bug: Quizzes are repeating! | |
|
Time Limit | |
Note: If a quiz cannot be taken more than once then time limit restriction is indeed trustable, the user won't be able to spend more time on the Quiz than the time given. You can use this for tests on e -learning systems or courses. Note as well there is timeout in the browser session
|
Store Quiz Results: | |
|
RFES | |
Mail Quiz Results to User | |
|
show last edited | |
include quick tags in the edit area for easy tagging of data | |
Quiz stats are always stored as well as each quiz result but if you want to store what the user answered to each question for each quiz then enable the store quiz results option.
|
tiki-list_quizzes | |
|
RFE | |
// Fill array with possible number of questions per page (qpp) $qpp = array( 1, 2, 3, 4 ); for ($i = 5; $i < 50; $i += 5) $qpp[] = $i; $hrs = array(); for ($i = 0; $i < 10; $i++) $hrs[] = $i; $mins = array(); for ($i = 1; $i < 120; $i++) $mins[] = $i; $smarty->assign('qpp', $qpp);
|
show categories | |
|
tiki-edit_quiz_questions: Adding questions to quizzes | |
|
importing questions | |
Easy as copy and paste! Question? *answer option option Question? *answer option option This will create two questions, asterisk indicates correct answer, both questions will display three option, one option being correct Clicking on the "questions" link for any quiz on the quiz listing will take you to the screen where you can edit the quiz questions. CSV upload would greatly enhance the usability of the quiz
|
RFE | |
|
Editing question options | |
Now you see the list of existing options for the question, you can add, edit or remove options as you need. For each option indicate the option text and the number of points the user will get on the question if he selects that option. Only one option can be selected for each question. |
RFEs | |
Preview the questions and answers before submitting to the db! | |
sort options to catch if there are any questions missing answers or options | |
Quick page advance capability to move to specific pages in a long quiz would be good. | |
|
Programming answers for Quiz scores | |
The screen to edit answers is the following: insert graphic To edit an answer indicate the score range for the answer (for example from 0 to 10 points) and the answer text. If the score for the quiz matches the range the user will see the answer after the quiz is submited. If more than one range is valid then some answer will be pick, this is not recommendable try to make ranges that don't overlap at all since range values are inclusive. Range values for answers are inclusive if a range is from 2 to 13 the answer WILL be shown if the user scores 2 or 13 points or an intermediate value.
|
tiki-take_quiz.php : Taking a Quiz | |
Completing a quiz is simple just pick one option for each question and submit the quiz. After the quiz is submited if there's a result matching the score the user will see the quiz result. If not he will just see the score. |
tiki-quiz_stats.php | |
Find doesn't work on this page : find returns blank page | |
|
RFEs | |
clear or store all quiz stats for all quizzes in one blow through | |
|
tiki-quiz_stats_quiz.php: Viewing quiz stats | |
reporting table needs to show all students in one table | |
... the limit of ten is not appropriate size... number display should be option |
indicate correct answer | |
|
Store stats | |
|
Pretty Print | |
|
send the results to a wiki page for archiving | |
insert graphic In this screen you can see the average score for each quiz, the number of times the quiz was taken and other stats. Clicking on a quiz will display the stats for that specific quiz. |
tiki-quiz_result_stats.php | |
Viewing specific quiz results | |
insert graphic Note that now you can see a row for each time that the quiz was taken and the score for each quiz instance. You can also see the stats for each quiz question indicating the number of times each option was picked and the percentage. You can remove quiz results if you want this can be used to let a user take a quiz that cannot be repeated again. (a new chance maybe) If the "store results" option was checked for the quiz and you have the permission to see user results you will see a "details" link in the row. Following the link you can see the results the user entered for the quiz on that examination. |
Viewing user answers for a quiz | |
insert graphic As you can see you can verify the answers the user selected for the quiz on this quiz instance. |
Quiz modules | ||||||
|
Permissions | |
insert graphic Note that besides the global permissions you can indicate individual permissions for quizzes that will override the global permissions for that particular quiz.
Notes
This page is supposed to be for the latest released stable version or release candidate, not stuff in CVS, but it isn't.
Knowledgebase / tutorial / FAQ / How-to
TikiTeam
Who is working here generally? Link UserPage.
For more information
QuizzesAdmin
|