Skip to content

Commit

Permalink
Merge pull request #99 from IrvingYHM/julio
Browse files Browse the repository at this point in the history
cambio de feedback2
  • Loading branch information
jul1oCesar0 authored Nov 25, 2024
2 parents 053de2a + ee509ed commit 3e0f9c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/views/feedback/encuesta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ function EncuestaCitas() {
const navigate = useNavigate();

const preguntas = [
"¿Qué tan difícil te pareció el proceso para agendar tu cita?",
"¿Qué tan fácil fue encontrar la información que buscabas?",
"¿Cómo calificarías la facilidad de uso del sistema para agendar tu cita?",
"¿En qué medida encontraste complicado el proceso de agendar tu cita?",
"¿Consideras que el proceso de agendar tu cita fue intuitivo?",
"¿Cuánto tiempo te llevó completar el proceso de agendar tu cita?",
"¿Qué tan satisfecho estás con el proceso de agendar una cita?",
"¿Qué tan rápido te pareció el sistema para agendar tu cita?",
"¿Qué tan claro fue el mensaje de confirmación de tu cita?",
];


// Verificar si el usuario ya completó la encuesta al montar el componente
useEffect(() => {
Expand Down

0 comments on commit 3e0f9c2

Please sign in to comment.