The first row of array which is user answer will be sorted by alphabetical order. Since the correct keys already in order, I just need to compare them directly. Each token checked and whenever they match the count added to variable.
For more random keys,the list need to be sorted too in separate array. I'll be back for that part.