Forum: support


RE: Bonus points in nops_eval() [ Reply ] By: Achim Zeileis on 2025-01-22 17:38 | [forum:50051] |
Sorry, currently there is no "nice" way to do this. In principle, we have written nops_eval() in such a way that you can plug in a different nops_eval_write() function where you could also accomodate an adaptation of the evaluation. But currently this is not properly fleshed out and documented, yet. So for now I would probably recommend that you make a copy of the nops_eval.R source code and rename/adapt the function. Apologies for not having a better solution at the moment. |
RE: Bonus points in nops_eval() [ Reply ] By: michael schulte on 2025-01-22 17:09 | [forum:50050] |
I do this after everything has been processed in R ... not pretty but relatively straightforward with studentID ... I am no help - sorry ... |
Bonus points in nops_eval() [ Reply ] By: Andrea Tarelli on 2025-01-22 17:05 | [forum:50049] |
Hi All, Is there any way or workaround to easily attribute student-specific bonus points in nops_eval()? To give an example, students of a given class who hand in some homework during the course receive one extra point in the final exam. Is there any way to input a vector (ordered as in the register file) with the extra points, so that these contribute to the final mark appearing in the correction files? Many thanks, Andrea |