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

Fix logging errors and format #246

Open
bradbury opened this issue May 20, 2021 · 2 comments
Open

Fix logging errors and format #246

bradbury opened this issue May 20, 2021 · 2 comments
Assignees

Comments

@bradbury
Copy link
Member

There are some discrepancies with the time data in the game log. There are also some errors in logging including empty data reported. Regarding format, we need to revise to make it easier to parse.

@MichaelMiljanovic
Copy link
Member

Logging needs to be modified to better support the following aspects of data collection:

  1. Average seconds taken per level (per cohort & per student)
  2. Total failures per level (per cohort & per student)
  3. % of students who complete a given level
  4. % of students who fail a level at least once
  5. Mode of gameplay (Non-adaptive, adaptive gameplay, adaptive hints)
  6. (Average) Idle time (per cohort & per student)

@MichaelMiljanovic
Copy link
Member

Things to log:
competence (per level, vector of values)
cause of failure (obstacle, misuse of bugcatcher) / counting each event
move mode (adaptive (hints/gameplay) /nonadaptive) to higher level
logging levels completed / debug mode setting / picking levels

@Mvtj22 Mvtj22 closed this as completed Jul 22, 2021
@bradbury bradbury reopened this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants