this post was submitted on 04 Nov 2024
2 points (75.0% liked)

Nouv

4 readers
1 users here now

Create your own Duolingo for University/School subjects using AI. Packaged as a Webapp you can bring anywhere.

founded 3 weeks ago
MODERATORS
 

I'm looking to improve upon the algorithm I use to score each question on a per-user level. This is used to create personalized Trainings right now. I also want to include weak questions in each Level soon.

Any ideas to improve it?

Here's a snippet from the GitHub issue description:

This is it right now in pseudocode:

score for each question = 0.5 * number of failed questions / average accuracy + time taken for the question

It's important to add a ratio of how many times the user has completed / failed the question and how long ago it was last completed.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here