diff --git a/source/_images/release_notes/teak/in-context-analyticsbutton.png b/source/_images/release_notes/teak/in-context-analyticsbutton.png new file mode 100644 index 000000000..8bb2b5657 Binary files /dev/null and b/source/_images/release_notes/teak/in-context-analyticsbutton.png differ diff --git a/source/_images/release_notes/teak/in-context-highlevelengagementcharts.png b/source/_images/release_notes/teak/in-context-highlevelengagementcharts.png new file mode 100644 index 000000000..13c90b8df Binary files /dev/null and b/source/_images/release_notes/teak/in-context-highlevelengagementcharts.png differ diff --git a/source/_images/release_notes/teak/in-context-problemcomponent.png b/source/_images/release_notes/teak/in-context-problemcomponent.png new file mode 100644 index 000000000..f7ffcb389 Binary files /dev/null and b/source/_images/release_notes/teak/in-context-problemcomponent.png differ diff --git a/source/_images/release_notes/teak/in-context-sidebar.png b/source/_images/release_notes/teak/in-context-sidebar.png new file mode 100644 index 000000000..8e1ee5de0 Binary files /dev/null and b/source/_images/release_notes/teak/in-context-sidebar.png differ diff --git a/source/_images/release_notes/teak/in-context-subprobvid.png b/source/_images/release_notes/teak/in-context-subprobvid.png new file mode 100644 index 000000000..c533e7a3c Binary files /dev/null and b/source/_images/release_notes/teak/in-context-subprobvid.png differ diff --git a/source/_images/release_notes/teak/in-context-unitsidebar.png b/source/_images/release_notes/teak/in-context-unitsidebar.png new file mode 100644 index 000000000..b257fbfb4 Binary files /dev/null and b/source/_images/release_notes/teak/in-context-unitsidebar.png differ diff --git a/source/_images/release_notes/teak/in-context-videocomponent.png b/source/_images/release_notes/teak/in-context-videocomponent.png new file mode 100644 index 000000000..248fd480b Binary files /dev/null and b/source/_images/release_notes/teak/in-context-videocomponent.png differ diff --git a/source/_images/release_notes/teak/temp.txt b/source/_images/release_notes/teak/temp.txt new file mode 100644 index 000000000..68ecd6742 --- /dev/null +++ b/source/_images/release_notes/teak/temp.txt @@ -0,0 +1 @@ +This is a placeholder file in the new teak release notes images folder. diff --git a/source/community/release_notes/teak/aspects_updates.rst b/source/community/release_notes/teak/aspects_updates.rst index efb2da2fd..5fa84ff77 100644 --- a/source/community/release_notes/teak/aspects_updates.rst +++ b/source/community/release_notes/teak/aspects_updates.rst @@ -1,15 +1,54 @@ -Aspects Updates -############### - -For the upcoming Teak and Ulmo releases, we plan to invest in a few areas to -support content modularity, flexible learner credentialing, and non-degree -credential pathways. We'll expand Individual Learner Dashboards to show learner -progress through content tagged with a particular competency. We'll surface data -in-platform to show how library content is performing across an instance. We'll -give users the ability to define groups of learners, so that they can view what -and how these learners are doing. - -The Open edX Teak release comes out in June 2025. +Introducing In-Context Analytics in Studio +########################################## + +The Design, Product, and Engineering Teams from Schema Education, OpenCraft, and Axim Collaborative are excited to introduce In-Context Analytics to Open edX Studio.The primary goal of this feature is to equip busy course delivery teams with the data they need to make informed revisions to courses right where they edit course content. + +In-Context Analytics introduces a new frontend plugin slot that can be used with Aspects, customized to display metrics from other systems, or disabled (the default). Instance Operators wanting to learn more about how to set up In-Context Analytics for their instance should see Configure Aspects for Production :doc:`openedx-aspects:technical_documentation/how-tos/production_configuration`. + +When enabled, users will see a new Analytics button at the top of the page on Course Outline and Unit pages. + +.. image:: /_images/release_notes/teak/in-context-analyticsbutton.png + +Clicking the Analytics button opens an easy-to-access, easy-to-collapse sidebar in Studio that displays content engagement and performance data alongside the course outline, problem, and video components. + +.. image:: /_images/release_notes/teak/in-context-sidebar.png + +High-level Course Engagement Analytics +************************************** + +The In-Context Analytics sidebar on the Course Outline page provides high-level insight into how learners are engaging with graded subsections, problems, and videos throughout the course. + +.. image:: /_images/release_notes/teak/in-context-highlevelengagementcharts.png + +Course delivery teams can easily drill in to view more detailed data about a single graded subsection, problem, or video by selecting the subsection or component of interest from the menu beneath the engagement charts. + +.. image:: /_images/release_notes/teak/in-context-subprobvid.png + +Component Engagement and Performance Analytics +********************************************** + +In comparison to the analytics provided on the Course Outline page, the In-Context Analytics sidebar on the Unit page provides more granular insight into how learners are engaging with a single course component at a time. From the sidebar, users simply click on the component they want to view more information about to see more detailed data for that component. + +.. image:: /_images/release_notes/teak/in-context-unitsidebar.png + +Problem Analytics +================= + +.. image:: /_images/release_notes/teak/in-context-problemcomponent.png + +For problem components, the In-Context Analytics sidebar shows the percentage of correct responses on the first problem attempt and on all problem attempts. The percentage of correct problem responses on the first attempt is a good indicator of how difficult the problem is for the learners that submitted a response for the problem. It is a good indicator of whether or not a learner immediately understands the question being asked and can identify the correct answer to the question. The percentage correct on all problem attempts is an indicator of how well learners were able to recover from earlier incorrect responses. A higher percentage correct out of all problem attempts indicates that the learner is able to figure out the right answer with additional effort or hints. If this percentage is still low, the problem may be too difficult or confusing for learners. + +The second table provides a breakdown of initial responses for each individual problem. The idea is to give course delivery teams a peak into learners’ thought processes when they approached the problem for the first time. This breakdown can give course authors quick insights into exactly how learners are getting a problem wrong, especially for difficult problems. This data can point to course delivery teams to where learners are getting mixed up. + +Video Analytics +=============== + +.. image:: /_images/release_notes/teak/in-context-videocomponent.png + +For video components, the In-Context Analytics sidebar displays the number of unique and repeat views for a single video by timestamp across the duration of the video. Timestamp ranges with a large number of repeat views should be reviewed as this might be an indicator that this particular section of video is unclear to learners. + +For more detailed information about each of the charts and tables provided out-of-the-box, please visit :ref:`openedx-aspects:reference/in_context_dashboards`. + **Maintenance chart**