ubc / vizit2

Course Visualization for Instructional Teams (VizIT): An R package and Shiny app for visualizing data from student engagement in edX courses.
https://ubc.github.io/vizit2/
MIT License
1 stars 0 forks source link

Document generation of .config.json #12

Open lstmemery opened 7 years ago

lstmemery commented 7 years ago

This is required for any non-UBC institution.

wilsongoode commented 4 years ago

Setting this up for Davidson College's edX data! If you could share a template for this file, that would be super helpful. We're currently stuck at this stage.

lstmemery commented 4 years ago

Hi @wilsongoode,

It's been a while since I was on this project but I think the JSON should look like this:

[{"courses": [{"short_name": "Biobank1x_1T2017", "big_table": "UBCx__Biobank1x__1T2017", "cloud_platform": "UBCx__Biobank1x__1T2017"}]

Essentially, the dashboard needs to know which tables to look at in Google BigQuery. I'll try to look for old configs.