ASP.NET 用户定义向导

发布于 2024-08-05 12:18:55 字数 133 浏览 3 评论 0原文

我正在启动一个项目,其中最终用户希望通过我们的 Web 应用程序创建一个向导,以便通过回答一系列问题将用户引导至应用程序内的特定页面。

以前有人做过类似的事情吗?

是否有任何开源或可购买的产品可供我实施或构建以提供帮助?

I am starting a project in which the end user would like to create a wizard via our web application in order to drive users to specific pages within the application by answering a series of questions.

Has anyone had to do anything similar before?

Are there any open source or purchaseable products that I can implement or build off of to help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泪意 2024-08-12 12:18:56

Christian 我想象有一些通用页面将用于捕获用户的信息。这些可能必须打开或关闭某些输入或功能。
根据问题的类型,您的用户将在向导中选择他们想要的页面类型,例如多项选择、主观等。

然后您必须为用户提供选择他们想要问的问题的便利。获取问题和要使用的页面类型并创建向导。问题的顺序将决定页面导航的顺序。

然后,您需要拥有可以接受向导并指导最终用户完成所有步骤的导航框架。

您还需要通用的验证框架来决定是否允许最终用户移动到下一页。

这是非常原始的,但你可以以此开始思考。访问投票和调查网站以了解他们如何创建调查,这将帮助您创建用户界面。

Christian I visualize that there are some generic pages that will be used to capture information from the user. These may have to be to turn on or off certain inputs or features.
Based on the type of question your users will select the type of page they want in wizard, like multiple choice, subjective etc.

Then you will have to give user facility to select question they want to ask. Take question and type of page to be used for them and create wizard thing. The order of question will determine the order of page navigation.

Then you need to have your navigation framework that can take the wizard thing and guide end-user through all the steps.

You will also need common validation framework to decide if end-user should be allowed to move to next page.

This is very primitive but you can start thinking with this. Visiting polling and survey site to know how they create surveys this will help you to create user interface.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文