From 247d16acbaeb0e2c882ab0407a1cc41c39b44395 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Tue, 16 Jan 2024 09:58:39 +0100 Subject: [PATCH] Add other goals --- .../afternoon_session/hello_little_turtles.md | 24 ++++++++++++------- .../morning_session/the_way_of_the_program.md | 5 ++++ .../using_the_python_interpreter.md | 11 ++++++--- .../working_with_python_scripts.md | 5 ++++ 4 files changed, 33 insertions(+), 12 deletions(-) diff --git a/docs/afternoon_session/hello_little_turtles.md b/docs/afternoon_session/hello_little_turtles.md index 429d5db..275441a 100644 --- a/docs/afternoon_session/hello_little_turtles.md +++ b/docs/afternoon_session/hello_little_turtles.md @@ -12,17 +12,22 @@ Teaching goals are: - * Learners have observed the error when importing a Python package without the needed UPPMAX module loaded - * Learners have search through the UPPMAX modules - * Learners may find out that X-forwarding is important - * Learners have gotten 'stuff to work' + - Learners have observed the error when importing a Python package without the needed UPPMAX module loaded + - Learners have search through the UPPMAX modules + - Learners may find out that X-forwarding is important + - Learners have gotten 'stuff to work' + + Other goals are: + + - Verify that learners indeed have learned how to login with X-forwarding. + Redirect to remote desktop environment as a solution Lesson plan: - * 5 mins: prior knowledge - * 5 mins: presentation - * 25 mins: challenge - * 5 mins: feedback + - 5 mins: prior knowledge + - 5 mins: presentation + - 25 mins: challenge + - 5 mins: feedback ## Overview @@ -146,7 +151,8 @@ Now, try to get the script to work. When running the code, there should be a visible pop-up window. If not, re-read [the UPPMAX documentation page 'Login to Rackham'](http://docs.uppmax.uu.se/getting_started/login_rackham/) -and enable X-forwarding. +and enable X-forwarding. If X-forwarding does not work, +use the Rackham remote desktop environment. ???- question "Need more hints?" diff --git a/docs/morning_session/the_way_of_the_program.md b/docs/morning_session/the_way_of_the_program.md index 90cfdf8..5ee035c 100644 --- a/docs/morning_session/the_way_of_the_program.md +++ b/docs/morning_session/the_way_of_the_program.md @@ -21,6 +21,11 @@ * Learners have used the terms syntax error, runtime error and semantic error * Learners have run code in the Python interpreter + Other goals are: + + - Verify that learners indeed have learned how to create a file + - Verify that learners indeed have learned how to use a text editor + Lesson plan: * 5 mins: prior knowledge diff --git a/docs/morning_session/using_the_python_interpreter.md b/docs/morning_session/using_the_python_interpreter.md index 428bbd4..e38e169 100644 --- a/docs/morning_session/using_the_python_interpreter.md +++ b/docs/morning_session/using_the_python_interpreter.md @@ -10,9 +10,14 @@ Teaching goals are: - * Learners have used the UPPMAX documentation - * Learners have used the Python interpreter - * Learners have loaded Python using the module system + - Learners have used the UPPMAX documentation + - Learners have used the Python interpreter + - Learners have loaded Python using the module system + + Other goals are: + + - Verify that learners indeed have learned how to login + - Verify that learners indeed have learned how to use the module system Lesson plan: diff --git a/docs/morning_session/working_with_python_scripts.md b/docs/morning_session/working_with_python_scripts.md index 1cab71c..8c8efb2 100644 --- a/docs/morning_session/working_with_python_scripts.md +++ b/docs/morning_session/working_with_python_scripts.md @@ -12,6 +12,11 @@ * Learners have created a Python script * Learners have run a Python script + Other goals are: + + - Verify that learners indeed have learned how to create a file + - Verify that learners indeed have learned how to use a text editor + Lesson plan: * 5 mins: prior knowledge