Widget:ExamObjDefinition: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
$.each(questions, function (index, value) { | $.each(questions, function (index, value) { | ||
this.questions[value.pagename] = getQuestionMembers(value.pagename); | this.questions[value.pagename] = getQuestionMembers(value.pagename); | ||
//can define other array members as null here as needed. | |||
}); | }); | ||
if (isTimed) { | if (isTimed) { | ||
Line 58: | Line 59: | ||
return result; | return result; | ||
} | } | ||
</script> | </script> | ||
</includeonly> | </includeonly> |