diff --git a/README.md b/README.md
index 998931053034e8ba091fa3324190f5cda0e8c4d3..a279873fb8c98611966bf750625ae5bb3a6eb40f 100644
--- a/README.md
+++ b/README.md
@@ -217,26 +217,83 @@ class Week1Titles(UTestCase):
 When this is run, the titles are shown as follows:
 ```terminal
  _   _       _ _   _____               _      
+
 | | | |     (_) | |  __ \             | |     
+
 | | | |_ __  _| |_| |  \/_ __ __ _  __| | ___ 
+
 | | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \
+
 | |_| | | | | | |_| |_\ \ | | (_| | (_| |  __/
- \___/|_| |_|_|\__|\____/_|  \__,_|\__,_|\___| v0.1.5, started: 16/09/2021 17:42:18
-
-CS 101 Report 2 (use --help for options)
-Question 1: Week1                                                                                                       
- * q1.1) test_add...................................................................................................PASS
- * q1.2) test_reverse...............................................................................................PASS
- * q1.3) test_output_capture........................................................................................PASS
- * q1)   Total.................................................................................................... 10/10
- 
-Question 2: The same problem as before with nicer titles                                                                
- * q2.1) Test the addition method add(a,b)..........................................................................PASS
- * q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]............................................................PASS
- * q2)   Total...................................................................................................... 8/8
- 
-Total points at 17:42:18 (0 minutes, 0 seconds)....................................................................18/18
 
+ \___/|_| |_|_|\__|\____/_|  \__,_|\__,_|\___| v0.1.17, started: 20/09/2021 18:56:39
+
+
+
+CS 102 Report 2 
+
+Question 1: Week1
+Question 1: Week1:   0%|                                                                 | [00:00<?]
+                                                                                                    
+Question 1: Week1                                                                                                       
+
+
+ * q1.1) test_add:   0%|                                                                 | [00:00<?]
+                                                                                                    
+ * q1.1) test_add...................................................................................................PASS
+
+
+ * q1.2) test_reverse:   0%|                                                             | [00:00<?]
+                                                                                                    
+ * q1.2) test_reverse...............................................................................................PASS
+
+
+ * q1.3) test_output_capture:   0%|                                                      | [00:00<?]
+                                                                                                    
+ * q1.3) test_output_capture........................................................................................PASS
+
+ * q1)   Total.................................................................................................... 10/10
+
+ 
+
+Question 2: The same problem as before with nicer titles
+Question 2: The same problem as before with nicer titles:   0%|                          | [00:00<?]
+                                                                                                    
+Question 2: The same problem as before with nicer titles                                                                
+
+
+ * q2.1) Test the addition method add(a,b):   0%|                                        | [00:00<?]
+                                                                                                    
+ * q2.1) Test the addition method add(a,b)..........................................................................PASS
+
+
+ * q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]:   0%|                          | [00:00<?]
+                                                                                                    
+ * q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]............................................................PASS
+
+ * q2)   Total...................................................................................................... 6/6
+
+ 
+
+Total points at 18:56:39 (0 minutes, 0 seconds)....................................................................16/16
+
+
+
+Including files in upload...
+
+ * cs102
+
+> Testing token file integrity...
+
+Done!
+
+ 
+
+To get credit for your results, please upload the single unmodified file: 
+
+> C:\Users\tuhe\Documents\unitgrade_private\examples\example_framework\instructor\cs102\Report2_handin_16_of_16.token
+
+
 ```
 What happens behind the scenes when we set `self.title` is that the result is pre-computed on the instructors machine and cached. This means the last test will display the correct result regardless of how `reverse_list` has been implemented by the student. The titles are also shown correctly when the method is run as a unittest. 
 
diff --git a/docs/snips/deploy.txt b/docs/snips/deploy.txt
index daaee537deb38d2648b8a2cf775b1210efd3c512..cd05147a2c211a2ee5e5f7254c151d01dba58673 100644
--- a/docs/snips/deploy.txt
+++ b/docs/snips/deploy.txt
@@ -3,7 +3,7 @@
 | | | |_ __  _| |_| |  \/_ __ __ _  __| | ___ 

 | | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \

 | |_| | | | | | |_| |_\ \ | | (_| | (_| |  __/

- \___/|_| |_|_|\__|\____/_|  \__,_|\__,_|\___| v0.1.17, started: 20/09/2021 18:56:39

+ \___/|_| |_|_|\__|\____/_|  \__,_|\__,_|\___| v0.1.17, started: 20/09/2021 18:57:44

 

 CS 102 Report 2 

 Question 1: Week1
Question 1: Week1:   0%|                                                                 | [00:00<?]
                                                                                                    
Question 1: Week1                                                                                                       

@@ -17,7 +17,7 @@
 
 * q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]:   0%|                          | [00:00<?]
                                                                                                    
 * q2.2) Checking if reverse_list([1, 2, 3]) = [3, 2, 1]............................................................PASS

  * q2)   Total...................................................................................................... 6/6

  

-Total points at 18:56:39 (0 minutes, 0 seconds)....................................................................16/16

+Total points at 18:57:44 (0 minutes, 0 seconds)....................................................................16/16

 

 Including files in upload...

  * cs102