{% block title %} {# Add title here if needed #} {% endblock %} {% block content %}

Your task is to decode 3-digit numbers into letters using a decoding key that maps each letter of the alphabet to a unique 3-digit number. The number of correctly completed decodes represents the effort you put into serving the Customer and the quality of your service. The more decodes you correctly complete, the higher the quality of your service, which in turn leads to higher customer satisfaction.


When performing the decode task, you will be shown one 3-digit number at a time. You will use the decoding key to find the letter that matches the 3-digit number displayed and type the letter in the space provided. If you are incorrect, then you will be asked to try again.


Please enter only one letter for each number. Uppercase or lowercase letters are both acceptable. Please note that the decoding key will remain the same within a round and a different decoding key will be used in each round.


Each round is 2 minutes long. A countdown timer will indicate how much time remains in each round. Further, a live counter will display the number of decodes you have correctly completed in the round.



Here is an example of what the decoding task looks like:


Round 1
Time Remaining: 00:22
# Correct: 0
Decode: 392



Type the letter corresponding to the number. Uppercase or lowercase letters are both accepted.


DECODING KEY:
B = 663
C = 679
D = 767
E = 243
F = 957
G = 392
H = 798
I = 342
J = 941
K = 899
L = 559
N = 464
O = 248
P = 553
Q = 851
R = 280
S = 376
T = 930
U = 919
V = 537
W = 237
X = 116
Y = 526
Z = 625

Correct Answer: G



Please click ‘Next’ to continue.

{{ next_button }}
{% endblock %}