Search found 34 matches

by Lugsciath
Wed May 13, 2009 8:59 pm
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 24228

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

Yes. You could try to transfer/change the chars (e.g. using notepad++) in utf-8 ä -> ä (see german language files) ;) .
by Lugsciath
Tue May 12, 2009 3:42 pm
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 24228

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

the german language file /language/de/mods/quiz.php <?php /** * * Ultimate Quiz MOD [English] * * @package language * @version $Id: quiz.php, battye (c) 2004, 2005, 2008 * @copyright (c) 2008 battye, CricketMX.com * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ /** ...
by Lugsciath
Tue May 12, 2009 2:25 pm
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 24228

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

I´ve changed the amount of questions to 24. Seams to work good. So it is already useful in this early step of development to me. Very good work :) *thumbup*

Greetings

Uwe
by Lugsciath
Tue May 12, 2009 9:41 am
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 24228

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

So, my solution/workaround is (don´t know if it is correct) In quiz.php search $progress_array = array( 'quiz_player_id' => $user->data['user_id'], 'quiz_progress_time' => time(), 'quiz_id' => $quiz_id, add after 'quiz_progress_saved' => '', Now it works well. Ähm... is a possibility there to switch...
by Lugsciath
Tue May 12, 2009 8:54 am
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 24228

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

uh ... a error occurs: SQL ERROR [ mysql4 ] Field 'quiz_progress_saved' doesn't have a default value [1364] SQL INSERT INTO phpbb_quiz_progressive (quiz_player_id, quiz_progress_time, quiz_id, quiz_in_progress) VALUES ('3', 1242118296, 1, 1) BACKTRACE FILE: includes/db/mysql.php LINE: 174 CALL: dbal...
by Lugsciath
Tue May 12, 2009 8:49 am
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 24228

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

Here is the missing sql code SQL-Befehl: INSERT INTO `phpbb_quiz_categories` ( `quiz_category_name` , `quiz_category_description` ) VALUES ( 'General', 'Maincategory' ) At least one category should exist at beginning. if you have the same problem (Quiz without category) try this: UPDATE `phpbb_quiz`...
by Lugsciath
Tue May 12, 2009 8:33 am
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 24228

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

It works ;) ... dont forget to refresh the cache and templates ;). One little problem: For later i need more than 9 questions - a minimum of 24. How could i change that (isnt it hardcoded?). Btw: It would be better to place a inputform than a pulldownmenu. I got a displayproblem with the german Umla...
by Lugsciath
Fri Apr 17, 2009 7:56 am
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 309376

Re: Ultimate Quiz MOD v2.0.0 Progress

Information

It appears you have tried to submit this quiz multiple times.
Yeah! Now its more informative ;), waiting on the basic alpha ...

Greetings

Uwe
by Lugsciath
Thu Apr 16, 2009 6:37 pm
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 309376

Re: Ultimate Quiz MOD v2.0.0 Progress

No. nothing such things. I only use the backbutton (and i wonder about the message). But it might cause by my browsercache ... normally i´m using firefox. Thought it would be helpful to tell you that errormessage ... hm. I can reproduce that. First i press "submit" and i get the resultpage...
by Lugsciath
Thu Apr 16, 2009 3:23 pm
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 309376

Re: Ultimate Quiz MOD v2.0.0 Progress

Here we go: At first: It looks great. The submitting of quiz is ok, the saving of quiz (saving means in separate cookie or sql query?) seams ok, too. One Thing: if i use the backbutton of my browser (after submitting/saving) i get: SQL ERROR [ mysql4 ] You have an error in your SQL syntax; check the...
by Lugsciath
Wed Apr 15, 2009 9:16 am
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 309376

Re: Ultimate Quiz MOD v2.0.0 Progress

Okay,

just waiting for ;) ... happy eastern ;) !

LG

Uwe
by Lugsciath
Thu Feb 12, 2009 8:56 am
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 309376

Re: Ultimate Quiz MOD v2.0.0 Progress

seams all to be okay, i'm testing it. One Question: Are the numbers of questions limited? I'd like to have a min. of 25 questions and all of them multiple choice ;) ... so it would be fine to get some more :)

Looking of the alpha version ;) of the mod ... i'd like it.
by Lugsciath
Fri Jan 30, 2009 5:22 pm
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 309376

Re: Ultimate Quiz MOD v2.0.0 Progress

Btw: Is there any other file to translate? May be in Progress? :D
by Lugsciath
Thu Jan 15, 2009 7:22 am
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 309376

Re: Ultimate Quiz MOD v2.0.0 Progress

I have just translate the quiz.php into german language, but a few utf8 chars are missing / to exchange into umlauts. If someone of the developers here want a look on it, just please feel free for changing or correcting the translation and adding the missing utf8 characters ;) Here´s the code: <?php...
by Lugsciath
Fri Nov 21, 2008 10:48 pm
Forum: Web Design
Topic: Beta testers required for Ultimate Quiz MOD v2.0.0
Replies: 23
Views: 19624

Re: Beta testers required for Ultimate Quiz MOD v2.0.0

hm, testing submitting a mc quiz, the inputmask looks pretty easy and comfortable! The 2nd step/pass on multiple choice quiz could eventually be left, if the right answer is marked by a special sign (e.g. @ or #) after the question inline ... it would be a possible solution for a one pass mc mask. A...