Attempts are not saved after each quiz

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
rails, ruby
Domain
backend

Research direction

Start in the quiz controller's Answer method, which the issue identifies as the location of the problem. Reproduce a quiz attempt and inspect whether the attempt persists after each quiz completion; done means completed attempts are saved without relying on the temporary condition shown in the issue.

Written by the indexing model from the issue text.

Description

In the Answer method fo quiz controller, the attempts are not saved after each quiz. May be @attempt.save need to be added after completion of each quiz?
My temporary fix for attempting the microservice blog post was to do the following below:

if @attempt.current_question_number == 6
  @attempt.save!
end
Dominant language
Ruby
Stars
3
Forks
3
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.