|
<%if len(request.form("Submit"))<=0 then %>
<%else%>
<%
dim answer1,answer2,answer3,answer4,answer5,answer6,answer7,answer8,answer9,answer10,answer11,answer12,answer13,answer14,answer15
dim UserScore
answer1=int(Request.Form("R1"))
answer2=int(Request.Form("R2"))
answer3=int(Request.Form("R3"))
answer4=int(Request.Form("R4"))
answer5=int(Request.Form("R5"))
answer6=int(Request.Form("R6"))
answer7=int(Request.Form("R7"))
answer8=int(Request.Form("R8"))
answer9=int(Request.Form("R9"))
answer10=int(Request.Form("R10"))
answer11=int(Request.Form("R11"))
answer12=int(Request.Form("R12"))
answer13=int(Request.Form("R13"))
answer14=int(Request.Form("R14"))
answer15=int(Request.Form("R15"))
UserScore=answer1 + answer2 + answer3 + answer4 + answer5 + answer6 + answer7 + answer8 + answer9 +answer10 + answer11 + answer12 + answer13 + answer14 + answer15
%>
|
Your score: <% =UserScore %> |
|
Scores:
|
|
94-109 Your
website's marketing IQ is well ahead of average. If it's been online for 6 or
more months, your business reputation is good, your product is competitively
priced and you are including admonitions for consumers to contact you, your web
site should be making a significant impact on your business.
85-93 You
have a quality website, however, small tweaks can make big differences online.
If you are satisfied with your web site's sales performance, probably nothing
need be done at this time. However, if you are experiencing any dissatisfaction
a thorough site review is recommended.
77-84 Your
site design may be wonderful but doubtless search engines aren't seeing it or
ranking it very well and that means poor
traffic which in turn means poor
sales. Invest more sweat equity and bring it up to speed or consider switching
web designers to someone more marketing savvy. Remember that for most
businesses the first 90% of sales go to pay materials and overhead and that a
5-10% sales increase can sometimes mean a 25-75% improvement in overall
profits. Your web sites poor performance is costing you lost sales. Make
changes!
0-76 You
either know very little about the web site you own, OR you own a web site that
is costing you hosting fees and bringing little or nothing in return. If it was
an employee you would have fired it long ago as non-productive. Why then do you
tolerate a non-productive web site? Get a new web site that will be an asset instead
of a liability.
|
<%end if%>
|
|