Re: Question Regarding Sassessment Module Compatibility with Moodle 4.5 / PHP 8
I notice there are actually two plugins for "sassessment".
One plugin is an activity module, "mod_sassessment". The latest source code for this activity module appears to be for Moodle 3.6 and resides here:
https://github.com/e-rasvet/sassessment36
The other plugin is a question type, "qtype_sassessment". The latest source code appears to be for Moodle 4.x and resides here:
https://github.com/e-rasvet/moodle-qtype_sassessment4
Paul, was using the question type, perhaps until Moodle 4.1, but now we are on Moodle 4.5, and this questions type has stopped working. Specifically, when pressing "STOP" after an open response, the transcription and score is never receieved back from the Google API.
Which of these plugins are you hoping to use ofter the update to Moodle 4.5?