adaptive-learning / flocs-core

Components for intelligent learning of computer science
1 stars 0 forks source link

Create FixedThenRandom recommender #66

Closed effa closed 7 years ago

effa commented 7 years ago

1) some tasks in fixed order 2) random for unsolved 3) random from all except from the last one

matej-vanek commented 7 years ago

What does mean "except from the last one"? Is there some "last task"?

effa commented 7 years ago

It means the last task the student has just solved. Just not to give the student the same task twice in a row (if she has solved it).

matej-vanek commented 7 years ago

Done in e6ef0b3.