Several classes are used for reading in problems and creating hint buttons:
MbProb | MbEvent | MbSpecHint | MbHintButton
MbEvent extends Event
Use
used by MbScoreBar, mbProb, etc
Constructors
MbEvent(type:String, status_:String, color_:int, numHints_:int=0)
Public Variables
| res | String | status -- see below |
| color | uint | for use with ScoreBar |
| numHints | int | number of hints |
Constants
| ANSWER | String | problem has been answered |
| RIGHT | String | answer was right |
| WRONG | String | answer was wrong |
| EMPTY | String | no answer given |