I am using some existing code and I do not understand this line. I only know that the default value can be used as part of the swtich statement, but does not know if there is any other use for this. The code is working. This is the part of TurkIt that is used to run programs through Amazon MTurk.
function getQuestion(numA, numB) { default xml namespace = "http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionForm.xsd"; var q = <QuestionForm> ...
See default before xml namespace statement.
user994165
source share