<?xml version="1.0" encoding="UTF-8"?>
<settings>
<views><responses><thank_you><phtml><![CDATA[]]></phtml></thank_you><closed><phtml><![CDATA[<p>The poll is now closed.</p>]]></phtml></closed><pending><phtml><![CDATA[<p>The poll is now closed.</p>]]></phtml></pending><rsserror><phtml><![CDATA[<p>To take this poll visit <a href="<?php echo get_permalink();?>"><?php echo get_permalink();?></a></p>]]></phtml></rsserror><private><phtml><![CDATA[<small>You must be logged in to 'vote'<br/>
<a href='<?php echo get_option('siturl')?>/wp-login.php'>Login</a>
<?php if(get_option('users_can_register')==1):?>
 | <a href='<?php echo get_option('siturl')?>/wp-login.php?action=register'>Register</a>
<?php endif;?>
</small>]]></phtml></private>
	<already_submitted>
		<show_questions>0</show_questions>
		<show_results>1</show_results>
		<phtml><![CDATA[]]></phtml></already_submitted></responses>
		<results>
			<display><results><phtml><![CDATA[<?php
if ($this->answers > 0) {
	?>
<div class='v42v'>
<p><b>You Scored</b> <?php
	echo $this->correct;
	?> out of a possible <?php
	echo $this->answers;
	?>.
</p>
<hr />
<?php
}
foreach ( $this->fields as $field ) {
	if ($field->has_answer ()) {
		?>
 	<fieldset class='<?php
		echo $field->correct ( true );
		?>'><label class='question' for='<?php
		$field->field_id ();
		?>'><?php
		echo $field->question;
		?></label>
<p><b>Correct answer: </b><?php
		echo $field->answer;
		?></p>
<p class='answered'><b>You answered: </b><?php
		echo $field->html_value ();
		?></p>
</fieldset>
	<?php
	} else {
		echo "<br/>" . $field->question . ":<br/>" . $field->html_value () . "<br/>";
	}
	?>
<?php
}
if ($this->answers > 0) {
	?>
</div>
<?php
}]]></phtml></results></display></results></views></settings>
