<?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: Conditional Logic survey: earning points per answer, show test result p/person</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-survey-earning-points-per-answer-show-test-result-pperson</link>
		<description>Gravity Support Forums Topic: Conditional Logic survey: earning points per answer, show test result p/person</description>
		<language>en-US</language>
		<pubDate>Thu, 16 Apr 2026 15:15:03 +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/conditional-logic-survey-earning-points-per-answer-show-test-result-pperson" rel="self" type="application/rss+xml" />

		<item>
			<title>AndrewSepic1 on "Conditional Logic survey: earning points per answer, show test result p/person"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-survey-earning-points-per-answer-show-test-result-pperson#post-147382</link>
			<pubDate>Fri, 15 Feb 2013 18:04:33 +0000</pubDate>
			<dc:creator>AndrewSepic1</dc:creator>
			<guid isPermaLink="false">147382@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David,&#60;br /&#62;
Thanks for your post.  Close, but no Cigar!  Thanks anyways.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Conditional Logic survey: earning points per answer, show test result p/person"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-survey-earning-points-per-answer-show-test-result-pperson#post-147379</link>
			<pubDate>Fri, 15 Feb 2013 17:43:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">147379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately, there is no way to do this currently. Gravity Forms doesn't allow for multiple conditions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AndrewSepic1 on "Conditional Logic survey: earning points per answer, show test result p/person"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-survey-earning-points-per-answer-show-test-result-pperson#post-147306</link>
			<pubDate>Fri, 15 Feb 2013 13:52:42 +0000</pubDate>
			<dc:creator>AndrewSepic1</dc:creator>
			<guid isPermaLink="false">147306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks!  This is super helpful and just what I was looking for.&#60;br /&#62;
Is it possible to have multiple conditions in each shortcodes?  Basically I want a shortcode to output specific content for 3 different value ranges.  0-6, 6-12, 12-18.  &#60;/p&#62;
&#60;p&#62;My first looks like this..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[gravityforms action=&#38;quot;conditional&#38;quot; merge_tag=&#38;quot;{Number:4}&#38;quot; condition=&#38;quot;less_than&#38;quot; value=&#38;quot;6&#38;quot;]
Content for first group
[/gravityforms]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Second&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[gravityforms action=&#38;quot;conditional&#38;quot; merge_tag=&#38;quot;{Number:4}&#38;quot; condition=&#38;quot;greater_than&#38;quot; value=&#38;quot;6&#38;quot;]
Content for second Group
[/gravityforms]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Third&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[gravityforms action=&#38;quot;conditional&#38;quot; merge_tag=&#38;quot;{Number:4}&#38;quot; condition=&#38;quot;greater_than&#38;quot; value=&#38;quot;12&#38;quot;]
Content for 3rd group
[/gravityforms]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Obviously though, if they're answer is above 12 then they get output both content for group 2 and 3.  Can I somehow set a condition like..&#60;/p&#62;
&#60;p&#62;&#60;code&#62;condition=&#38;quot;greater_than&#38;quot; value=&#38;quot;6&#38;quot; + condition=&#38;quot;less_than&#38;quot; value=&#38;quot;12&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Conditional Logic survey: earning points per answer, show test result p/person"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-survey-earning-points-per-answer-show-test-result-pperson#post-147241</link>
			<pubDate>Fri, 15 Feb 2013 10:52:40 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">147241@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do this with a number field set to calculation enabled. You would enable values on your radio field and place the unique values per answer/label. Then add a number field to your form that calculates this by adding up all of the field answers together. You could then hide this field by either CSS using visibility: hidden or possibly even setting the field to admin only.&#60;/p&#62;
&#60;p&#62;Then, upon submission, you could use conditional shortcodes to display the proper score/confirmation message based on that calculated number field.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Shortcodes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Shortcodes&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liv2day on "Conditional Logic survey: earning points per answer, show test result p/person"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-survey-earning-points-per-answer-show-test-result-pperson#post-147191</link>
			<pubDate>Fri, 15 Feb 2013 07:09:10 +0000</pubDate>
			<dc:creator>liv2day</dc:creator>
			<guid isPermaLink="false">147191@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I'm building a survey.&#60;/p&#62;
&#60;p&#62;All questions have 'closed' radio button questions, per answer points can be earned. So A=1 point, B=3 points, C=0 points.&#60;/p&#62;
&#60;p&#62;How do I show at the end of the survey what the score is of that person? Can this be done with Conditional Logic? Can I add values to the answers and calculate the sum, then show a message when someone has 0-9 points, 10-15 points, etc.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
