From a9d641eca9d4dc3d51657c54876d6c42dc6ffa55 Mon Sep 17 00:00:00 2001 From: Kees van Kempen Date: Tue, 15 Feb 2022 11:36:26 +0100 Subject: [PATCH] 00: Fetch feedback from Yann --- .../00 Test Assignment.html | 13264 ++++++++++++++++ 1 file changed, 13264 insertions(+) create mode 100644 Test/feedback/2022-02-03 09:24:30.795366 UTC/00 Test Assignment.html diff --git a/Test/feedback/2022-02-03 09:24:30.795366 UTC/00 Test Assignment.html b/Test/feedback/2022-02-03 09:24:30.795366 UTC/00 Test Assignment.html new file mode 100644 index 0000000..bb69c38 --- /dev/null +++ b/Test/feedback/2022-02-03 09:24:30.795366 UTC/00 Test Assignment.html @@ -0,0 +1,13264 @@ + + + + + +00 Test Assignment + + + + + + + + + + + + + + + + + +
+
+
+

00 Test Assignment (Score: 1.0 / 1.0)

+
+
    + + + + + + + + + + + +
  1. Coding free-response (Score: 1.0 / 1.0)
  2. + + +
  3. Comment
  4. + + + + + + +
+
+
+
+
+
+ +
+
+
+
+

CDS: Numerical Methods Assignments

    +
  • See lecture notes and documentation on Brightspace for Python and Jupyter basics. If you are stuck, try to google or get in touch via Discord.

    +
  • +
  • Solutions must be submitted via the Jupyter Hub.

    +
  • +
  • Make sure you fill in any place that says YOUR CODE HERE or "YOUR ANSWER HERE".

    +
  • +
+

Submission

    +
  1. Name all team members in the the cell below
  2. +
  3. make sure everything runs as expected
  4. +
  5. restart the kernel (in the menubar, select Kernel$\rightarrow$Restart)
  6. +
  7. run all cells (in the menubar, select Cell$\rightarrow$Run All)
  8. +
  9. Check all outputs (Out[*]) for errors and resolve them if necessary
  10. +
  11. submit your solutions in time (before the deadline)
  12. +
+ +
+
+team_members = "Koen Vendrig, Kees van Kempen" +
+
+
+
+

Task 0

This is how a task will look like ...

+ +
+
+ +
+
+
In [1]:
+
Student's answer + Score: 1.0 / 1.0 (Top) +
+
+
+
print("Hello Malte/Yann/Taha, is this okay?")
+
+ +
+
+ +
+
+ +
+
+ + +
+ +
+ + +
+
Hello Malte/Yann/Taha, is this okay?
+
+
+
+ +
+
+ +
+
+
+
In [ ]:
+
+
 
+
+ +
+
+
+ +
+
+
+
+
+
+ +