About the group
Harness the Power of Your Data
Gain meaningful insights from your data. Anthology Illuminate's (formerly Blackboard Data) engaging reports empower you to understand complex metrics at-a-glance
Get a clear picture of the learning activity at your institution. Know where and how you need to focus. Take the right action at the right time.
Illuminate Developer gives you direct access to the underlying data model powered by the Illuminate platform. It is helpful for Developers, Researchers, and System Administrators who want to create custom queries and analyses based on their institutional data.
Explore Illuminate files: https://community.blackboard.com/groups/files/127
Saas Clients can request and use Illuminate at https://data.blackboard.com/
Illuminate Reporting runs on https://aws.amazon.com/quicksight/
Learn more about Snowflake and SQL by taking this awesome new course: https://data-explorers.blackboard.com/
Ten things to remember about data and statistics.
SQL for DDA queries:
https://github.com/carolynponce?tab=repositories
https://github.com/hcrites-cscc/blackboard
https://github.com/zenandjuice/bbLearnDDA
Tutorial for SQL in DDA:
https://terrytips.co/at2023-sql/
LTI code samples:
https://github.com/1EdTech/ltibootcamp
AI Developer Assistant
https://chatgpt.com/g/g-67b0b8c0b1d4819186026bdcdcc78aa1-blackboard-data-illuminate-ai-developer
Take part in the Discussion
@Nicole Trudell
There are a few ways to collect building blocks, internal Bb tools, and LTI tools.
We are working on ...
This is a query that reports tools used in student submissions:
with daily_activity as (
select
s.id,
s.name as ...

@Jin Tan
I think you have Illuminate Extended Features. We can help with Snowflake SQL development.

@Szymon Machajewski can you help with snowflake sql?

@Steven Chippendale
You can get the Excel version of the Ally report and this will give you detailed scores for PDF, ...

@Dawn Hart
You can enable self-registration in the course, so reviewers can add themselves as students.
You can ...


Great topic. To understand your own business case in detail, I would suggest running some experiments. ...

@Szymon Machajewski Thank you very much for that. I hadn't thought about the submission table, I'll have a look.

@Steve Bailey
Later reply, but we use Python to pull data from Snowflake and import into local tools. When the data ...

@Steve Bailey
We are using Azure Synapse Analytics to retrieve data from Snowflake. For this, we use Snowflake ...