<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Vasculus Web Design - Group: Support</title>
	<link>http://webdesign.vasculus.com/forum/?group=1</link>
	<description><![CDATA[]]></description>
	<generator>Simple:Press Forum Version 4.1.2</generator>
	<atom:link href="http://webdesign.vasculus.com/forum/?group=1&#038;xfeed=group" rel="self" type="application/rss+xml" />
<item>
	<title>CivicsQuiz on Where are the questions and answers stored?</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/where-are-the-questions-and-answers-stored/#p71</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/where-are-the-questions-and-answers-stored/#p71</guid>
	<description><![CDATA[Found it! Doesn't look like I'll be bulk loading anything. <img src='http://webdesign.vasculus.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> 
]]></description>
	<pubDate>Mon, 06 Sep 2010 11:28:18 +0000</pubDate>
</item>
<item>
	<title>CivicsQuiz on Where are the questions and answers stored?</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/where-are-the-questions-and-answers-stored/#p70</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/where-are-the-questions-and-answers-stored/#p70</guid>
	<description><![CDATA[Where are the questions and answers stored? This might be helpful for bulk adding questions and answers.
]]></description>
	<pubDate>Mon, 06 Sep 2010 11:06:00 +0000</pubDate>
</item>
<item>
	<title>CivicsQuiz on increase quiz questions</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/increase-quiz-questions/#p69</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/increase-quiz-questions/#p69</guid>
	<description><![CDATA[<blockquote>khanh said:

I am looking for 25 questions or even actually up to 50.  Thanks</blockquote>

I've just added the html, to the quiz_master_admin.php file, that gets me to 50 questions (from 20). I haven't followed all the way through to see if all 50 questions will be stored and displayed, but the admin page seems to hold it. Here it is:

<div class="sfcode">
		&#60;option value=&#34;21&#34; &#60;?php if( $opt_ply == '21'){ echo 'selected'; } ?&#62;&#62;21&#60;/option&#62;
		&#60;option value=&#34;22&#34; &#60;?php if( $opt_ply == '22'){ echo 'selected'; } ?&#62;&#62;22&#60;/option&#62;
		&#60;option value=&#34;23&#34; &#60;?php if( $opt_ply == '23'){ echo 'selected'; } ?&#62;&#62;23&#60;/option&#62;
		&#60;option value=&#34;24&#34; &#60;?php if( $opt_ply == '24'){ echo 'selected'; } ?&#62;&#62;24&#60;/option&#62;
		&#60;option value=&#34;25&#34; &#60;?php if( $opt_ply == '25'){ echo 'selected'; } ?&#62;&#62;25&#60;/option&#62;
		&#60;option value=&#34;26&#34; &#60;?php if( $opt_ply == '26'){ echo 'selected'; } ?&#62;&#62;26&#60;/option&#62;
		&#60;option value=&#34;27&#34; &#60;?php if( $opt_ply == '27'){ echo 'selected'; } ?&#62;&#62;27&#60;/option&#62;
		&#60;option value=&#34;28&#34; &#60;?php if( $opt_ply == '28'){ echo 'selected'; } ?&#62;&#62;28&#60;/option&#62;
		&#60;option value=&#34;29&#34; &#60;?php if( $opt_ply == '29'){ echo 'selected'; } ?&#62;&#62;29&#60;/option&#62;
		&#60;option value=&#34;30&#34; &#60;?php if( $opt_ply == '30'){ echo 'selected'; } ?&#62;&#62;30&#60;/option&#62;
		&#60;option value=&#34;31&#34; &#60;?php if( $opt_ply == '31'){ echo 'selected'; } ?&#62;&#62;31&#60;/option&#62;
		&#60;option value=&#34;32&#34; &#60;?php if( $opt_ply == '32'){ echo 'selected'; } ?&#62;&#62;32&#60;/option&#62;
		&#60;option value=&#34;33&#34; &#60;?php if( $opt_ply == '33'){ echo 'selected'; } ?&#62;&#62;33&#60;/option&#62;
		&#60;option value=&#34;34&#34; &#60;?php if( $opt_ply == '34'){ echo 'selected'; } ?&#62;&#62;34&#60;/option&#62;
		&#60;option value=&#34;35&#34; &#60;?php if( $opt_ply == '35'){ echo 'selected'; } ?&#62;&#62;35&#60;/option&#62;
		&#60;option value=&#34;36&#34; &#60;?php if( $opt_ply == '36'){ echo 'selected'; } ?&#62;&#62;36&#60;/option&#62;
		&#60;option value=&#34;37&#34; &#60;?php if( $opt_ply == '37'){ echo 'selected'; } ?&#62;&#62;37&#60;/option&#62;
		&#60;option value=&#34;38&#34; &#60;?php if( $opt_ply == '38'){ echo 'selected'; } ?&#62;&#62;38&#60;/option&#62;
		&#60;option value=&#34;39&#34; &#60;?php if( $opt_ply == '39'){ echo 'selected'; } ?&#62;&#62;39&#60;/option&#62;
		&#60;option value=&#34;40&#34; &#60;?php if( $opt_ply == '40'){ echo 'selected'; } ?&#62;&#62;40&#60;/option&#62;
		&#60;option value=&#34;41&#34; &#60;?php if( $opt_ply == '41'){ echo 'selected'; } ?&#62;&#62;41&#60;/option&#62;
		&#60;option value=&#34;42&#34; &#60;?php if( $opt_ply == '42'){ echo 'selected'; } ?&#62;&#62;42&#60;/option&#62;
		&#60;option value=&#34;43&#34; &#60;?php if( $opt_ply == '43'){ echo 'selected'; } ?&#62;&#62;43&#60;/option&#62;
		&#60;option value=&#34;44&#34; &#60;?php if( $opt_ply == '44'){ echo 'selected'; } ?&#62;&#62;44&#60;/option&#62;
		&#60;option value=&#34;45&#34; &#60;?php if( $opt_ply == '45'){ echo 'selected'; } ?&#62;&#62;45&#60;/option&#62;
		&#60;option value=&#34;46&#34; &#60;?php if( $opt_ply == '46'){ echo 'selected'; } ?&#62;&#62;46&#60;/option&#62;
		&#60;option value=&#34;47&#34; &#60;?php if( $opt_ply == '47'){ echo 'selected'; } ?&#62;&#62;47&#60;/option&#62;
		&#60;option value=&#34;48&#34; &#60;?php if( $opt_ply == '48'){ echo 'selected'; } ?&#62;&#62;48&#60;/option&#62;
		&#60;option value=&#34;49&#34; &#60;?php if( $opt_ply == '49'){ echo 'selected'; } ?&#62;&#62;49&#60;/option&#62;
		&#60;option value=&#34;50&#34; &#60;?php if( $opt_ply == '50'){ echo 'selected'; } ?&#62;&#62;50&#60;/option&#62;
</div>
]]></description>
	<pubDate>Mon, 06 Sep 2010 10:31:15 +0000</pubDate>
</item>
<item>
	<title>Civics Quiz on Randomized Answers</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/randomized-answers/#p68</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/randomized-answers/#p68</guid>
	<description><![CDATA[Is there any way to grab a certain number of questions (chosen randomly, ordered randomly) and to randomize the order of the answers?

Thank you!
]]></description>
	<pubDate>Mon, 06 Sep 2010 09:53:37 +0000</pubDate>
</item>
<item>
	<title>Frank on Quiz eats my questions</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/quiz-eats-my-questions/#p67</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/quiz-eats-my-questions/#p67</guid>
	<description><![CDATA[Interesting... I do not believe anyone has ever mentioned this error before. I am going to need some more details.  Can I have a sample question that you have inputed?  Where does it get deleted?  Is it the same spot every time?  If changing the width did it, is it possible that another element of your theme is covering the missing words?
]]></description>
	<pubDate>Sun, 05 Sep 2010 13:35:56 +0000</pubDate>
</item>
<item>
	<title>cwboyer on more than one quiz</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/more-than-one-quiz/#p66</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/more-than-one-quiz/#p66</guid>
	<description><![CDATA[Hello, what is happening with that version that allows 10 quizzes? I see this was noted back in April. You've got a great plugin here but I need to be able to post 5 different tests. I'd love to see the plugin get updated as it seems like it suits my needs pretty well.
]]></description>
	<pubDate>Mon, 30 Aug 2010 20:38:06 +0000</pubDate>
</item>
<item>
	<title>karentiede on Quiz eats my questions</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/quiz-eats-my-questions/#p65</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/quiz-eats-my-questions/#p65</guid>
	<description><![CDATA[I just created a quiz at [url="http://hiringhowto.com/2010/08/hiring_myths_qui/#comment-4"].

When I save the quiz, my questions get partly deleted and don't display.  (The text is also deleted from the field on the quiz1 page.)  This time, I tested changing the width of the quiz and that's what "did" it, but I saw the same thing happen on other saves.

thx
]]></description>
	<pubDate>Fri, 20 Aug 2010 00:33:45 +0000</pubDate>
</item>
<item>
	<title>Joshua Haugen on more than one quiz</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/more-than-one-quiz/#p64</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/more-than-one-quiz/#p64</guid>
	<description><![CDATA[I am curious about the ability to have more quizzes say around 10-20 if that is possible or is coming out in a new release let me know.
]]></description>
	<pubDate>Tue, 10 Aug 2010 21:23:55 +0000</pubDate>
</item>
<item>
	<title>Tony on Cant change the font color</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/cant-change-the-font-color/#p62</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/cant-change-the-font-color/#p62</guid>
	<description><![CDATA[Thank you, worked like a charm. Cant wait for the next release, keep up the good work.
]]></description>
	<pubDate>Thu, 22 Jul 2010 05:15:08 +0000</pubDate>
</item>
<item>
	<title>Frank on Cant change the font color</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/cant-change-the-font-color/#p60</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/cant-change-the-font-color/#p60</guid>
	<description><![CDATA[It appears the version I had uploaded was missing a few things I had fixed in my local version.  If you go into the plugin editor and go to the quiz-master/quiz_master_options_page.php

You should see this block:
<div class="sfcode">&#60;p class=&#34;submit&#34;&#62;
	&#60;input type=&#34;submit&#34; class=&#34;button-primary&#34; value=&#34;&#60;?php _e('Save Changes') ?&#62;&#34; /&#62;
	&#60;/p&#62;</div>

Right above it you should see quiz_master_from_name" /&#62;.  Make it say:
<div class="sfcode">quiz_master_from_name,quiz_master_font_color&#34; /&#62;</div>

That should fix your problems.
]]></description>
	<pubDate>Tue, 20 Jul 2010 14:12:03 +0000</pubDate>
</item>
<item>
	<title>Frank on The email function not working</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/the-email-function-not-working/#p59</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/the-email-function-not-working/#p59</guid>
	<description><![CDATA[I have not come across anyone reporting this bug before...Is this the first time you have used the plugin?  If not, did it work before?  Can you list the web address to the quiz so I can take a look?
]]></description>
	<pubDate>Tue, 20 Jul 2010 14:07:54 +0000</pubDate>
</item>
<item>
	<title>Tony on Cant change the font color</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/cant-change-the-font-color/#p58</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/cant-change-the-font-color/#p58</guid>
	<description><![CDATA[same here, cant get it to change, just stays #000000 when i press Save
]]></description>
	<pubDate>Tue, 20 Jul 2010 01:48:45 +0000</pubDate>
</item>
<item>
	<title>Frank on Questions Pagination</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/questions-pagination/#p57</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/questions-pagination/#p57</guid>
	<description><![CDATA[In the current form, the plugin is not capable of having separate pages for each question.  I have added it to my list of potential features I will add in later versions.
]]></description>
	<pubDate>Mon, 05 Jul 2010 21:09:58 +0000</pubDate>
</item>
<item>
	<title>iamblichi on Questions Pagination</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/questions-pagination/#p56</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/questions-pagination/#p56</guid>
	<description><![CDATA[hello..

i need one page for each question.. any idea how to do pagination ? thanks in advance

ma
]]></description>
	<pubDate>Thu, 01 Jul 2010 14:50:36 +0000</pubDate>
</item>
<item>
	<title>Aravind Kumar on Cant change the font color</title>
	<link>http://webdesign.vasculus.com/forum/quiz-master/cant-change-the-font-color/#p55</link>
	<category>Quiz Master Support</category>
	<guid isPermaLink="true">http://webdesign.vasculus.com/forum/quiz-master/cant-change-the-font-color/#p55</guid>
	<description><![CDATA[I am having the same problem. If I change the font color to #FFFFFF it does not save changes. Where do I go fix this?
]]></description>
	<pubDate>Thu, 17 Jun 2010 07:26:15 +0000</pubDate>
</item>
</channel>
</rss>