| | |
| | | const sortedArr1 = citem.answer.slice().sort(); |
| | | const sortedArr2 = citem.userAnswer.slice().sort(); |
| | | citem.isRight = sortedArr1.every( |
| | | (value, index) => value === sortedArr2[index] |
| | | (value, index) => value == sortedArr2[index] |
| | | ); |
| | | } else { |
| | | citem.isRight = false; |
| | |
| | | <style lang="less"> |
| | | .titleText img { |
| | | max-width: 80%; |
| | | min-width: 220px; |
| | | } |
| | | .examination ul li sup{ |
| | | margin-bottom:8px ; |
| | | } |
| | | </style> |
| | | |
| | |
| | | height: 24px; |
| | | border: 0; |
| | | outline: none; |
| | | border-bottom: 1px solid #15c0f2; |
| | | border-bottom: 1px solid #000; |
| | | } |
| | | |
| | | /deep/ .el-textarea.is-disabled .el-textarea__inner { |
| | |
| | | flex-wrap: wrap; |
| | | } |
| | | </style> |
| | | |