diff --git a/create-evaluation-files.py b/create-evaluation-files.py
index 00973e5ade3f2feffbefb42cc0927e15d4b0feff..c3a980e23d3e225f6ec54c0e3e3ff82a63b29a75 100644
--- a/create-evaluation-files.py
+++ b/create-evaluation-files.py
@@ -780,6 +780,8 @@ for projID in project_ids:
                         user_data[x]['Email'])
             if user_data[x]['tentative']:
                 _cur_proj_students += "<td>TENTATIVE</td>"
+            if user_data[x]['I am confirming my participation for the selected project'] != "Yes":
+                _cur_proj_students += "<td>online-only</td>"
             _cur_proj_sep = "</tr><tr><td>"
         tmp_row = tmp_row.replace("{{PARTICIPANTS_LIST}}", _cur_proj_students)
     else: