%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
cidsurvey=request.querystring("cidsurvey")
aencab = Session("encuesta2")
If isArray(aencab) Then
cliente=aencab(1,0)
fecha=aencab(1,1)
calidad=aencab(1,2)
tiempos=aencab(1,3)
precios=aencab(1,4)
atencion=aencab(1,5)
general= aencab(1,6)
ccomentarios=aencab(1,7)
ccoment1=aencab(1,8)
ccoment2=aencab(1,9)
ccoment3=aencab(1,10)
ccoment4=aencab(1,11)
ccoment5=aencab(1,12)
ccorreo=aencab(1,13)
else
response.redirect("encuestabusca.asp")
end if
%>
Sinil - Customer Service

ENCUESTA DE SATISFACCION DEL CLIENTE
|
CLIENTE: |
<%=cliente%> |
FECHA: |
<%=fecha%> |
|
Correo: |
<%=ccorreo%> |
|
|
La información recabada servirá para mejorar en la medida de lo posible el servicio que le brinda Sinil Industry.
Gracias por elegir a Sinil como su proveedor de cartón.
1.-¿Qué opina de la calidad de los productos que le ofrece Sinil?
<% if calidad>2 then %>
Porque? <%=ccoment1%>
<% end if %>
2. ¿Cómo han sido los tiempos de entrega del material?
<% if tiempos>2 then %>
Porque? <%=ccoment2%>
<% end if %>
3. ¿Qué le parecen los precios que le brinda Sinil?
<% if precios>2 then %>
Porque? <%=ccoment3%>
<% end if %>
4. ¿Cómo calificaría el servicio y la atención brindada por el personal de ventas?
<% if atencion>2 then %>
Porque? <%=ccoment4%>
<% end if %>
5. En general ¿cómo considera el servicio que Sinil le prestó?
<% if general>2 then %>
Porque? <%=ccoment5%>
<% end if %>
|
|
COMENTARIOS:
|
| <%=ccomentarios%> |
|