Boardalog

Boardalog

 

Boardalog is a system used for 2-way communication between a teacher and a student, or between a presenter and an audience. Students and audience members are called members. The teacher/presenter and the member each use a Windows computer or a smartphone (a combination which is not allowed is teacher on a Windows computer and member on a smartphone). Any functionality tied to a specific subject, such as math, is written in a new programming language called Jyalog, along with a text markup language called Jyatags. The organization which hosts the teacher/presenter pays $5/year for each member, up to 50 members, and $1/year for the 51st and all subsequent members.

Boardalog in a Nutshell

Boardalog (whiteboard + dialog) is excellent for teaching math and computers. The teacher sits next to, in same room as, or in different location than the student(s). The teacher's smartphone syncs a portion of the student's screen. Alternatively, the teacher's laptop uses desktop sharing software to interact with the student's screen. A chat window takes care of the student's questions and the teacher's instructions. A specialized whiteboard, written in an embedded scripting language, is used to teach math. The teacher's employer pays a subscription fee based on the number of students.

Teaching Locally

Members display the curriculum on a Windows computer or smartphone, running a whiteboard called the JyBoard. Teachers display a window of the member's screen on a smartphone (held in landscape orientation unless the member is also using a smartphone). Bluetooth is used to keep the 2 screens synchronized. Both parties are in the same room or sitting at the same computer.

Teaching Remotely

Teachers can teach remotely using a Windows computer instead of a smartphone. A chat window facilitates communication between teacher and member. The teacher runs desktop sharing software and the member runs the JyBoard, or an always on top chat window. The JyBoard can be ported to Linux and Mac, for remote/local teaching, should a sufficient market exist.

Streamalog

Streamalog for Android is implemented after Boardalog for Android, then Boardalog is ported to iOS, and finally Streamalog is ported to iOS. Streamalog is a smartphone app used by organizations to facilitate user interactions, which uses Jyalog as an embedded scripting language.

JyBoard for Math

The JyBoard supports math being taught, using text in monospaced mode. The most commonly used commands are as follows:

  • Use the arrow keys to move the cursor.
  • Type underscore(s) to underline the numerator of a fraction.
  • Use the special character command (Ctrl+K) to insert special characters such as pi, square root, sum, and integral.
  • Use Tab/Shift+Tab to display/undo the next step in the math problem being solved.
  • Type question mark (?) to explain the current step or to break the current step down into lower-level steps.
  • Click on Help after typing question mark to access the help system.

Miscellaneous commands:

  • Use asterisk and slash for multiply and divide.
  • Fractions or matrices enclosed in brackets use tall brackets.
  • Smart down/up arrow: press it after inserting a character moves the cursor beneath/above that character.
  • Functions such as lines and parabolas can be plotted interactively on a graph.
  • The default-to-upper-case setting assumes that all letters entered are upper case (use the shift key to enter a lower case letter), so Caps Lock is unnecessary.

Expression Language

Mathematical expressions are encoded (internally) using the Jyalog programming language. Each step in the math problem being solved manipulates this Jyalog expression. Even if the user enters steps in a different order than the default ordering, the simplification logic can handle that. The user can type Tab/Shift+Tab to redo/undo her previous step, as well as to redo/undo the computer's previous step.

Advanced JyBoard Commands

These next 2 paragraphs may be ignored, they are written in computerese. Use Shift+Arrow Key to highlight a rectangular block. Press Insert to insert a row or column of spaces before a highlighted block (insert blank line if no highlight). Press Shift+Insert/Delete to insert/delete an entire row/column when a block is highlighted. Press Enter at end of a line of text: insert blank line, back up on that line to line up with beginning of text on previous line. Press Enter on blank line to back up to line up with beginning of text on a previous line, or insert blank line if already at beginning of line. Press Ctrl+Tab to move forward to line up with beginning of first or next word on a previous line. Press Home to move to beginning of text on current line, press it again to toggle between beginning of line and beginning of text. This usage of Enter, Tab and Home is useful for editing program code with multiple indentation levels. The user doesn't have to memorize these commands: type question mark at any time to access the help system.

Superscripts

Superscripts and subscripts in monospaced mode are handled by employing a vertical offset of half a line per level of superscripting or subscripting. The caret symbol (^) is used as a superscript prefix, double-caret (^^) is used as a subscript prefix, and backslash (\) is used as an escape character (terminate super/subscript with a semicolon). Carets and double-carets cannot be mixed (exception: one level of superscript can be combined with one level of subscript).

[ Back to Top ]