Skip to content

Commit

Permalink
Added tree icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kreut committed Apr 7, 2022
1 parent 109531d commit f123600
Show file tree
Hide file tree
Showing 8 changed files with 903 additions and 3 deletions.
Binary file not shown.
151 changes: 151 additions & 0 deletions public/assets/img/learning_trees/branches.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
144 changes: 144 additions & 0 deletions public/assets/img/learning_trees/shutterstock_1139962724.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
245 changes: 245 additions & 0 deletions public/assets/img/learning_trees/shutterstock_145255864.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
351 changes: 351 additions & 0 deletions public/assets/img/learning_trees/tree-branches-and-root-01r.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions resources/js/pages/questions.view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1588,8 +1588,10 @@
<div>
<div :class="nonTechnologyClass">
<b-container v-if="assessmentType === 'learning tree' && learningTreeBranchOptions.length > 1">
<h2 style="font-size:26px" class="page-title pl-3 pt-2">
{{ branchLaunch ? 'Branches' : 'Twigs' }}
<h2 style="font-size:26px" class="page-title pl-1 pt-2">
<span class="pr-1"><img :src="asset('assets/img/learning_trees/branches.svg')"
width="50" height="50"
></span>{{ branchLaunch ? 'Branch Descriptions' : 'Twigs' }}
</h2>
<hr>
<p>Choose a path to gain a better understanding of an underlying concept.</p>
Expand All @@ -1615,6 +1617,11 @@
This assessment has been answered correctly and will not count towards receiving a reset for
the Root Assessment.
</div>
<h2 style="font-size:26px" class="page-title pl-3 pt-2">
<span class="pr-1"><img :src="asset('assets/img/learning_trees/shutterstock_1139962724.svg')"
width="50" height="50"
></span> {{ currentBranch.branch_description }}
</h2>
<ViewQuestionWithoutModal
:key="`remediation-to-view-${remediationToViewKey}`"
:question-to-view="remediationToView"
Expand All @@ -1623,7 +1630,9 @@
<div v-if="learningTreeBranchOptions.length <= 1">
<div v-if="assessmentType === 'learning tree' && parseInt(activeId) === 0">
<h2 style="font-size:26px" class="page-title pl-3 pt-2">
Root Assessment
<span class="pr-1"><img :src="asset('assets/img/learning_trees/tree-branches-and-root-01r.svg')"
width="50" height="50"
></span>Root Assessment
</h2>
</div>
<div v-if="showQuestion && !fetchingRemediation">
Expand Down

0 comments on commit f123600

Please sign in to comment.