WISE-Community / WISE-DEPRECATED

Web-based Inquiry Science Environment (WISE).
http://wise.berkeley.edu
Other
32 stars 24 forks source link

VLE: Importing student data from a Table component to a Graph component doesn't work if they are on different steps #1127

Closed geoffreykwan closed 5 years ago

geoffreykwan commented 6 years ago

Description

The handleConnectedComponents() function in graphController.es6 does not use the logic to convert table data to graph data. This just needs to be added to get this to work.

  1. Create a step with a table component.
  2. Create another step with a graph component.
  3. Have the graph component import work from the table component.

Make sure the graph component can import work from multiple tables.

geoffreykwan commented 5 years ago

We will address this when we rewrite CM in Angular.