Skip to content

Commit 6b9fdb3

Browse files
Added page on Main Applications and Data Flow for developers
1 parent 159928e commit 6b9fdb3

3 files changed

Lines changed: 44 additions & 0 deletions

File tree

313 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Main Applications and Data Flow
3+
layout: page
4+
date: 2026-04-23 09:23 -0700
5+
---
6+
7+
# Introduction
8+
9+
The WISE platform consists of several main applications that interact with each other to support the creation, delivery, and analysis of educational content. The diagram below illustrates the data flow between these applications.
10+
11+
![Data Transfer](data-transfer.png)
12+
_Figure: Main applications in WISE and the data flow between them._
13+
14+
# Main Applications
15+
16+
## 1. Authoring Tool
17+
18+
- **Description**: Teachers and Researchers use this tool to create a unit from scratch or edit exiting units.
19+
- **Output**: Unit
20+
21+
## 2. Unit Library
22+
23+
- **Description**: A page that displays the units that are available for use in classrooms. These units are created by the Authoring Tool. The teacher can use the search and filter tools to find a unit to use in their classroom and they can go through some steps to set up a classroom run.
24+
- **Input**: List of publically available units
25+
- **Output**: A run, which is the selected unit that has been designated to be used for a specific cohort of students during a specific time.
26+
27+
## 3. Student Learning Environment
28+
29+
- **Description**: The student uses this tool to view and work on the run. They work on various activities (like Multiple Choice, Graph, Draw, Discussion) to learn the material and express their understanding.
30+
- **Input**: Run that was set up by the teacher.
31+
- **Output**: Student Work for the run
32+
33+
## 4. Teacher Tools
34+
35+
- **Description**: The teacher uses this tool to view student work and provide feedback (scores, comments) to the students. They can also use this tool to view student progress (unit completion, location of each student in the run).
36+
- **Input**: Student work
37+
- **Output**: Feedback (comments and scores)
38+
39+
## 5. Researcher Tool
40+
41+
- **Description**: Reseachers has access to all the data that was collected in the classroom and use this tool to download them. They can choose specific step or activities to export, as well as all revisions or just the latest saved data. They can export student notebooks, uploaded assets, notifications, etc.
42+
- **Input**: All the work from the run, including student work and teacher feedback.
43+
- **Output**: All the work in various formats that can be exported in CSV files that can then be opened in Excel for analysis. Researchers use this exported data to analyze and evaluate the effectiveness of the unit implementation.

developer/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: WISE Developer Guide
66
- [Set up WISE for local development](setup-local-development-environment)
77
- [Contributing](contributing-changes)
88
- [Application architecture](application-architecture)
9+
- [Application data flow](application-data-flow)
910
- Debugging
1011
- [Debugging WISE-API](debugging-wise-api)
1112
- [Debugging WISE-Client unit tests](debugging-wise-client-unit-tests)

0 commit comments

Comments
 (0)