shevandrin / rqti

Create QTI Exercises and Exams from R
https://shevandrin.github.io/rqti/
GNU General Public License v3.0
4 stars 2 forks source link

answers_scores in directed pair docs #158

Closed johannes-titz closed 8 months ago

johannes-titz commented 8 months ago

answers_scores

If it is important to have different values of points for different pairs, it is necessary to list these points in the same order that the pairs are defined in the list: answers_scores: 2, 2, 1. In this case, the total number of points will be calculated as the sum of 'answers_scores', and the attribute 'points', if set, will be ignored.

I think this is error prone. Do we need this? A match table can handle this case, I believe.

shevandrin commented 8 months ago

do you mean, that it is better to rely only on points slot to deliver individual scores for answers for each pair?

johannes-titz commented 8 months ago

I would suggest to leave it undocumented as it might cause more trouble than be useful.

shevandrin commented 8 months ago

i will leave it at class docs, but remove from the article

johannes-titz commented 8 months ago

I can do it, I am working through the docs at the moment.