new TestQuestion(type, options) → {Object}
Test - Test Question Factory Class
Parameters:
Name | Type | Description |
---|---|---|
type |
String | Type of the question to create |
options |
Object | Object to be passed to the specific question class constructor |
- Source:
- mathex/res-otto/js/mathex.js, line 1801
Returns:
A specific test question instance
- Type
- Object