进行“测验”使用Javascript [英] Making a "quiz" using Javascript

查看:79
本文介绍了进行“测验”使用Javascript的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!


我有一个小型的电子商务网站,但对于其他一切网络相关我是

几乎是处女......
我想在我的商店里提供一些测验,这样人们可以交互式地找出哪些产品最适合他们。他们应该能够回答一些简短的问题(类型:你的皮肤是油性b。

敏感的c.dry d.normal)并且应该添加他们的分数up,

导致他们的最佳匹配(在这种情况下是皮肤护理)计划。一个

我的朋友说Javascript应该能够做到这一点,并且

有很多免费脚本可以在谷歌找到但是我还没有/>
找到了我正在寻找的东西......有什么想法吗?


谢谢!

Hi!

I have a small e-commerce site but for everything else webrelated I''m
practically virgin...
I''d like to offer some sort of quiz in my shop so people can
interactively find out which products suits them best. They should be
able to answer some short questions (type: is your skin a. oily b.
sensitive c.dry d.normal) and their score should be added up,
resulting in their best-matching (in this case skin care) program. A
friend of mine said Javascript should be able to do the trick and that
there are loads of free scripts to be found with Google but I haven''t
found quite what I''m looking for... Anybody any ideas?

Thanks!

推荐答案

我有一个小型电子商务网站,但对于其他一切网络相关我是
I have a small e-commerce site but for everything else webrelated I''m

几乎处女......

我想在我的商店里提供某种测验,这样人们就可以交互式地找出最适合他们的产品。他们应该能够回答一些简短的问题(类型:你的皮肤是油性b。

敏感的c.dry d.normal)并且应该添加他们的分数up,

导致他们的最佳匹配(在这种情况下是皮肤护理)计划。一个

我的朋友说Javascript应该能够做到这一点,并且

有很多免费脚本可以在谷歌找到但是我还没有/>
找到了我正在寻找的...有人有什么想法吗?
practically virgin...
I''d like to offer some sort of quiz in my shop so people can
interactively find out which products suits them best. They should be
able to answer some short questions (type: is your skin a. oily b.
sensitive c.dry d.normal) and their score should be added up,
resulting in their best-matching (in this case skin care) program. A
friend of mine said Javascript should be able to do the trick and that
there are loads of free scripts to be found with Google but I haven''t
found quite what I''m looking for... Anybody any ideas?



这样的事情可能需要一些服务器端脚本。


如果这真的是为了你的业务,我强烈建议你找一个技术娴熟的网络开发人员为你做这件事。这是一项投资

在您的业务中,您获得的回报将直接与您的投资质量相关联。


我不确定从互联网上挖掘免费脚本是否需要

导致专业的商店前端。

Something like that is probably going to require some server-side scripting.

If this is really for your business, I''d strongly recommend that you
find a skilled web-developer to do this for you. This is an investment
in your business and the returns you reap are going to be in direct
correlation to the quality of the investment you make.

I''m not sure that digging free scripts off the internet is going to
result in a professional looking store-front.

11月11日,17:22,Dan Rumney< danrum ... @ warpmail.netwrote:
On 11 jun, 17:22, Dan Rumney <danrum...@warpmail.netwrote:

I有一个小的电子商务网站,但对于其他一切网络相关我是

几乎是处女......

我想在我的网站上提供某种测验商店让人们可以交互式地找出最适合他们的产品。他们应该能够回答一些简短的问题(类型:你的皮肤是油性b。

敏感的c.dry d.normal)并且应该添加他们的分数up,

导致他们的最佳匹配(在这种情况下是皮肤护理)计划。一个

我的朋友说Javascript应该能够做到这一点,并且

有很多免费脚本可以在谷歌找到但是我还没有/>
找到了我正在寻找的...有人有什么想法吗?
I have a small e-commerce site but for everything else webrelated I''m
practically virgin...
I''d like to offer some sort of quiz in my shop so people can
interactively find out which products suits them best. They should be
able to answer some short questions (type: is your skin a. oily b.
sensitive c.dry d.normal) and their score should be added up,
resulting in their best-matching (in this case skin care) program. A
friend of mine said Javascript should be able to do the trick and that
there are loads of free scripts to be found with Google but I haven''t
found quite what I''m looking for... Anybody any ideas?



这样的事情可能需要一些服务器端脚本。


如果这真的适合您的业务,我强烈建议你找一个技术娴熟的网络开发人员为你做这件事。这是一项投资

在您的业务中,您获得的回报将直接与您的投资质量相关联。


我不确定从互联网上挖掘免费脚本是否会导致专业的商店前端。


Something like that is probably going to require some server-side scripting.

If this is really for your business, I''d strongly recommend that you
find a skilled web-developer to do this for you. This is an investment
in your business and the returns you reap are going to be in direct
correlation to the quality of the investment you make.

I''m not sure that digging free scripts off the internet is going to
result in a professional looking store-front.



你可能是对的。唯一的问题是,它是一个如此年轻的网站

(由于托管问题目前甚至离线)我几乎没有意识到

的营业额,更不用说盈利了。实现真正的投资似乎有点过早了。

也许最好还是使用电子邮件表格暂时回复

对人们的询问,而不是做一些不专业的嘟st

与免费脚本混杂...无论如何,谢谢!

You''re probably right. The only thing is, it''s such a young site
(currently even offline due to hosting issues) I hardly realize a
turnover at all, let alone profit. Making real investments seems a bit
premature.
Maybe it''s best to work with e-mail-forms for the time being to reply
on people''s enquiries instead of making some unprofessional mumble
jumble with free scripts... Thanks anyway!


Antha写道:

[snip]
Antha wrote:
[snip]

>

你可能是对的。唯一的问题是,它是一个如此年轻的网站

(由于托管问题目前甚至离线)我几乎没有意识到

的营业额,更不用说盈利了。实现真正的投资似乎有点过早了。

也许最好还是使用电子邮件表格暂时回复

对人们的询问而不是做一些不专业的嘟嘟

与免费脚本混淆......无论如何,谢谢!
>
You''re probably right. The only thing is, it''s such a young site
(currently even offline due to hosting issues) I hardly realize a
turnover at all, let alone profit. Making real investments seems a bit
premature.
Maybe it''s best to work with e-mail-forms for the time being to reply
on people''s enquiries instead of making some unprofessional mumble
jumble with free scripts... Thanks anyway!



因为它处于离线状态......尝试一些咕噜咕噜的混蛋......看看你能走多远。


这个论坛在回答类型的问题时非常有用:


"

我这样做了

我原以为是

我得到了另一个

我试着这样修理

但是我还是得到了另一个而不是那个。

你能提供关于如何进行的建议吗?

"


希望有帮助

Since it''s offline... try some mumble jumble... see how far you get.

This forum is very useful at answering questions of the type:

"
I did this
I was expecting that
I got the other
I tried fixing it this way
But I still get the other and not that.
Can you provide suggestions on how to proceed?
"

Hope that helps


这篇关于进行“测验”使用Javascript的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆