Skip to content

Commit

Permalink
Update export_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
awhicks authored Mar 23, 2024
1 parent 10a6e8b commit 8e426ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/export_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ def index
"keywords": keywords,
"exercise_name": exercise.name,
"iframe_url": exercise.embed_url(host_url),
"lti_url": "#{host_url}/lti/launch?custom_ex_short_name=#{exercise.short_name}"
"lti_url": "#{host_url}/lti/launch?custom_ex_short_name=#{exercise.short_name}&custom_ex_settings=%7B%7D"
}
end.compact

render json: export_data
end
end
end

0 comments on commit 8e426ca

Please sign in to comment.