Skip to content

Commit a0e061e

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part3-understanding-the-backend”
1 parent c947d32 commit a0e061e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/open-sourcing-workshops-on-demand-part3-understanding-the-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ The verb is now **CLEANUP**. As a consequence, step 4 is now **CLEANUP**.
289289

290290
Nothing changes from 5 to 9.
291291

292-
10- `get_wod_completion_ratio()` allows us to retrieve through a simple computing of the numbers of notebooks cells executed thoughout the different exercices of the workshop a ratio. This enables us to see how much of the workshop is actually run. Participants are asked to fill out a form in a conclusion notebook which is present in every student's workshop's folder. But only 10 % of participant do fill it. That leaves many participants for which we don't know whether they liked or not or more importantly, did they actually run it ?
292+
10- `get_wod_completion_ratio()` Allows us to retrieve through a simple computing of the numbers of notebooks cells executed thoughout the different exercices of the workshop a ratio. This enables us to see how much of the workshop is actually run. Participants are asked to fill out a form in a conclusion notebook which is present in every student's workshop's folder. But only 10 % of participant do fill it. That leaves many participants for which we don't know whether they liked or not or more importantly, did they actually run it ?
293293

294294
This completion ratio script provides us this data and we store it in our database.
295295

0 commit comments

Comments
 (0)