In Parameter mapping, you should be able to map these variables with sequence
From Execute SQL Task Editor:
For parameter Name: 0, 1, 2, 3 respectively to map your parameters. 0 and 2 are the same to map to Param2.
UPDATE dbo.MyTable
SET RunDate=? RunDuration=datediff(second, ?, ?)
WHERE CourseTitle =?
Check out this discussion: