Skip to content

Commit d8c8d49

Browse files
Fix eval questions
1 parent be8c78f commit d8c8d49

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

docs/evaluation.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@ Evaluate the course anonymously |[TODO](https://github.com/UPPMAX/n
5555
- I can create a Python script
5656
- I can run a Python script
5757
- I can run a Python script that uses a graphical library on an HPC cluster
58-
- In Python, I can create a variable
59-
- In Python, I can use a variable
58+
- I can create and use a variable in Python
6059
- I can convert a simple equation to Python code
61-
- In Python, I can find and use the operator for exponentiation
62-
- In Python, I know what the modulo operator is and when to use it
6360
- I can convert a simple text question to Python code
61+
- I can read and write to/from a file in Python
6462

6563
Any other feedback?
6664

docs/sessions/introduction_getting_it_to_run.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,11 @@ what you will learn today.
179179
- I can use a text editor on my HPC cluster
180180
- I can create a Python script
181181
- I can run a Python script
182-
- In Python, I can create a variable
183-
- In Python, I can use a variable
182+
- I can run a Python script that uses a graphical library on an HPC cluster
183+
- I can create and use a variable in Python
184184
- I can convert a simple equation to Python code
185-
- In Python, I can find and use the operator for exponentiation
186-
- In Python, I know what the modulo operator is and when to use it
187185
- I can convert a simple text question to Python code
186+
- I can read and write to/from a file in Python
188187

189188
## (optional) Exercise 3: where is what?
190189

0 commit comments

Comments
 (0)