UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

40 lines 1.83 kB
var lorem = "Weigh anchor Plate Fleet prow cackle fruit pillage rope's end dance the hempen jig belay fathom furl. Handsomely pirate grapple Letter of Marque run a shot across the bow careen nipper sloop chase guns carouser. Boom chandler chase list swab heave to crack Jennys tea cup bilge water rigging execution dock.\n\nPirate smartly draft wench swing the lead Jack Tar dead men tell no tales come about Arr black jack. Driver transom chandler booty sutler prow splice the main brace interloper draught brigantine. Galleon flogging bucko Brethren of the Coast square-rigged loaded to the gunwalls swing the lead transom tender deadlights.\n\nBrig coffer measured fer yer chains spirits salmagundi bilge gangplank fire in the hole Jack Ketch mizzenmast. Bounty spyglass hulk barque coxswain bilged on her anchor gally lookout hearties wench. Starboard lanyard dead men tell no tales overhaul transom barkadeer pressgang code of conduct Brethren of the Coast Corsair."; export default { propValues: { interactionData: [{ rce: false, spellCheck: true, wordCount: false, wordLimitEnabled: true, wordLimitMin: 5, wordLimitMax: 10, notes: 'Blah blah' }, { rce: false, spellCheck: false, wordCount: true, wordLimitEnabled: false, wordLimitMin: '', wordLimitMax: '', notes: '' }], userResponse: [{ value: 'The rain in spain stays mainly on the plain' }, { value: '' }, { value: '<b>What?</b>' }, { value: 'This has more than ten words because that will make it have an error' }, { value: lorem }] }, getComponentProps: function getComponentProps(props) { return { itemId: 'fakeItemId', itemBody: 'Essay Take', openImportModal: Function.prototype }; } };