<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How to check the survey you have responded to in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3242544#M2848</link>
    <description>&lt;P&gt;When I answer a survey on the /supplier portal, the survey I answered disappears. However, I would like to be able to check the contents of the answered survey by the person who answered it. Is there any way to do this? Of course, I know that I can see it if I go to the back side.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 01:59:54 GMT</pubDate>
    <dc:creator>SotaT</dc:creator>
    <dc:date>2025-04-21T01:59:54Z</dc:date>
    <item>
      <title>How to check the survey you have responded to</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3242544#M2848</link>
      <description>&lt;P&gt;When I answer a survey on the /supplier portal, the survey I answered disappears. However, I would like to be able to check the contents of the answered survey by the person who answered it. Is there any way to do this? Of course, I know that I can see it if I go to the back side.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 01:59:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3242544#M2848</guid>
      <dc:creator>SotaT</dc:creator>
      <dc:date>2025-04-21T01:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the survey you have responded to</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3242583#M2849</link>
      <description>&lt;P&gt;Hi Sota,&lt;/P&gt;&lt;P&gt;By default the behaviour is&lt;SPAN&gt;&amp;nbsp;to show only incomplete surveys. That's the reason the answered survey's disappear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However&amp;nbsp;you can allow users to view their answered surveys in the supplier portal by customizing the view or creating a page/widget that shows completed surveys for the logged-in user.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* What’s Happening by Default&lt;BR /&gt;ServiceNow’s out-of-box survey functionality hides completed surveys from the portal view. This is controlled by the logic in the widgets (like Take Survey or My Assessments) that filter for:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;state != 'complete'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can Show Answered surveys to the person who answered them via 2 options. You can choose the feasible one:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Option 1: Add a Custom Page to View Completed Surveys&lt;BR /&gt;Steps:&lt;BR /&gt;1 Create a new Portal Page (e.g., /my_surveys) in Service Portal Designer.&lt;BR /&gt;2 Add a List widget or create a custom widget.&lt;BR /&gt;3 Source: asmt_assessment_instance table.&lt;BR /&gt;4 Filter:&lt;BR /&gt;◦ user = javascript&amp;amp;colon;gs.getUserID()&lt;BR /&gt;◦ state = complete (or include all if you want history of in-progress + complete)&lt;BR /&gt;5 Optionally, link to a detailed survey response view.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Option 2: Customize or Clone the Survey Widget&lt;BR /&gt;If your portal is using the Take Survey or My Assessments widget:&lt;BR /&gt;1 Clone the widget.&lt;BR /&gt;2 Modify the server script:&lt;BR /&gt;◦ Remove the filter that says:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;gr.addQuery ('state', '!=', 'complete');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;◦ OR add a separate section to show state == complete.&lt;BR /&gt;In the HTML template, render the completed surveys as read-only (optional).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&amp;nbsp;Else &lt;/SPAN&gt;&lt;SPAN&gt;to show the actual answers, query:&lt;BR /&gt;• Table: asmt_assessment_instance_question&lt;BR /&gt;• Filter: instance = [user’s completed assessment_instance]&lt;BR /&gt;• Display: question_text, answer_text&lt;BR /&gt;You can do this in a custom widget that shows both the survey and their submitted answers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;&lt;DIV class=""&gt;Regards,&lt;/DIV&gt;&lt;DIV class=""&gt;Madhuri&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Apr 2025 04:06:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3242583#M2849</guid>
      <dc:creator>MC30</dc:creator>
      <dc:date>2025-04-21T04:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the survey you have responded to</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3242594#M2850</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/795122"&gt;@SotaT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once survey is taken end user cannot see the completed surveys&lt;/P&gt;
&lt;P&gt;It's OOTB behavior.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 04:58:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3242594#M2850</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-21T04:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the survey you have responded to</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3284351#M3334</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/795122"&gt;@SotaT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 08:49:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3284351#M3334</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-06-09T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the survey you have responded to</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3325334#M3822</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/795122"&gt;@SotaT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 04:46:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-check-the-survey-you-have-responded-to/m-p/3325334#M3822</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-07-18T04:46:34Z</dc:date>
    </item>
  </channel>
</rss>

