|
|
|
@ -199,7 +199,7 @@ class ExerciseReviewAndAnswer extends Component{
|
|
|
|
|
result.data && result.data.exercise_questions.length>0 && result.data.exercise_questions.map((item,key)=>{
|
|
|
|
|
if( item.question_type == 4 && item.answer_status == 0 ){
|
|
|
|
|
ajustSore.push({
|
|
|
|
|
inputSore:undefined,
|
|
|
|
|
inputSore:0,
|
|
|
|
|
desc:undefined,
|
|
|
|
|
id:item.question_id,
|
|
|
|
|
position:item.q_position,
|
|
|
|
@ -276,7 +276,7 @@ class ExerciseReviewAndAnswer extends Component{
|
|
|
|
|
if(!obj){
|
|
|
|
|
ajustSore.push({
|
|
|
|
|
id,
|
|
|
|
|
inputSore:undefined,
|
|
|
|
|
inputSore:0,
|
|
|
|
|
desc:undefined,
|
|
|
|
|
position:position,
|
|
|
|
|
setTip:""
|
|
|
|
|