diff --git a/public/react/src/modules/courses/questionbank/Generaljobanswer.js b/public/react/src/modules/courses/questionbank/Generaljobanswer.js
index 0024290f8..6487bdc44 100644
--- a/public/react/src/modules/courses/questionbank/Generaljobanswer.js
+++ b/public/react/src/modules/courses/questionbank/Generaljobanswer.js
@@ -1,5 +1,5 @@
import React, {Component} from "react";
-import { WordsBtn,on, off, trigger,markdownToHTML,getImageUrl} from 'educoder';
+import { WordsBtn,on, off, trigger,MarkdownToHtml,getImageUrl} from 'educoder';
import {
Button,
Checkbox,
@@ -30,7 +30,7 @@ class Generaljobanswer extends Component {
console.log("componentDidMount");
// let query = this.props.location.pathname;
// const type = query.split('/');
- // this.setState({
+ // this.setState({n
// shixuntypes:type[3]
// })
// this.props.triggerRef(this);
@@ -70,7 +70,9 @@ class Generaljobanswer extends Component {
datas.reference_answer===""?
:
-
+
+
+ //
)
}
{/**/}
diff --git a/public/react/src/modules/courses/questionbank/Generaljobdetails.js b/public/react/src/modules/courses/questionbank/Generaljobdetails.js
index c8fcc6a83..b52c9f027 100644
--- a/public/react/src/modules/courses/questionbank/Generaljobdetails.js
+++ b/public/react/src/modules/courses/questionbank/Generaljobdetails.js
@@ -1,5 +1,5 @@
import React, {Component} from "react";
-import { WordsBtn,on, off, trigger,markdownToHTML,getImageUrl} from 'educoder';
+import { WordsBtn,on, off, trigger,markdownToHTML, MarkdownToHtml ,getImageUrl} from 'educoder';
import {
Button,
Checkbox,
@@ -67,7 +67,8 @@ class Generaljobdetails extends Component {
:datas&&datas.description===""?
:
-
+
+ //
)
}
diff --git a/public/react/src/modules/courses/questionbank/questionbank.css b/public/react/src/modules/courses/questionbank/questionbank.css
index 1114f2824..97d49f7b4 100644
--- a/public/react/src/modules/courses/questionbank/questionbank.css
+++ b/public/react/src/modules/courses/questionbank/questionbank.css
@@ -26,4 +26,5 @@
}
.mt16px{
margin-top: 16px;
+ padding-bottom: 30px;
}
\ No newline at end of file