Hi Navi,
Tag 'resp' remains the same for both types of responses as you would have mentioned in your stimulus properties. But you can distinguish between two responses using CellNumber and CellLabel. Whatever stimuli do 'p' and 'q' represent, when you define these stimuli in your TrialList give different CellNumber to stimuli, e.g.,
Stimulus type = 1 CorrectResponse = p CellNumber = 1
Stimulus type = 2 CorrectResponse = q CellNumber = 2
Then in the unreferenced E-Objects create a CellList. In this CellList you can give different CellLabels against the CellNumbers.
By doing this, you can segment your EEG data in NetStation. In segmentation tool you select your raw EEG file. Your code will be 'resp' and your cell will be the CellLabel which you give to that stimulus in E-Prime.