Sha256: e4336b461a8fc7e208dfa46b8691ee7f82b711cac507553ec8e89a91219bf2a1
Contents?: true
Size: 381 Bytes
Versions: 7
Compression:
Stored size: 381 Bytes
Contents
import React from 'react'; import { MultipleChoiceScene, ChoiceList } from 'react-gamefic'; export class MultipleChoice extends React.Component { render() { return ( <MultipleChoiceScene> <Output {...this.props} transcribe={true} />, <ChoiceList options={this.props.state.options} prompt={this.props.state.prompt} /> </MultipleChoiceScene> ); } }
Version data entries
7 entries across 7 versions & 1 rubygems