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 Dec 12, 2023
1 parent 7f10038 commit c71aab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/export_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def index
"author": "Cliff Shaffer",
"institution": "Virginia Tech",
"keywords": exercise.chapter_name,
"exercise_Name": exercise.name,
"exercise_name": exercise.name,
"iframe_URL": exercise.embed_url(host_url),
"lti_url": "#{host_url}/lti/launch?custom_ex_short_name=#{exercise.short_name}"
}
Expand Down

0 comments on commit c71aab4

Please sign in to comment.