loadInstruction

open fun loadInstruction(textView: TextView)

Loads the instruction into the given text view. If things have to be done in a particular order,the coordinator methods preProcess and postProcess can be used. PreProcess should be used toload text into the textView (so there should only be one coordinator calling this method), andpostProcess should be used to make changes to that text, i.e., to load images into the textView.

Parameters

textView

in which to load text and images