<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Help with redirecting a quiz based on field value totals</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-with-redirecting-a-quiz-based-on-field-value-totals</link>
		<description>Gravity Support Forums Topic: Help with redirecting a quiz based on field value totals</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 17:02:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/help-with-redirecting-a-quiz-based-on-field-value-totals" rel="self" type="application/rss+xml" />

		<item>
			<title>Michele on "Help with redirecting a quiz based on field value totals"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-redirecting-a-quiz-based-on-field-value-totals#post-73028</link>
			<pubDate>Wed, 29 Aug 2012 01:28:03 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">73028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks for your response but need some additional help getting started. &#60;/p&#62;
&#60;p&#62;Have looked through both topics. In the 'mathematics to gravity' understand how the rating field is used to display the message as it relates to the score. I have the same number of questions and the same number of options but the values I've put in to the field numbers are different that of '1' or '0'.&#60;/p&#62;
&#60;p&#62;I have five pages, 4 questions to a page, 2 options per question. For example, first page:&#60;br /&#62;
Q1, option A, value '1'; Q1, option B, value '2';&#60;br /&#62;
Q2, option A, value '3'; Q1, option B, value '4';&#60;br /&#62;
Q3, option A, value '5'; Q1, option B, value '6';&#60;br /&#62;
Q4, option A, value '7'; Q1, option B, value '8';  &#60;/p&#62;
&#60;p&#62;The option values then repeat again on the following four pages.&#60;br /&#62;
Page 2: Q5, option A, value '1'; Q1, option B, value '2'; etc., etc., through to '8'.&#60;br /&#62;
Then it starts again on the next page.&#60;/p&#62;
&#60;p&#62;Depending on what they've selected, their score should either be:&#60;br /&#62;
total &#38;lt;= 125 (message/redirect to page a)&#60;br /&#62;
total == 130 (message/redirect to page b)&#60;br /&#62;
total == 135 (message/redirect to page c)&#60;br /&#62;
total &#38;gt;= 140 (message/redirect to page d)&#60;/p&#62;
&#60;p&#62;So, how do I total up the different values for each of the options?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Help with redirecting a quiz based on field value totals"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-redirecting-a-quiz-based-on-field-value-totals#post-72739</link>
			<pubDate>Mon, 27 Aug 2012 10:25:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've written up a couple things which should be useful to you:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/gravity-forms-quiz-help-needed&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/gravity-forms-quiz-help-needed&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/mathematics-to-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/mathematics-to-gravity-forms&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Since I wrote those, Gravity Forms has added conditional shortcodes, which may help as well:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let us know if you need additional help getting started.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "Help with redirecting a quiz based on field value totals"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-redirecting-a-quiz-based-on-field-value-totals#post-72723</link>
			<pubDate>Mon, 27 Aug 2012 06:15:44 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">72723@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a quiz of 20 questions, 2 choices for each question, four questions to a page. I've assigned a value to each radio button choice but need some advice as how to:&#60;br /&#62;
(a) total up the field numbers in the functions.php; and then&#60;br /&#62;
(b) change the redirect URL based on a particular total.&#60;/p&#62;
&#60;p&#62;For example, based on a user's selections, if the:&#60;br /&#62;
total &#38;lt;=  125 they go to confirmation page a&#60;br /&#62;
total == 130 they go to confirmation page b&#60;br /&#62;
total == 135 they go to confirmation page c&#60;br /&#62;
total &#38;gt;= 140 they go to confirmation page d&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
