|
|
@ -1021,6 +1021,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
>--</span>
|
|
|
|
>--</span>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
|
|
|
target="_blank"
|
|
|
|
href={`/courses/${this.props.match.params.coursesId}/exercises/${this.props.match.params.Id}/users/${record.myid}`}>{record.finalscore}</a>
|
|
|
|
href={`/courses/${this.props.match.params.coursesId}/exercises/${this.props.match.params.Id}/users/${record.myid}`}>{record.finalscore}</a>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -1211,6 +1212,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
>--</span>
|
|
|
|
>--</span>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
|
|
|
target="_blank"
|
|
|
|
href={`/courses/${this.props.match.params.coursesId}/exercises/${this.props.match.params.Id}/users/${record.myid}`}>{record.finalscore}</a>
|
|
|
|
href={`/courses/${this.props.match.params.coursesId}/exercises/${this.props.match.params.Id}/users/${record.myid}`}>{record.finalscore}</a>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|