UNPKG

quiz-interactions

Version:

A React UI component Library for quiz interaction types.

47 lines (46 loc) 818 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _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 }; } }; exports.default = _default;