Actions with submit event

Hello,
On each question the same actions are made during the submission.
Is there a function to detect the submission event of a question to call a function?
Capture

Thanks for your help

Hi,

Unfortunately, there’s no submit event yet.
If the actions are the same for all events (Correct/Incorrect/Incomplete), you can copy them to On Click event of Submit button (after Submit action), and delete them from original events.

Regards