创建一个测验网站/数据库提取

时间:2021-07-15 12:45:57

I am trying to build a website of multiple choice quizzes. I have already seen some models out there like this one http://survley.com/start/what-kind-of-house-are-you.html

我正在尝试建立一个多选测验的网站。我已经看过像这样的一些模型http://survley.com/start/what-kind-of-house-are-you.html

I have already created a small database but I can't have it like this one, fetching me the next question without changing the page. could you tell me how this site is built? I mean, how is its database built and how does it function? do I need a Facebook app? thank you

我已经创建了一个小型数据库,但我不能像这样一个,在不更改页面的情况下提取下一个问题。你能告诉我这个网站是如何建成的吗?我的意思是,它的数据库是如何构建的以及它是如何运作的?我需要一个Facebook应用程序吗?谢谢

1 个解决方案

#1


0  

I think what you want to use is called AJAX. Basically it's using JavaScript to fetch what has to be shown for the next question from your server and send the provided answers to your server. Using a library like jQuery one can update the pages content really simple.

我想你想要使用的是AJAX。基本上它使用JavaScript从服务器获取下一个问题必须显示的内容,并将提供的答案发送到您的服务器。使用像jQuery这样的库可以非常简单地更新页面内容。

#1


0  

I think what you want to use is called AJAX. Basically it's using JavaScript to fetch what has to be shown for the next question from your server and send the provided answers to your server. Using a library like jQuery one can update the pages content really simple.

我想你想要使用的是AJAX。基本上它使用JavaScript从服务器获取下一个问题必须显示的内容,并将提供的答案发送到您的服务器。使用像jQuery这样的库可以非常简单地更新页面内容。