Fullscreen
Loading...
 
Skip to main content

Category: Quiz

Quiz
Show subcategories objects

Name Type
tiki-list_quizzes.tpl calls for non-existing icon
tiki-list_quizzes calls for an icon named "gear" which does not exist. Although it is clear what such an icon could depict, there is no icon file of that name (I checked both low-res and higher res "large") and no definition exists that could point otherwise. Checked in legacy and checked in Glyphicon, there is no gear.

Line 6:

{CODE(Colors="Tiki")}
{button href="tiki-edit_quiz.php" class="btn btn-link" _type="link" _icon_name="gear" _text="{tr}Admin Quizzes{/tr}"}
{CODE}
tracker item
Countdown for quizzes
Hi,

When I test the quizzes feature, I see the countdown doesn't work.
I investigated the code and found the problem.
In the template tiki-take-quiz.tpl, there is a line:

{CODE()}itid = window.setInterval('settimeleft();',1000);{CODE}

The right syntax is:

{CODE()}itid = window.setInterval(function(){settimeleft()},1000);{CODE}

Regards,

SebD
tracker item
Deleting a question under a certain quiz results in an error
{syntax type="tiki" editor="plain"}
There's a bug in a feature Quiz. To reproduce it perform the following steps:

1. Create a quiz
2. Create two question inside it
3. Then delete a question
4. Click on a "Click here to confirm your action" button to approve your choice

There goes "Internal Server Error"

http://Site_Name/pageerror.php?type=500&url=aHR0cDovLzE5Mi4xNjguMS4zL3R3L3Rpa2ktZWRpdF9xdWl6X3F1ZXN0aW9ucy5waHA%3D&ref=aHR0cDovLzE5Mi4xNjguMS4zL3R3L3Rpa2ktZWRpdF9xdWl6X3F1ZXN0aW9ucy5waHA%2FcXVpeklkPTImb2Zmc2V0PTAmc29ydF9tb2RlPXBvc2l0aW9uX2FzYyZyZW1vdmU9Nw%3D%3D&browser=Firefox

If to look at this quiz then, the question we've tried to delete has been really purged so far.
tracker item
Additional Feature
This tracker is made to help filtering and sorting the features vs categories vs options we need to tag a bug/regression/wish with.
tracker item
Miniquiz doesn't show answer choice
{syntax type="tiki" editor="plain"}
I'm having trouble with the miniquiz tracker plugin. I followed instruction here:
http://doc.tiki.org/PluginMiniQuiz(external link)

The problem is that all the incorrect options are visible but the correct option is blank. Check the bottom of this page for an example:

http://chrisready.com/learnenglish/330+Most+Common+Verbs(external link)

In the first question, the blank (which is the correct answer) should say "Chris" and in the second question the blank should say, "taking a quiz."

This person was able to get the miniquiz working.

http://www.vinidelmondo.nl/tikiwiki/tiki-index.php?page=Wijn%20Quiz%204(external link)

I'm using Tiki 6.2. I would use the built in "quiz" feature, but it doesn't give immediate feedback to anonymous visitors, while the miniquiz tracker should.

Here's a screenshot of the tracker field setup

http://tiki.org/tiki-download_forum_attachment.php?attId=408

Thanks in advanced for any help!
tracker item
PluginMiniQuiz doesn't show the strings from the non-right options in 15.x or any option in 12.x
I did set up an example of Plugin MiniQuiz following the documentation https://doc.tiki.org/PluginMiniQuiz ,

but in Tiki15 it doesn't show the strings next to the radio buttons corresponding to the non-right options.

{img src="display1036"}

Reproduced in 12.x here:
http://xavi-9794-5872.show.tikiwiki.org/tiki-index.php?page=HomePage
u: admin
p: 67890

tracker2 holds the tracker items (questions)
tracker item
Quiz
How we create answers in a Quiz
tracker item
Quiz results doesn't work
{syntax type="tiki" editor="plain"}
I have made a Quiz on my Tiki site and it is working, but when you take the Quiz, it goes to the results page and shows nothing. I am running Tiki 4.1. It always shows the word Results with a line and nothing else, although a result value is set for every option.
tracker item
Quiz to show immediate feedback and correct answers
{syntax type="tiki" editor="plain"}
Quiz does not show correct answers and immediate feedback after submitting quiz even though these options are checked in the quiz admin.

Maybe these problems are not priorities? I haven't seen the Quiz Admin doc page updated since 2008.
tracker item
Quizquestion with more than one correct answer per question.
There is no posibility to ask questions with more than one correct answer.

I would like to have to ask multiple choice questions with more than _one_ correct answer.

tracker item
Quizzes Setting "Shuffle Questions does not work"
On the Create/Admin Quizzes page, when the setting "Shuffle Questions" is checked, the questions are not shuffled when the user takes the quiz.
tracker item
The quiz function gives me puzzles?
I just entered the quiz function for translation.

I can create new quizes, I can edit them, there are statistics.

But when creating a quiz, I am asked for a name and a description. Shouldn't I set some quiz questions, and answers to match? That is not being asked for when creating a quiz. So how is the success even calculated? When performing the so created quiz, you immediately get "Thank you for taking part".

Could it be that some functionality was lost here?
Thanks
hman
tracker item
Users can only list/take quiz if they have permission to view the stats
When a user has the permission "tiki_p_take_quiz", but not "tiki_p_view_quiz_stats", he won't see any quizzes. This is because of the following selection in tikilib.php:

function list_quizzes($offset, $maxRecords, $sort_mode, $find) {

....
$add=$this->user_has_perm_on_object($user, $res['quizId'], 'quiz', array('tiki_p_take_quiz', 'tiki_p_view_quiz_stats'));

....

A user should be able to list (and thus take) quizzes without having the permission to view the stats.
tracker item
Show PHP error messages