<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to add the timer into the interface ?</title><link>https://community.appian.com/discussions/f/rules/27825/how-to-add-the-timer-into-the-interface</link><description>i was creating the question bank application in which i want the particular exam to be end in that specific time so how can i do that ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to add the timer into the interface ?</title><link>https://community.appian.com/thread/108249?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 07:59:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ff003944-da2f-47ed-8c27-ae037013e25d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Give it a try :-)&lt;/p&gt;
&lt;p&gt;Next time, please&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/15/pastedimage1676966393305v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add the timer into the interface ?</title><link>https://community.appian.com/thread/108248?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 07:57:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c3e69497-2552-4482-8eb0-7f7ea3eb7b2e</guid><dc:creator>shivanireddys</dc:creator><description>&lt;p&gt;Declare a local variable with the time period and have show when for specific section&amp;nbsp; in the interface&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a!localVariables(&lt;/p&gt;
&lt;p&gt;/* specify the time in minutes or hours when you want to end the exam */&lt;br /&gt; local!flag: now() + minutes&amp;nbsp;* 30,&lt;br /&gt; local!showWhen: a!refreshVariable(&lt;br /&gt; value: now() &amp;lt; local!flag,&lt;/p&gt;
&lt;p&gt;/* specify the interval after how many minutes you want to end the exam */&lt;br /&gt; refreshInterval:&amp;nbsp;30&lt;br /&gt; ),&lt;br /&gt; a!cardLayout(&lt;br /&gt; showWhen: local!showWhen,&lt;br /&gt;content:{&lt;/p&gt;
&lt;p&gt;}&lt;br /&gt; )&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;Hope this will work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add the timer into the interface ?</title><link>https://community.appian.com/thread/108247?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 07:52:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:48f94232-208f-484a-8f42-93671b3bb1f6</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;a href="https://community.appian.com/discussions/f/new-to-appian/25419/timer-function-in-interface"&gt;community.appian.com/.../timer-function-in-interface&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>