mathematics in webct iii bill moss clemson university clemson, sc usa

17
Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Upload: hubert-cox

Post on 19-Jan-2016

213 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Mathematics in WebCT III

Bill Moss

Clemson University

Clemson, SC USA

Page 2: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Presentation Content

• Part One: Browser Issues

• Quiz Tool

• Math Functions in Calculated Questions

Page 3: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

References

• Mathematics in WebCT

• Mathematics in WebCT II

• Mathematics in WebCT III

http://www.math.clemson.edu/~bmoss

Page 4: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Mathematics in WebCT II

• Browser Issues: MathML

• Word and LaTeX to PDF

• LaTeX to HTML

• Viewing Tex: IBM techexplorer

• Viewing MathML: techexplorer, Mozilla, WebEQ

Page 5: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Mathematics in WebCT II

• WebCT Tools: content pages, discussions, mail, quizzes

• Interactive Content: CAS, applets, plugins

Page 6: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Mathematics in WebCT II.5

• Content pages

• Calculated Quiz Questions

• MAA, MathDL, JOMA

• MathML and WebEQ

• For Wont of a MIME type Portability Was Lost …

Page 7: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Rendering Math in WebCT

• HTML + GIF

• HTML + TtH

• HTML + WebEQ

Demo: WebCT 2001 WebEQ

Page 8: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Future Rendering Methods

• Internet Explorer 5.5 + MathPlayer

• Netscape/Mozilla + MathML module

Demo: WebCT 2001 Mozilla

Page 9: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

For Wont of a MIME Type …

Paul Topping, Design Science: Internet Explorer and Mozilla currently disagree on the MIME type with which an XHTML page containing <math> elements should be served. Right now, that is the only thing stopping a single page being rendered in Mozilla and IE 5.5 with MathPlayer.

Page 10: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

MathML Authoring Methods

• MathType 5

• Tex4Moz

• TtM

Page 11: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

MathType 5 Functionality

• Insert inline and display eqns L/R #

• Insert eqn # or reference

• Insert/Modify chapter/section break

• Format/Update eqns #’s

• Format/Convert/Export eqns

• Export to MathPage

Page 12: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Export to MathPage Options

• GIF: IE5, all browsers (win/mac/linux)

• MathML• MathPlayer (IE5.5)• WebEQ• techexplorer• Amaya• Mozilla

Page 13: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Respondus Properties

• Create quizzes with math as GIF’s

• Set quiz properties

• Upload and download to server

• Quiz analysis

Demo: WebCT 2001 WebEQ

Demo: Respondus 1.0

Page 14: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

WebCT 3.x Math Functions

• abs, int, sqrt

• sin, cos, atan2

• exp, log

Page 15: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

Sun Class java.lang.Math

• abs, ceil, floor, IEEEremainder

• random, rint, round,sqrt

• cos, sin, tan

• exp, log

• acos, asin, atan, atan2

• max, min, pow

Page 16: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

VNI JNL 1.0 Class Sfun

• cot

• sinh, cosh, tanh

• acosh, asinh, atanh

• erf, erfc, gamma

• log10, logGamma

• nearestInteger, sign

Page 17: Mathematics in WebCT III Bill Moss Clemson University Clemson, SC USA

VNI JNL 1.0 Class Statistics

• average, median, standardDeviation, variance

• minimum, maximum

• range, skew, slope

• kurtosis, linearFit