import React, {Component} from 'react'; import {Input, Select, Radio, Checkbox, Popconfirm, message, Modal,Tooltip} from 'antd'; import {BrowserRouter as Router, Route, Link, Switch} from "react-router-dom"; import TPMMDEditor from '../../tpm/challengesnew/TPMMDEditor'; const Option = Select.Option; const RadioGroup = Radio.Group; export default class TpmQuestionEdit extends Component { constructor(props) { super(props) this.state = { } } componentDidMount() { } render() { console.log( this.props.neweditanswerRef) console.log( this.props.neweditanswerRefval) console.log( this.props.editanswersRef) console.log( this.props.editanswersRefval) return (
题干
this.props.addquestionlists()} className="fl edu-default-btn edu-greyline-btn mb20 option_icon_add">新增选项 {this.props.newcnttypesum===0?"请选择答案":"选项内容不能为空"}
参考答案
难度系数
奖励经验值
如果学员答题错误,则不能得到相应的经验值
如果学员成功得到经验值,那么将同时获得等值的金币奖励,如:+10经验值、+10金币
技能标签