var standardPrompt="Try a drag and drop question for yourself by dragging each word onto the right face and then clicking on the 'check' button. To watch the demonstration again click on the 'Show me >>' button."
var boldPrompt="";

var LB_dragSpacing=3
var LB_dragHeight=33;
var LB_tickOffset=85;
var LB_marginForError=70;
var LB_resetIncorrectOnly=false;

var LB_targets=new Array();

LB_targets[0]=new Array('Drag1');
LB_targets[1]=new Array('Drag2');
LB_targets[2]=new Array('Drag3');

var LB_correctFeedback="Well Done! You got them all right.";
var LB_partialFeedback="You got X out of Y correct.";
var LB_incorrectFeedback="Sorry, you didn't get any correct. Click 'reset' to try again.";
var LB_solutionFeedback="This is the correct solution.";
