amalieeh / assessment-support

TDT4501 Computer Science, Specialization Project (2021 FALL) with Sylvi Phuong Huynh @sylvihuynh. About Learning technology.
0 stars 0 forks source link

60 re algorithm #73

Closed sylvihuynh closed 2 years ago

sylvihuynh commented 2 years ago

created to functions for getting assessments to re-asses:

  1. chooseFrequentAssessmentBasedOnScore. This always returns an outlier in the batch. Outliers can be amongst those that where the frequency is low or those where frequency is high. Passing b = true as a param in the function will give an outlier amongst those that have a high frequency(?).

  2. chooseCorrelatedAssessment. This is based on correlation of a high score and the length of answer, and will retrieve an answer or null

amalieeh commented 2 years ago

If the user goes back and forth, outliers are added to the re-list again. This applies also without selecting points, because the points are set in state (even though it does not show).

Should we fix this now or create a bug?

Edit: Fixed in the new commit