It sounds like you want to determine the mean for each participant and then that participant's standard deviation.
The formula for the mean is
_ ΣXi
X = -----
n
Where
_
X (X-bar) is the mean, ΣXi is the sum of the 4 contexts for each participant and n is the number of contexts which is 4 in this case.
Then the variance is
_
Σ(Xi - X)2
σ2 = -----------
n
and the standard deviation is
σ = √σ2, above.
Hope this helps.