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

Display report after practice session ends. #22

Open
3 tasks
milindvishnoi opened this issue May 28, 2020 · 5 comments
Open
3 tasks

Display report after practice session ends. #22

milindvishnoi opened this issue May 28, 2020 · 5 comments
Labels
Domain: User Experience This issue pertains to a developer's emotions and attitudes when building Grey Software. Priority: High After critical issues are fixed, these should be dealt with before any further issues. Type: Enhancement An issue that adds new feature or technology.

Comments

@milindvishnoi
Copy link
Contributor

Overview

This report is displayed after each practice session is over.

This report contains

  • Percentage Of Correct Questions
  • # of Questions answered
  • Time spent practicing
@milindvishnoi milindvishnoi added Domain: User Experience This issue pertains to a developer's emotions and attitudes when building Grey Software. Priority: High After critical issues are fixed, these should be dealt with before any further issues. Type: Enhancement An issue that adds new feature or technology. labels May 28, 2020
@ArsalaBangash
Copy link
Member

ArsalaBangash commented May 29, 2020

Let's change the title to: Display report after practice session ends.

Great work on the task breakdowns

@milindvishnoi milindvishnoi changed the title Report for per session Display report after practice session ends. May 29, 2020
@ArsalaBangash
Copy link
Member

Early wireframe

image

@ArsalaBangash
Copy link
Member

Updated UI Frame

image

@ArsalaBangash
Copy link
Member

Question Breakdown

Implementation Details

VueX

You need to store a list of challenge details. Each detail contains:

  • The challenge's infix representation '
  • The challenge's type
  • Correct Answer (Use math.js to evaluate the correct answer form the infix string)
  • Given Answer
  • Whether the question was skipped, correct, incorrect
  • The time it took

You can find most of this data from the ChallengeModel

@ArsalaBangash
Copy link
Member

@ArsalaBangash ArsalaBangash linked a pull request Oct 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain: User Experience This issue pertains to a developer's emotions and attitudes when building Grey Software. Priority: High After critical issues are fixed, these should be dealt with before any further issues. Type: Enhancement An issue that adds new feature or technology.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants