-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (24 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Includes modifications to Tony Buser's Thingiview.js
(https://github.com/tbuser/thingiview.js)
to allow dynamic 3D display of STL file in WISEngineering and WISE4.
This incorporates an estimation activity, where students estimate
attributes (such as side-length, surface area, or volume) of the
shapes, using a reference. In this case, the reference is the
woman from Google Sketchup:
http://sketchup.google.com/
who happens to be roughly 5ft,6in tall. She is included in the
STL file and renders as part of the shape on screen.
The estimation includes a estimate-error-bar, just as is used in
the Estimation Calculator:
http://teacherlink.org/estimate/
This lets students know if an estimate is too high or too low,
and provides an exact value if a student's estimate is close
enough.
This is a step-type, so the entire directory drops into:
$CATALINA_HOME/webapps/vlewrapper/vle/node/
and, with some minor modifications to
$CATALINA_HOME/webapps/vlewrapper/vle/node/setupNodes.js
to include this path, the new step type will work.
(there are still a few bugs to work out...)
More info on customizeable step types for WISE4 / WISEngineering is here:
https://github.com/WISE-Community/WISE-StepTypeCreator