// Step: The title that the student sees in overview/progress panel // Type: specifies whether this is a recursive script or wizard // Location: specifies where to find the script; Used by WizardFactory to determine the wizard to use // and by ScriptModel to find the appropriate script // For Location Step: // Section: The section in code in which the student must locate it // Action: The value of Statement in specification that points to what the student should have selected // e.g., could be Subsection, Prompt or Input for variable input // Modifies: The name of the attribute modified in problemSpec which can be used by a subsequent step // to conidtionally pick a course of action // Identify whether 1-way, 2-way or multi-way selection Step: Identify the type of multi-way selection statement Type: Wizard Location: multiway Modifies: control.multiway.selection // Picks among if.scr, ifelse.scr and multiway.scr based on Modifies tag set by previous step Step: Write the selection statement Type: Script Location: control/$control.multiway.selection