@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
46 lines (45 loc) • 814 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = exports["default"] = {
propValues: {
itemBody: ['`x` + `y`', '\\(`x` + `y`\\)'],
interactionData: [{
variables: [{
name: 'x',
value: '2*10^0'
}, {
name: 'y',
value: 1
}]
}, {
variables: [{
name: 'x',
value: -1
}, {
name: 'y',
value: 1
}]
}, {
variables: [{
name: 'x',
value: -1
}, {
name: 'y',
value: -1
}]
}],
userResponse: [{}, {
value: 1
}, {
value: -1
}]
},
getComponentProps: function getComponentProps(props) {
return {
handleResponseUpdate: Function.prototype
};
}
};