RSA Lab Question fix

This commit is contained in:
thomashaw
2023-12-05 13:58:18 +00:00
parent 2dd01eee4c
commit e271c01e39

View File

@@ -446,7 +446,7 @@ Randomised instance generated by [SecGen](http://github.com/cliffe/SecGen) (<%=
</else_condition>
<quiz>
<question>What are the suitable values for e? (include spaces in your response and ensure the values are in ascending order, e.g. "The answer is 1 2 3")</question>
<answer>13 17 19 23 29 31 37 41 43 47 53 59</answer>
<answer>^13 17 19 23 29 31 37 41 43 47 53 59$</answer>
<correct_answer_response> :) <%= $flags.pop %></correct_answer_response>
<trigger_next_attack>true</trigger_next_attack>
</quiz>