Skip to content

Commit

Permalink
ref in placement exam uses exam tool (Doenet#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp authored Feb 27, 2023
1 parent 1cb7601 commit 63e8005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Viewer/renderers/ref.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export default React.memo(function Ref(props) {
url = `tool=editor&${url}`;
}
url = `/public?${url}`
} else if(pageToolView.page === "placementexam") {
url = `?tool=exam&${url}`
} else {
url = `?tool=assignment&${url}`
}
Expand Down

0 comments on commit 63e8005

Please sign in to comment.