Skip to main content

Hi Community,

I'm looking for a way to add multiple users to a course that has an exam component.

The exam is not relevant for them because they already passed it on another platform.

Is there a way to add them to the course and assign them a score for the exam without requiring them to take it again?


Thank you,

Neil

perhaps with an API but not via the front end. The enrolment via CSV only allows you to enrol users; not set a status nor a score. You can update manually of course if your score numbers are relatively similar you could potentially do that in batches but probably too much work...


You can do this via API for sure, in fact it is almost covered in one of the Quick Grabs articles, so you don’t even need to be comfortable with API’s to do it:

The current template on that does not have score added, but it would be fairly easy to do, its one more value in the output. Are you planning to assign the same score across the board or individual ones? If the same across the board, you could use the post exactly as is and add a hardcoded value into the right spot with a find/replace action.


Hi Bfarkas,

Thanks for the useful guides. I am also looking for a bulk-evaluation for a learner per even/session. Is it something you’ve tried out before?

 

Thanks,

Neil


Reply