Merged in feature/VBV-608-sample-solution (pull request #250)
Show evaluator sample solution if present
This commit is contained in:
commit
ca1a2509c2
|
|
@ -110,6 +110,15 @@ async function startEvaluation() {
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p
|
||||||
|
v-if="props.assignment.solution_sample && props.assignment.solution_sample.url"
|
||||||
|
class="my-4"
|
||||||
|
>
|
||||||
|
<a :href="props.assignment.solution_sample.url" class="link" target="_blank">
|
||||||
|
{{ $t("assignment.submissionShowSampleSolution") }}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button
|
||||||
class="btn-primary text-large"
|
class="btn-primary text-large"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue