-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List mini-steps for each individual statement type #38
Comments
@tlatoza Could you please write the steps for LOOPS |
@tlatoza In order to separate the steps from the comments, I added a new panel behind the description panel to make them distinct. |
Maybe you could take a first pass at drafting steps, and then I can take a look? |
Could you please write the steps for LOOPS |
Here's some comments based on the current design.
Here's some text for the statement types: SET: FOR EACH UNTIL CALL RETURN There should be a space or two between the icon and the beginning of the explanation text. |
The middle description pane should better help users understand what each statement type asks them to do by explicitly listing mini-steps that they or the computer will perform. Each statement type (e.g., IF, strategy invocation, SET, execute, loops) has its own list of mini-steps. For example, the mini-steps for IF might look like:
Step 1: Find the value of the variable using the variables pane on the right.
Step 2: Inspect the condition in the statement. If the condition is true, click True. Otherwise, click False.
Step 3: The computer will go to the next statement.
Each ministep should have an icon on the far left that is either a person or the computer, indicating to the user which of the mini-steps they will perform and which will be performed by the computer.
The text was updated successfully, but these errors were encountered: