[ARCHIVED] Ruby Programming Assistance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am in need of some programming help. I am just learning to use Ruby and thought that after watching the course provided on the Learn.Canvas.Net site, I was ready to go. I took one of the programs and started to modify it in order to make it fit my needs. However, when the program runs, it errors out. I am trying to perform the following API query https://yoursitehere.com/api/v1/courses/[somenumber]/quizzes/[somenumber]/submissions?include[]=user and put the results into a CSV file. I need to pick up the id, quiz_id, user_id and workflow_state variables. Can someone please look at my attached files and see where I may be in error? Any help or guidance would be greatly appreciated.
Thank you,
Tom Alway
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have an extra character in there.
bad period here data.[
try this data[
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.