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

[BUG] Last Question Response not saved for text interview #94

Open axu732 opened 1 month ago

axu732 commented 1 month ago

Expected Behavior

Current Behavior

When submitting an text interview, the last response is never saved to the user data. The expected behaviour should be that all answers are present in the table of answers.

Possible Solution

Perhaps a reason why this is occurring is because the last response is not being passed from the answer componets on the change to the new screen

Steps to Reproduce

  1. Start an interview practice with text
  2. Do all questions and then submit. There should be a missing text answer in the last answer box.

Context (Environment)

Detailed Description

Possible Implementation