blink.gif
I install this script using MySql 4.1 and after MySql 5.0 in both case I have problems when I want to paste text into a None (blank) or any other kind of question, actually when I clic Save question in the next screen the text is missing (it is gone)
I update the file you said we have to update, but it doesn't work
But when I enter a text like this into a None (blank):
si_test:
h50mysql21.secureserver.net

si_survey:
h41mysql67.secureserver.net


$query = "UPDATE {$this->CONF['db_tbl_prefix']}questions SET page = page + 1 WHERE sid = $sid AND
((page > $page) OR (page = $page AND oid > $oid))";

This text appears in the next screen.

When I use a text like this:
Bienvenido al Test Drive para la Apreciación del “Clima Laboral” en donde se consideran estos 10 aspectos:

1. Capacitación.
2. Compromiso con la organización.
3. Comunicación.
4. Condiciones laborales.
5. Liderazgo.
6. Motivación.
7. Reconocimientos.
8. Toma de decisiones.
9. Trabajo en equipo.
10. Valores.

A manera de ejemplo, aquí se presentan los 10 aspectos con 2 preguntas cada uno dando un total de 20 preguntas. En un caso real se consideran 10 preguntas por cada uno de estos aspectos dando un total de 100 preguntas.

Pase adelante, conteste todas las preguntas. Sus respuestas son totalmente anónimas.

Muchas gracias.

Text doesn't appear in the next screen.

Any idea why???????????????

TIA