Preview

## Rows: 14 Columns: 5
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: "\t"
## chr (4): event_name, Participant Name, Participant Email, Joined at
## dbl (1): Participant ID
## 
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
## Rows: 0 Columns: 1
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: "\t"
## chr (1): event_name
## 
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
## Rows: 29 Columns: 9
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: "\t"
## chr (3): event_name, Poll Type, Poll Question
## dbl (3): Poll ID, Count, Total Votes
## lgl (3): Poll Option, Correct Answer, Results
## 
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
## Rows: 2 Columns: 8
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: "\t"
## chr  (6): event_name, Question text, Status, User ID, Sentiment, Submission ...
## dbl  (1): Highlighted
## dttm (1): Submission Time
## 
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.

Setting up Slido

This is assuming you have already exported Slido data to a Google Drive folder. See the Slido export instructions for how to do that.

Navigate to the Google Drive folder that has the Slido data you’d like to collect. Get the URL for this folder. It should look like this:

Important: metricminer does not remove or redact identifying information that may be included in the data you collect, such as names, email addresses, Slido questions, or meeting notes. Review your data before sharing or publishing it.

https://drive.google.com/drive/u/1/folders/<SOME_FOLDER_ID_HERE>

Put the folder ID from this URL in the drive_id category in the _config_automation.yml file.

###### Slido ######
refresh-slido: yes
drive_id: 1XWXHHyj32Uw_UyaUJrqp6S--hHnM0-7l
slido_googlesheet:
  • In the _config_automation.yml file, make sure that refresh-slido is set to “yes”.

  • In drive_id, specify the Google Drive folder ID where your exported Slido data are saved. Delete the example folder ID we’ve put there.

  • Optionally, if you are saving data to Google, specify a googlesheet ID in slido_googlesheet where you’d like the Slido data to be saved. This will only be relevant if you’ve set data_dest to google.

Customizing the Slido Data

In order to customize the data you are downloading from your Slido you can modify the refresh-scripts/refresh-slido.R script in your repository.

You can take a look at the metricminer R package documentation for more details about the functions and what is possible.

If you have a metric need that is not currently fulfilled by metricminer or metricminer-dashboard we encourage you to file a GitHub issue with us and let us know about your new feature idea (or bug report).