Reaction time in a Serial Reaction Time Task

I’m trying to create a serial reaction time task using the Builder in Psychopy on a Windows machine. The task should go as such: the participant will be shown a 6 letter sequence and be instructed to use a keyboard to perform it as accurately and quickly as possible. After learning 1 sequence, the participant will be presented with random novel sequences. If they successfully learned the movement pattern required of the first sequence, they should perform the learned sequence much faster AND more accurately than any novel sequence.

I am hoping to get two timing outputs from my task:
1.) How long it takes the participant to initiate a response.
2.) The total time taken to generate the entire sequence.

IF at all possible, I’d love to know how long it takes for each letter within the sequence to be generated.