Skip to content

Mutator Replacement

MaryS94 edited this page Feb 5, 2016 · 4 revisions

Due to the drag and drop nature of mutators, RIT Access decided to replace mutators within the interface with something that would be more accessible via keyboard.

The blocks code can be found in the respecting blocks file below the old block which is commented out. The create list, join text, and functions blocks utilize onchange functions to update how many inputs they display. Slight changes to the generator code can be found in the javascript, and python generator files to ensure the mutators translate to code correctly.

Else and Else if

Before if else arrow else and else if block

Create list and join text

Before join text block arrow After join text and create list blocks

Functions

Before function block arrow After function block