I have development version of lms setup using docker i and to add some scripts to lms after someone submits a quiz. Frappe documentation told to enable scripts using bench set-config, so i went into the dockers bash and tried it but it told me the command is not available so how do i enable scripts for the site.
You need to be inside frappe bench
docker compose exec frappe bash -c "cd frappe-bench"
You can also manually change them from the config files in sites (global and site)
Thank you, I would also like to execute a script after someone submits an open-ended quiz i can’t get to trigger it automatically.
You need to set a reference doctype under the script type field, I assume LMS Quiz Submission