Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post practice session report #48

Closed
wants to merge 10 commits into from
Closed

Post practice session report #48

wants to merge 10 commits into from

Conversation

milindvishnoi
Copy link
Contributor

No description provided.

@milindvishnoi milindvishnoi marked this pull request as draft July 22, 2020 18:22
@milindvishnoi milindvishnoi mentioned this pull request Jul 22, 2020
6 tasks
Copy link
Member

@ArsalaBangash ArsalaBangash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep up the good work!

};
</script>

<style scoped>
.mobile-container {
width: 420px;
max-height: 85%;
min-height: 85%;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What were you trying to fix with this?

@@ -107,6 +96,15 @@ export const actions: ActionTree<PracticeState, any> = {
context.commit(PracticeMutations.RESET_PRACTICE_SESSION)
},
skipQuestion(context) {
const questionReport = {
question: context.state.question.infix,
answer: "-",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not an empty string here?

},
createQuestionReport(state: PracticeState) {

var added = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@milindvishnoi
Copy link
Contributor Author

milindvishnoi commented Jul 26, 2020

PR Notes

  • Change implementation for wrong Q's
  • Add Color Plate
  • Add timer mode for all Q's
  • Reset after every play session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Revisit This issue will be revisited in the future!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display report after practice session ends. Create a stats module to keep track of a user's practice stats
2 participants