import React, {Component} from "react"; import {Link, NavLink} from 'react-router-dom'; import {WordsBtn, ActionBtn, getImageUrl,markdownToHTML} from 'educoder'; import axios from 'axios'; import { notification, Spin, Table, Pagination, Drawer, Input, Button, Breadcrumb } from "antd"; import Itembankstop from "./component/Itembankstop"; import NoneData from './component/NoneData'; import './questioncss/questioncom.css'; import '../tpm/newshixuns/css/Newshixuns.css'; //判断题 class Paperreview_judgment extends Component { constructor(props) { super(props); this.state = { questions:0, totalscore:0, total:0, } } //初始化 componentDidMount() { } getdata = (data) => { } preservation = () => { } setitem_type = (item_type) => { } render() { let {questions,totalscore,total,items} = this.state; // //console.log(params); return (
{/*顶部*/}
{/*内容*/} {/*
*/} {/*

*/} {/* {*/} {/* items.item_type==="JUDGMENT"?*/} {/* items === undefined ||items === null? "" : items.choices.map((object, index) => {*/} {/* return (*/} {/*

*/} {/* */} {/* {object.choice_text}*/} {/* */} {/*

*/} {/* )*/} {/* })*/} {/* :*/} {/* items === undefined ||items === null? "" : items.choices.map((object, index) => {*/} {/* return (*/} {/*

*/} {/* {tagArray[index]}*/} {/*

*/} {/*

*/} {/* )*/} {/* })*/} {/* }*/} {/*

*/} {/*
*/}
) } } export default Paperreview_judgment