Commit 1255ed13 by kimth

Adjust comments

parent 57810bb5
...@@ -789,8 +789,8 @@ class CodeResponse(LoncapaResponse): ...@@ -789,8 +789,8 @@ class CodeResponse(LoncapaResponse):
In contrast to ExternalResponse, CodeResponse has following behavior: In contrast to ExternalResponse, CodeResponse has following behavior:
1) Goes through a queueing system 1) Goes through a queueing system
2) Does not do external request for 'get_answers' 2) Does not do external request for 'get_answers'
The XML definition of a CodeResponse is meant to be identical to that of ExternalResponse. Simply replace the The XML definition of a CodeResponse is identical to that of ExternalResponse. Simply replace
tag 'externalresponse' with 'coderesponse' the tag 'externalresponse' with 'coderesponse'
''' '''
response_tag = 'coderesponse' response_tag = 'coderesponse'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment