如何从wordpress中的调查回复制作自定义结果页面? [关闭]

How to make a custom result page from survey responses in wordpress?

I am using Wordpress on a ubuntu server. and importing a survey feature for a homepage.

The scenario is

  1. User Login
  2. Survey
  3. Show some various custom page by responses. It can be shared.

The concept is similar with here.

Here is the list I searched about Wordpress survey.

  1. Embed google form and get responses from iframe. (I am not sure it is possible)
  2. Use wordpress plugin as WPForm. (I am not sure also how show the custom result page by user response)

Could you advice me what is the good way to make survey and immediate response on site?

If I needed to do this, I would create a custom (PHP) script with an if, elseif, else conditional structure to iterate through the possible outcomes. I'm not a WP genius, but I did come across this page: How to Customize WordPress Search Results Page which may help you. Anything else is going to require more details from you (sample code, desired outcomes, etc.) as a launch point to get an idea of what you need.

There is a WordPress Development Stack Exchange community that could potentially help as well.