Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

QuestionSetToken : This key is almost equivalent of jwt token created as follows:

“questionSetToken“ = > {
"contentID": "",
"collectionID": "",
"userID": "",
"attemptID": "",
“questionList“: [“<do“<do-id-1>“1>“,”<do”<do-id-2>”2>”,…..”<do”<do-id-n>”n>”]
}

Step 2: Introduce responseKey(“Encrypted Value of Correct Response“) instead of correctResponse.value

...