luzeli29 / iapplymath

iapplymath.vercel.app
1 stars 1 forks source link

stuck on question level 1 restaurant #210

Closed luzeli29 closed 1 year ago

luzeli29 commented 1 year ago
Screen Shot 2023-07-06 at 12 29 43 AM

We need to provide answers for every question at the third wrong attempt. sequence should be as follows - (first wrong attempt = Try again, second wrong attempt = equation or hint, third wrong attempt = answer) if they do not get the answer they become stuck and cannot move through the game.

johnleh commented 1 year ago

You added a space, Pablo this is an easy fix. All you have to do is edit the regex to allow for space. Make changes to the regex and test different combinations with this website https://regex101.com/. Let me know if you need help. The code change is in the QuestionFormat file.

esc20936 commented 1 year ago

Ok I’ll do it tomorrow first thing in the morning! I’ll let u know

On Sat, 8 Jul 2023 at 22:00 John Le Houillier @.***> wrote:

You added a space, Pablo this is an easy fix. All you have to do is edit the regex to allow for space. Make changes to the regex and test different combinations with this website https://regex101.com/. Let me know if you need help. The code change is in the QuestionFormat file.

— Reply to this email directly, view it on GitHub https://github.com/luzeli29/iapplymath/issues/210#issuecomment-1627595669, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASOQQ4PYUZ42BG77BPITUTDXPIUEZANCNFSM6AAAAAAZ72HWTA . You are receiving this because you were assigned.Message ID: @.***>

--

La información contenida en este correo electrónico es estrictamente CONFIDENCIAL; está destinada únicamente al destinatario designado. En caso de que este mensaje haya sido recibido por error o llegue a manos equivocadas, le informamos que queda expresamente PROHIBIDO utilizar, divulgar, copiar o distribuir cualquier información contenida en él.  En lugar de leerlo, le solicitamos encarecidamente que lo borre  inmediatamente y notifique al propietario emisor acerca del error en la entrega. ****

Los comentarios o puntos de vista expresados en este correo electrónico son únicamente una expresión del emisor y no necesariamente representan ideologías,  políticas o posiciones oficiales de la entidad. Le recordamos la importancia de mantener la confidencialidad y el respeto por la PRIVACIDAD de la información conforme las leyes vigentes.

johnleh commented 1 year ago

No worries haha sorry for late night emails.

esc20936 commented 1 year ago

solve it on PR #264