Skip to content

Instantly share code, notes, and snippets.

@robinheinze
Created April 8, 2021 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinheinze/e069a1b937c1a12fa501ddcc1d8f0d91 to your computer and use it in GitHub Desktop.
Save robinheinze/e069a1b937c1a12fa501ddcc1d8f0d91 to your computer and use it in GitHub Desktop.
Show allAnswers view
...
export const QuestionModel = types
...
.views((self) => ({
get allAnswers() {
return shuffle(self.incorrectAnswers.concat([self.correctAnswer]))
}
)}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment