diff --git a/index.markdown b/index.markdown index 44c44ba44..3b7fabb7b 100644 --- a/index.markdown +++ b/index.markdown @@ -7,6 +7,7 @@ title: Multiple Parson's Problems on One Page --- # Parsons Practice + ## Parsons 1 (Line Based Grader) Re-arrange the blocks below so they print out "Hello World!" @@ -46,6 +47,46 @@ Re-arrange the blocks below so they print out "Hello World!" })(); +## My Test +
+ + ++ + +
+ ## Parsons 2 (Variable Check Grader) Construct a program that swaps the values of variablesx and y using the helper variable tmp. You can change the names of the variables () by clicking them.