Line 3: |
Line 3: |
| === Usage === | | === Usage === |
| A learner will: | | A learner will: |
− | *review and run an included example module, | + | *review and run an included example module, observing code and behaviour, |
− | *modify an included example module, and run the modified version, | + | *modify an included example module, and run the modified version, observing changed behaviour, |
− | *build on an included example module, without change to the example module, by importing it into new code, | + | *write a fresh module, creating new behaviour, |
− | *build on an included example module, with modifications, | + | *write a fresh module that imports an included example module unchanged, deriving behaviour from existing behaviour, |
− | *derive more complex code using modules created by teachers or other learner, with or without changing the contributed module, | + | *write a fresh module that imports a modified example module, |
− | *write fresh modules.
| + | *write two fresh modules one of which imports the other, |
| + | *derive more complex code using modules created by teachers or other learners, with or without changing the contributed module. |
| | | |
| A group of learners will do the above, but also: | | A group of learners will do the above, but also: |