SOFTENG310-Team4 / SMARTJ

SMARTJ is a web application designed to help active job seekers practice their interview skills and find available jobs in their field of study. Developed by Team 4 as part of the SOFTENG 310 course at the University of Auckland.
MIT License
0 stars 11 forks source link

feat:added the text answer feature #30

Closed jkim906 closed 3 months ago

jkim906 commented 3 months ago

Context

Added feature for user to be able to answer the question using text. Also made it so that when the user chooses either text or video option it goes to its corresponding page. Closes #32

What Changed?

Added a new page so that users are able to answer using text. (Added a separate page and component for this)

How To Review

Run it using npm start and start the interview practice. Make sure to select the text option in the interviewSettings page.

Testing

Tested trialling at different settings and times.

Risks

NA

Notes

NA

alin484 commented 3 months ago

Good job on implementing this feature! It's a great addition to allow users to answer questions using text.

There were some merge conflicts when I was bringing this branch in line with the latest changes on main, but I’ve resolved those for you. For next time, just a reminder to update your branch with the latest version of main before submitting the PR to avoid any conflicts.

Next Steps:

Thanks again for your hard work on this!