// Text can be any number of lines.
// Last line of an item starts with a : and may specify a figure file.
// Elaborations are enclosed in braces.
Please re-assemble the program with as few actions as possible
:
{
A description of what the program does is displayed in the Instruction window
: instrn.gif
The statements that you must re-assemble are listed in the Problem window
: problem.gif
You will re-assemble the program in its correct order in the Answer window
: answer.gif
The actions available to you are to move statements, delete them or reorder them
:
The fewer the actions you take to re-assemble the correct program,
the better your grade. So, make every action count
:
// so do not just move everything over and THEN try to order them
Move statements one at a time from problem window to answer window
:
{
Click on the statement you want to move in the problem window
: moveClick.gif
While holding the mouse pressed, drag the statement across to the answer window
: moveDrag.gif
Drop the statement at its correct location in the answer window by releasing the mouse
: moveRelease.gif
Your move will be summarized in the feedback window
: feedback.gif
}
Delete statements that do not belong in the final program
:
{
Click on the statement you want to delete in the problem window or answer window
: deleteClick.gif
While holding the mouse pressed, drag the statement down to the trash window
: deleteDrag.gif
Drop the statment in trash by releasing the mouse in the trash window
: deleteRelease.gif
Your deletion will be summarized in the feedback window
:
}
Reorder statements as necessary in the answer window
:
{
Click on the statement you want to reorder in the answer window
: reorderClick.gif
While holding the mouse pressed, drag the statement up or down in the answer window
: reorderDrag.gif
Drop the statement in its new location by releasing the mouse
: reorderRelease.gif
If you move the statement down to a new location, the earlier statement at that location is moved up
:
If you move the statement up to a new location, the earlier statement at that location is moved down
:
Your reordering will be summarized in the feedback window
:
}
Submit your answer once you have moved/deleted all the statements from the problem window
:
{
Once the problem window is empty, submit button becomes available at the bottom right
: submit.gif
Click on Submit button to submit your answer
:
If the program you assembled is correct
:
{
A summary of your attempt is displayed in the feedback window
:
Click on Next Problem button to go to the next problem
: next.gif
}
If the program you assembled is incorrect
:
{
The first incorrect statement in the program is marked as incorrect in the answer window
Feedback on how to fix the statement is displayed in the feedback window
: errorFlag.gif
Follow the feedback - reorder/delete the statement to correct your program
:
If your program is still incorrect after several attempts, you will get the option to quit
:
{
Quit button becomes availabe at the bottom right
: quit.gif
If you click on Quit button, the correct answer will be displayed in the feedback window
:
The problem will be marked as unattempted
:
}
}
You can indent statements if indentation helps you solve the problem
:
{
Click on the statement you want to indent in the answer window
: indentClick.gif
While holding the mouse pressed, drag the statement across on the same line
: indentDrag.gif
Drop the statement at its new level of indentation by releasing the mouse
: indentRelease.gif
Note that indentation is not graded
:
}
}
You can always access these instructions in the tutor
Click on Help menu and select Using this tutor
: using.gif
}