{"info":{"_postman_id":"af814310-ffda-445e-8c97-3088981eefd0","name":"Programmatic Access to Org-Level Analytics Data","description":"<html><head></head><body><p>The APIs in this collection pull analytics data in CSV format to plug into your organization’s data stores.<br>APIs return data for a single institution. The API key must be allowed access at institution level to be able to make calls to the APIs in this collection.</p>\n<p>Please refer to every API documentation to understand the frequency of data updates for that API, and the data dictionary.</p>\n<p><strong>Data Limits and Pagination Across Collection APIs</strong></p>\n<p>Every API call accepts a data set type, an <code>updated_after</code> and an <code>updated_before</code> timestamp. The timestamps are to be used to paginate your data.<br>Every call returns up to approximately <strong>20,000</strong> rows of data ordered by <code>updated_date DESC</code>.<br>Your implementation shall not rely on the page size, rather API calls shall be made until no new data is returned.</p>\n<p><strong>Suggested Implementation Approach:</strong></p>\n<ul>\n<li><p>Pull date starting from today and go back in history until you reach the existing maximum value of <code>updated_at</code> you have in your data set. Let's call this timestamp <code>pulled_until</code>. Set <code>updated_before</code> to <code>NOW</code> or don't set a value which will use now as the default.</p>\n</li>\n<li><p>Set <code>updated_after</code> as 24 hours prior to <code>updated_before</code>- this helps ensure calls run faster and avoids timeouts.</p>\n<ul>\n<li>If no timestamp <code>updated_after</code> is provided, the API will assume <code>current_time - 7 days</code> as the <code>updated_after</code>.</li>\n</ul>\n</li>\n<li><p>Data is returned in descending order of <code>updated_date</code> for each data set. Data is inclusive of the <code>updated_before</code> exact timestamp and excludes the <code>updated_after</code> exact timestamp.</p>\n</li>\n<li><p>If the minimum timestamp in the returned data is larger than your set <code>updated_after</code> value then you know that you still have more data to pull within the interval you had requested.</p>\n</li>\n<li><p>Set your <code>updated_before</code> one second prior to the minimum <code>updated_date</code> in your call, and continue the above process until you reach your <code>pulled_until</code> timestamp or until no new data is returned.</p>\n</li>\n</ul>\n<p>Expected use of this API makes one pull to collect historic data and uses a recurring task every few hours or on a daily basis to pull the most recently inserted or updated data since the last pull.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9123097","collectionId":"af814310-ffda-445e-8c97-3088981eefd0","publishedId":"Uyxbq9W3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-05T01:06:23.000Z"},"item":[{"name":"Get Data - Users","id":"ff259475-1138-4090-a0c2-867437c06a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=users&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before","description":"<p>Returns the users in an institution based on the updated timestamp parameters.</p>\n<p><strong>Unique key:</strong> <code>user_id</code></p>\n<p><strong>Data Update Frequency:</strong> every hour</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table users {\n  user_id int: User's NovoEd ID\n  institution_id int: Organization ID \n  first_name varchar: User's first name\n  last_name varchar: User's last name\n  email_address varchar: User's account email address\n  external_id varchar: User's SSO ID if assigned\n  headline varchar: User's headline on their profile\n  last_active_date datetime: User's approximate last active date on NovoEd\n  created_date datetime: User account creation date\n  updated_date datetime: Last updated timestamp\n  record_deleted boolean: Set to 1 when record deleted\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["analytics",":institution_id","download_csv"],"host":["api","novoed","com"],"query":[{"description":{"content":"<p>Name of the dataset</p>\n","type":"text/plain"},"key":"dataset_type","value":"users"},{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"}],"variable":[{"description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"185183ec-c13f-43ba-ae9e-a94b12d19fc6","name":"Get Data - Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=users&api_key=api_key&api_secret=api_secret","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"dataset_type","value":"users","description":"Name of the dataset"},{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true},{"key":"updated_before","value":"updated_before","type":"text","disabled":true}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 00:34:30 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"3dfba0b6-756a-41e9-a37e-edb97002f5e6"},{"key":"Content-Disposition","value":"attachment; filename=\"172_users_data_2022-05-06T00:34:30Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"1.614542"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=26N9eRnvqYHIpYfWFZrCSk7qGW2r7VAJMVstvMOqFE9xX60Kiy%2FmP34hEss3c%2BlujTym%2B688n09U0%2FKHS2jFzA%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=MjdmcUw2ZTlKbkc3S3c3cmZRbk16dWlyZlBVeHJQdEtPSEovZEtXSmFWZnJ2dis0ekZ1NnBxT2p0SmI0YlVOSi85SDF1TklVeEMxQ0ttNmtTOS85WGpKT0IxbnpobVVsallYSWhjL20vVk90ZTFKWEw2eWZETkgydzVvcU5FSVd2LzF3aGhCdHdvUERMZnVJRU55L3FjazVKNVYwQ1JscHVpSFFKcndnMFVDTUF5U2ZiLzRDazVKanBGY3dKcnU4LS1qVit6NXVQZDdiVmw2ck9XQ0xZSE53PT0%3D--0b586b710ea42f00f943c344d8d24b21d54761f5; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 00:34:30 -0000; HttpOnly"},{"key":"ETag","value":"W/\"51053d461688c195ff9ac3c35304279a\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"user_id,first_name,last_name,email_address,headline,last_active_date,created_date,user_id,institution_id,external_id,record_updated_date,record_deleted\n1107556,orgadmin,fong,kwok+orgadmin@novoed.com,,,2022-10-27T14:55:03.000Z,2018-05-23T20:22:00.000Z,1107556,185,,2022-10-27T21:30:13.000Z,0\n1110460,super1,fong,kwok+super1@novoed.com,,,2022-10-26T16:24:53.000Z,2020-08-28T23:32:49.000Z,1110460,185,,2022-10-26T16:24:53.000Z,0\n1110769,Maroon14Super1,Super1,kwoknovo+maroon14_super1@gmail.com,,,2022-10-19T19:39:55.000Z,2022-09-01T00:20:41.000Z,1110769,185,,2022-10-19T19:39:55.000Z,0\n1110770,Maroon14_Mentor1,Mentor1,kwoknovo+maroon14_mentor1@gmail.com,,,2022-10-19T13:51:44.000Z,2022-09-01T00:21:14.000Z,1110770,185,,2022-10-19T13:51:44.000Z,0\n1110771,A083022_700am,A700am,kwoknovo+083022_700am@gmail.com,,,2022-09-03T00:49:51.000Z,2022-09-01T00:22:28.000Z,1110771,185,,2022-09-03T00:49:51.000Z,0\n1110772,A083022_701am,A701am,kwoknovo+083022_701am@gmail.com,,,2022-10-19T13:51:50.000Z,2022-09-01T00:23:11.000Z,1110772,185,,2022-10-19T13:51:50.000Z,0\n1110816,A101522_702am,A702am,kwoknovo+101522_702am@gmail.com,,,,2022-10-18T18:03:55.000Z,1110816,185,,2022-10-18T18:03:55.000Z,0\n1110817,A101522_unenrolled,Unenrolled,kwoknovo+101522_unenrolled@gmail.com,,,2022-10-19T00:55:13.000Z,2022-10-18T18:31:44.000Z,1110817,185,,2022-10-19T03:18:27.000Z,1\n1110818,A101522_703am,A703am,kwoknovo+101522_703am@gmail.com,,,2022-10-26T21:24:32.000Z,2022-10-18T22:45:06.000Z,1110818,185,,2022-10-26T21:24:32.000Z,0\n"}],"_postman_id":"ff259475-1138-4090-a0c2-867437c06a60"},{"name":"Get Data - Courses","id":"eb9fe2c2-2091-44db-b7b4-5816ea5fbc99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=courses&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before","description":"<p>Returns the courses in an institution based on the updated timestamp parameters.</p>\n<p><strong>Unique key:</strong> <code>course_id</code></p>\n<p><strong>Data Update Frequency:</strong> every 3 hours</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table courses {\n  course_id int: Course's NovoEd ID\n  institution_id int: Organization ID\n  institution_name varchar: Organization Name\n  catalog_id varchar: Course's Catalog ID\n  lxp_external_id varchar: LXP ID if LXP integration enabled and course is synced to LXP\n  lms_external_id varchar: LMS ID if LMS integration enabled and course is synced to LMS\n  title varchar: Course Title\n  start_date datetime: Course start date\n  end_date datetime: Course end date\n  release_date datetime: Course launch date (learner access opens)\n  closed_date datetime: Course Content Closure Date (learner cannot see content anymore)\n  registration_close_date datetime: Registrations by learners not allowed after this date\n  registration_type varchar: Registration settings\n  self_paced boolean: 1 when course does not use deadlines\n  self_paced_access_limit int: has value if a self paced course allows learners, limited days to complete \n  is_sandbox boolean: 1 when course is a demo/sandbox\n  duration int: duration as set by course admins\n  created_date datetime: date course was created\n  record_updated_date datetime: last date course was updated\n  automated_completions_enabled boolean: 1 when course has a completion criteria\n  num_of_points_required int: number of points the completion criteria requires for users to complete\n  num_assignments_required int: number of assignments the completion criteria requires for users to complete\n  is_primary boolean: 1 when course is a primary course\n  primary_course_id: Foreign key to the courses table, course_id of the primary course if this course is a cohort of a primary, not set otherwise\n}\n\n</code></pre><p>Possible values for <code>registration_type</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* Closed enrollment\n* Open within your organization\n* Open based on Entitlements\n* Free\n\n</code></pre>","urlObject":{"protocol":"https","path":["analytics",":institution_id","download_csv"],"host":["api","novoed","com"],"query":[{"description":{"content":"<p>Name of the dataset</p>\n","type":"text/plain"},"key":"dataset_type","value":"courses"},{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"}],"variable":[{"description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"e46809e0-34eb-4afe-9bac-f4352b5d3531","name":"Get Data - Courses","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=courses&api_key=api_key&api_secret=api_secret","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"dataset_type","value":"courses","description":"Name of the dataset"},{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true},{"key":"updated_before","value":"updated_before","type":"text","disabled":true}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:57:51 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"9f28f346-8867-4183-af32-bee36b6c8093"},{"key":"Content-Disposition","value":"attachment; filename=\"172_courses_data_2022-05-06T01:57:51Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.039279"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=41D8q2mAqTGpIY%2F6h03rql%2FTo2KKKsXYfuBZ7bFT5KJJrCzY%2B0Dmjx%2BlGuelpMCOnAUc9I77Cp4baIbWOZE1IQ%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=UjhNZVdLVkkxbGo1Wk15UFV4cFZFakdXcWltcjh4MTRyUjN5VXUrallIRmo0S2Zsd0xld3B6OUw2dFVYUUVjdG9GSFM1YzNYR0VidUxjRnVaQzVjVDg2S0VEUHZOZnhNblhZOWdyTEZZckVrL0pnQU1IRDhQcFphTHlFWXlWdlZobmZ3R0dRWlJXaUExd0lHNjJDcVduamhsRlJ1VVdMTkNEa2xoSlJpRkNVMi8wMmk3a0FuOUE5ZisyQXo0empRLS1PNnFZUTcxZ0dYUDdHejJuR24wSEZBPT0%3D--314ec6137eb1dc4bb678f550840a4fc689082053; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:57:51 -0000; HttpOnly"},{"key":"ETag","value":"W/\"c4162b0bdc79411acac3be467e9997bb\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"course_id,institution_id,catalog_id,lxp_external_id,title,start_date,closed_date,end_date,release_date,registration_close_date,self_paced,self_paced_access_limit,is_sandbox,registration_type,duration,created_date,record_deleted,required_points,required_assignments_count,automated_completions_enabled,record_updated_date,lms_external_id\n3780,185,maroonanalytics14_close1,,Kwok MaroonAnalytics14 Close1,2022-08-04T07:00:00.000Z,,,2022-08-01T07:00:00.000Z,,0,,0,Closed enrollment,,2022-09-01T00:19:42.000Z,0,2,0,1,2022-09-01T00:28:54.000Z,\n"}],"_postman_id":"eb9fe2c2-2091-44db-b7b4-5816ea5fbc99"},{"name":"Get Data - Enrollments","id":"9532776c-45fd-4584-b2e4-38ee3cd27881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=enrollments&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before","description":"<p>Returns the enrollments in an institution based on the updated timestamp parameters.</p>\n<p><strong>Unique key:</strong> <code>enrollment_id OR user_id, course_id</code></p>\n<p><strong>Data Update Frequency:</strong> every hour</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table enrollments {\n  enrollment_id int: NovoEd's Enrollment ID\n  course_id int: Course ID\n  user_id int: User ID\n  institution_id int: Organization ID\n  enrollment_status varchar: User's enrollment status in course\n  enrollment_date datetime: User's enrollment date in course\n  unenrollment_date datetime: The date when user was unenrolled\n  last_active_date datetime: User's approximate last activity date in the course\n  first_visit_course_home_date datetime: User's first course home visit date\n  completion_status varchar: User's completion status\n  completed_date datetime: User's completion date\n  course_role_id int: The ID of the user's role in course\n  user_role_name varchar: The name of user's role\n  has_admin_permission boolean: 1 if the user's role is an admin role\n  has_mentor_permission boolean: 1 if the user's role is a mentor role\n  registered_by_user_id int: User ID of the user who registered this user to the course\n  updated_date: Record updated date \n  created_date: Record created date \n  record_deleted boolean: Record deleted\n  user_access_close_date_to_course: Date when a learner’s access to a course is set to expire.\n}\n\n</code></pre><p>Possible values for enrollment_status:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* Enrolled\n* Withdrawn\n* Removed by Teaching Team\n* Auditing\n\n</code></pre><p>Possible values for completion_status:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* Not Completed\n* Completed\n\n</code></pre>","urlObject":{"protocol":"https","path":["analytics",":institution_id","download_csv"],"host":["api","novoed","com"],"query":[{"key":"dataset_type","value":"enrollments"},{"key":"api_key","value":"api_key"},{"key":"api_secret","value":"api_secret"},{"key":"updated_after","value":"updated_after"},{"key":"updated_before","value":"updated_before"}],"variable":[{"type":"any","value":"","key":"institution_id"}]}},"response":[{"id":"bba3f6ef-b961-4112-a8c0-e4debd4dcdf7","name":"Get Data - Enrollments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=enrollments&api_key=api_key&api_secret=api_secret","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"dataset_type","value":"enrollments","description":"Name of the dataset"},{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:58:22 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"bda650e6-844b-470a-9621-ea7742eafd77"},{"key":"Content-Disposition","value":"attachment; filename=\"172_enrollments_data_2022-05-06T01:58:22Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.524954"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=1EYw6pddcXANL6%2Bx5sDrd%2ByJSnPlWUZJ0isyDVP8qOl%2BuuCZBZ0%2BzrurOqzEKcBTL1%2F15eGIiQ%2B3o%2B022z55ag%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=K25jYldWcWhKSTM5U3lZeVRXV21UZC9iVDlqUkpSL0dZYUs3a1Rtbnk5V2YvZ1IzUlBlK0cvVm1aOVVlc1RtY0toc0pPb1R6MGs0MUdKRVF5UmxybzVXRDRXMjdQa0VFcVhNanI1RkxQNXg2YUpCK29Scm90Q21ESDZGV2krNkZEWFZtWVMzb0hXL1ZwdjgxVlhLNnF1M2xTUkpaalZjRTNva0tYOWtwQkxZTVJoUHMva1BrYjVpQlJEa1YyaUJjLS1HRk9tcmRxTEpPNnppZGtPTjRPcVlRPT0%3D--ed2ded7310219077bf72dc47f9ac6a43dcce3113; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:58:22 -0000; HttpOnly"},{"key":"ETag","value":"W/\"516406aa5fafe13ce4aa44460578d5aa\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"completed_date,completion_status,course_id,course_role_id,created_date,deleted,enrollment_date,enrollment_id,enrollment_status,first_visit_course_home_date,has_admin_permission,has_mentor_permission,institution_id,last_active_date,record_deleted,registered_by_user_id,unenrollment_date,updated_date,user_access_close_date_to_course,user_id,user_role_name\n,Not Completed,4221,1056,2023-04-06T20:29:16.000Z,0,2024-01-18T17:05:29.000Z,1763030,Enrolled,2024-01-18T17:05:29.000Z,1,0,160,,0,1111254,,2024-01-18T17:05:29.000Z,,1111254,Super Admin\n,Not Completed,4216,1056,2023-09-28T20:47:20.000Z,0,2024-01-16T20:34:33.000Z,1763027,Enrolled,2024-01-17T21:54:04.000Z,1,0,160,,0,1111688,,2024-01-17T21:54:04.000Z,,1111880,Super Admin\n,Not Completed,4216,1056,2018-05-23T20:22:00.000Z,0,2024-01-17T00:07:47.000Z,1763028,Enrolled,2024-01-17T00:07:48.000Z,1,0,160,,0,1107556,,2024-01-17T00:07:48.000Z,,1107556,Super Admin\n,Not Completed,4221,1056,2023-08-17T15:53:35.000Z,0,2024-01-11T22:31:08.000Z,1763013,Enrolled,2024-01-11T22:31:09.000Z,1,0,160,2024-01-16T19:51:52.000Z,0,1111688,,2024-01-16T19:51:52.000Z,,1111688,Super Admin\n2024-01-16T19:40:21.000Z,Completed,4221,,2023-12-26T22:04:23.000Z,0,2024-01-16T19:35:04.000Z,1763025,Enrolled,2024-01-16T19:38:55.000Z,0,0,160,2024-01-16T19:40:21.000Z,0,1111688,,2024-01-16T19:40:21.000Z,,1111913,\n2024-01-16T19:38:13.000Z,Completed,4221,,2023-12-26T22:04:03.000Z,0,2024-01-16T19:35:41.000Z,1763026,Enrolled,2024-01-16T19:36:03.000Z,0,0,160,2024-01-16T19:38:13.000Z,0,1111688,,2024-01-16T19:38:13.000Z,,1111912,\n,Not Completed,4221,1057,2023-12-18T16:13:22.000Z,0,2024-01-12T20:12:09.000Z,1763024,Enrolled,2024-01-12T20:52:43.000Z,1,0,160,,0,1111688,,2024-01-12T20:52:43.000Z,,1111908,Instructor\n,Not Completed,4221,1059,2023-12-18T16:06:59.000Z,0,2024-01-12T20:09:57.000Z,1763022,Enrolled,2024-01-12T20:50:37.000Z,1,0,160,,0,1111688,,2024-01-12T20:50:37.000Z,,1111906,Course Builder\n,Not Completed,4221,1058,2023-12-19T19:47:44.000Z,0,2024-01-12T20:11:48.000Z,1763023,Enrolled,2024-01-12T20:49:45.000Z,1,0,160,,0,1111688,,2024-01-12T20:49:45.000Z,,1111910,Teaching Assistant\n,Not Completed,4221,1060,2023-12-18T16:06:13.000Z,0,2024-01-12T20:09:37.000Z,1763021,Enrolled,,0,1,160,,0,1111688,,2024-01-12T20:09:38.000Z,,1111905,Mentor\n,Not Completed,4221,,2023-12-15T20:33:27.000Z,0,2024-01-12T18:38:05.000Z,1763020,Enrolled,2024-01-12T18:39:40.000Z,0,0,160,2024-01-12T18:43:26.000Z,0,1111688,,2024-01-12T18:43:26.000Z,,1111901,\n,Not Completed,4221,,2023-12-15T20:33:07.000Z,0,2024-01-12T18:38:00.000Z,1763019,Enrolled,2024-01-12T18:38:26.000Z,0,0,160,2024-01-12T18:39:06.000Z,0,1111688,,2024-01-12T18:39:06.000Z,,1111900,\n2024-01-12T17:37:15.000Z,Completed,4221,,2023-12-18T16:04:54.000Z,0,2024-01-12T17:27:24.000Z,1763017,Enrolled,2024-01-12T17:29:36.000Z,0,0,160,2024-01-12T17:37:15.000Z,0,1111688,,2024-01-12T17:37:15.000Z,,1111902,\n2024-01-12T17:36:44.000Z,Completed,4221,,2023-12-18T16:05:16.000Z,0,2024-01-12T17:27:10.000Z,1763016,Enrolled,2024-01-12T17:27:58.000Z,0,0,160,2024-01-12T17:36:44.000Z,0,1111688,,2024-01-12T17:36:44.000Z,,1111903,\n2024-01-12T17:36:08.000Z,Completed,4221,,2023-12-18T16:05:33.000Z,0,2024-01-11T22:43:06.000Z,1763014,Enrolled,2024-01-11T22:43:24.000Z,0,0,160,2024-01-12T17:36:08.000Z,0,1111688,,2024-01-12T17:36:08.000Z,,1111904,\n,Not Completed,4221,,2023-12-15T20:32:45.000Z,0,2024-01-12T17:27:32.000Z,1763018,Enrolled,2024-01-12T17:31:08.000Z,0,0,160,2024-01-12T17:32:09.000Z,0,1111688,,2024-01-12T17:32:09.000Z,,1111899,\n,Not Completed,4201,1056,2023-04-06T20:29:16.000Z,0,2024-01-12T15:05:55.000Z,1763015,Enrolled,2024-01-12T15:05:58.000Z,1,0,160,,0,1111254,,2024-01-12T15:05:58.000Z,2024-02-29T07:00:00.000Z,1111254,Super Admin\n,Not Completed,4202,1056,2023-08-17T15:53:35.000Z,0,2023-12-29T16:35:53.000Z,1762948,Enrolled,2023-12-29T16:38:26.000Z,1,0,160,2024-01-11T22:26:27.000Z,0,,,2024-01-11T22:26:27.000Z,,1111688,Super Admin\n2024-01-11T22:04:19.000Z,Completed,4216,,2023-12-15T20:33:27.000Z,0,2024-01-11T21:59:48.000Z,1763012,Enrolled,2024-01-11T22:01:01.000Z,0,0,160,2024-01-11T22:04:21.000Z,0,1111688,,2024-01-11T22:04:21.000Z,,1111901,\n2024-01-11T21:58:17.000Z,Completed,4216,,2023-12-18T16:04:54.000Z,0,2024-01-09T17:35:51.000Z,1762996,Enrolled,2024-01-11T15:33:24.000Z,0,0,160,2024-01-11T21:58:19.000Z,0,1111688,,2024-01-11T21:58:19.000Z,,1111902,\n2024-01-11T21:51:51.000Z,Completed,4216,,2023-12-26T22:04:23.000Z,0,2024-01-11T21:24:12.000Z,1763011,Enrolled,2024-01-11T21:47:58.000Z,0,0,160,2024-01-11T21:51:53.000Z,0,1111688,,2024-01-11T21:51:53.000Z,,1111913,\n2024-01-11T21:47:32.000Z,Completed,4216,,2023-12-19T16:32:34.000Z,0,2024-01-11T21:23:48.000Z,1763008,Enrolled,2024-01-11T21:42:16.000Z,0,0,160,2024-01-11T21:47:34.000Z,0,1111688,,2024-01-11T21:47:34.000Z,,1111909,\n2024-01-11T21:41:56.000Z,Completed,4216,,2023-12-26T22:03:39.000Z,0,2024-01-11T21:23:57.000Z,1763009,Enrolled,2024-01-11T21:37:45.000Z,0,0,160,2024-01-11T21:41:58.000Z,0,1111688,,2024-01-11T21:41:58.000Z,,1111911,\n2024-01-11T21:37:19.000Z,Completed,4216,,2023-12-26T22:04:03.000Z,0,2024-01-11T21:24:04.000Z,1763010,Enrolled,2024-01-11T21:24:38.000Z,0,0,160,2024-01-11T21:37:21.000Z,0,1111688,,2024-01-11T21:37:21.000Z,,1111912,\n,Not Completed,4216,1056,2023-08-17T15:53:35.000Z,0,2024-01-09T17:19:37.000Z,1762993,Enrolled,2024-01-09T17:19:39.000Z,1,0,160,2024-01-11T20:25:42.000Z,0,1111688,,2024-01-11T21:17:34.000Z,,1111688,Super Admin\n,Not Completed,4218,1056,2023-08-17T15:53:35.000Z,0,2024-01-09T19:23:59.000Z,1763003,Enrolled,2024-01-09T19:24:00.000Z,1,0,160,2024-01-11T19:58:55.000Z,0,1111688,,2024-01-11T19:58:55.000Z,,1111688,Super Admin\n"},{"id":"f8a0982e-1ad3-44b6-b21a-b02ced67fd2c","name":"Get Data - Enrollments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://maroon.novoed.com/analytics/160/download_csv?dataset_type=enrollments&api_key=api_key&api_secret=api_secret","protocol":"https","host":["maroon","novoed","com"],"path":["analytics","160","download_csv"],"query":[{"key":"dataset_type","value":"enrollments","description":"Name of the dataset"},{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 29 Dec 2023 12:51:35 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.58 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"e4726529-de65-4870-86dc-9d7b7bd1edf8"},{"key":"Content-Disposition","value":"attachment; filename=\"160_enrollments_data_2023-12-29T12:51:35Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.543708"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=GmkcQOjhWTE9kXwEcHmjrtytP2hGVXZ7Xy12aXGTJ04Ijc8%2BlVvfxEUM0TKSQaHXRDPzhZsk5YUQshN4nsWCjg%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=RTV5dUNNTlhzRlF0cEIvL21DL1NoSzNIdGg3Ni9teVU4THZZWmxvUGIrd3NqUkhkekdOOE1VZXNxZDV1ZnVPSGVReFZqbXE2b1VqV2RhbkxWd012TlN0aEZSQUJkV1JmVGcrYzB3ZEFYUGhYOVNRNW5ESklpejhzb2RvMDZGY3IzTzhjYW1QZ3lEczVFN0wzdUxkWVJGUWIySS9TZFJrTTdWVlg2d2U2cFZueTVGSXMxTGsvamFqRmxJcjlSR1JxLS1EbkQ0UUhabURnUlVGYkZuck9OMzR3PT0%3D--ecb276ee50e7c36ff93fbcfb82790c56d453a5d0; domain=.novoed.com; path=/; expires=Thu, 28 Mar 2024 12:51:35 -0000; HttpOnly"},{"key":"ETag","value":"W/\"42b05d1fbcda55beaef7634849be1438\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"enrollment_id,course_id,user_id,registered_by_user_id,enrollment_date,enrollment_status,unenrollment_date,last_active_date,first_visit_course_home_date,completion_status,completed_date,course_role_id,institution_id,record_deleted,updated_date,user_role_name,has_admin_permission,has_mentor_permission\n1760118,3780,1110769,1107556,2022-09-01T00:20:41.000Z,Enrolled,,2022-10-18T17:54:47.000Z,2022-09-01T00:24:36.000Z,Not Completed,,1217,185,0,2022-10-19T03:38:52.000Z,Super Admin,1,0\n1760119,3780,1110770,1107556,2022-09-01T00:21:14.000Z,Enrolled,,2022-10-18T18:29:54.000Z,2022-09-01T00:31:08.000Z,Completed,2022-09-01T00:45:50.000Z,1221,185,0,2022-10-18T22:31:38.000Z,Mentor,0,1\n1760120,3780,1110771,1107556,2022-09-01T00:22:28.000Z,Withdrawn,2022-09-01T00:59:29.000Z,2022-09-01T00:58:42.000Z,2022-09-01T00:28:05.000Z,Not Completed,,,185,0,2022-10-18T22:31:38.000Z,,0,0\n1760121,3780,1110772,1107556,2022-09-01T00:23:11.000Z,Enrolled,,2022-10-18T18:16:36.000Z,2022-10-09T00:23:00.000Z,Completed,2022-10-18T18:16:36.000Z,,185,0,2022-10-19T00:22:50.000Z,,0,0\n1760170,3780,1110460,1107556,2022-10-18T17:53:16.000Z,Enrolled,,2022-10-19T19:40:31.000Z,2022-10-19T01:35:43.000Z,Not Completed,,1217,185,0,2022-10-19T19:40:31.000Z,Super Admin,1,0\n1760171,3780,1110816,1110769,2022-10-18T18:03:55.000Z,Enrolled,,,,Not Completed,,,185,0,2022-10-18T22:31:38.000Z,,0,0\n1760172,3791,1110769,1107556,2022-10-18T18:19:08.000Z,Enrolled,,2022-10-18T20:10:03.000Z,2022-10-18T18:24:09.000Z,Not Completed,,1217,185,0,2022-10-18T22:31:38.000Z,Super Admin,1,0\n1760173,3791,1110460,1107556,2022-10-18T18:19:40.000Z,Enrolled,,,,Not Completed,,1217,185,0,2022-10-18T22:31:38.000Z,Super Admin,1,0\n1760174,3791,1110817,1110769,2022-10-18T18:31:44.000Z,Removed by Teaching Team,2022-10-19T03:18:13.000Z,2022-10-19T00:58:49.000Z,2022-10-19T00:55:24.000Z,Not Completed,,1265,185,0,2022-10-19T03:18:13.000Z,Learner1,0,0\n1760175,3792,1110769,1107556,2022-10-18T22:26:49.000Z,Enrolled,,2022-10-18T22:30:24.000Z,2022-10-18T22:28:47.000Z,Not Completed,,1217,185,0,2022-10-18T22:31:38.000Z,Super Admin,1,0\n1760176,3792,1110460,1107556,2022-10-18T22:27:00.000Z,Enrolled,,,,Not Completed,,1217,185,0,2022-10-18T22:31:38.000Z,Super Admin,1,0\n1760177,3792,1110772,1110769,2022-10-18T22:31:45.000Z,Enrolled,,,2022-10-09T00:23:00.000Z,Not Completed,,1265,185,0,2022-10-19T00:22:50.000Z,Learner1,0,0\n1760178,3780,1110818,1110769,2022-10-18T22:45:06.000Z,Enrolled,,2022-10-18T22:46:45.000Z,2022-10-18T22:46:41.000Z,Not Completed,,1265,185,0,2022-10-18T22:46:45.000Z,Learner1,0,0\n"}],"_postman_id":"9532776c-45fd-4584-b2e4-38ee3cd27881"},{"name":"Get Data - Lecture Pages","id":"b9bc9b1d-298d-4908-8910-a1221a626d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.novoed.com/analytics/:institution_id/download_csv?api_key=api_key&api_secret=api_secret&dataset_type=lecture_pages&updated_after=updated_after&update_before=updated_before","description":"<p>Returns lecture components in the lecture pages in courses in an institution based on the updated timestamp parameters.<br />You can get the list of lecture pages by taking the unique subset of pages identifiable by their unique key.</p>\n<p><strong>Unique key:</strong> <code>lecture_component_id</code></p>\n<p><strong>Data Update Frequency:</strong> every 24 hours</p>\n<p><strong>Data Schema:</strong></p>\n<p>API returns data from the requested analytics data set in a specific institution.</p>\n<p>Data Schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table lecture_pages {\n  lecture_page_id int: NovoEd's lecture component ID\n  lecture_page_id int: NovoEd's lecture page ID\n  title varchar: Lecture Title\n  course_id int: Course ID\n  release_date datetime: Lecture Made Available Date\n  created_date datetime: Lecture Created Date\n  section_id int: Section ID that contains lecture\n  section_title varchar: Title of the section that contains lecture\n  institution_id int: Organization ID\n  record_deleted int: Record Deleted\n  updated_date datetime: Record Updated Date\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["analytics",":institution_id","download_csv"],"host":["api","novoed","com"],"query":[{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"key":"dataset_type","value":"lecture_pages"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"update_before","value":"updated_before"}],"variable":[{"id":"34e47f3c-aa78-4e69-a4c6-25a6b6bea866","description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"1b464998-5f5f-4b22-aa95-76397712f803","name":"Get Data - Lecture Pages","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?api_key=api_key&api_secret=api_secret&dataset_type=lecture_pages","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true},{"key":"dataset_type","value":"lecture_pages"},{"key":"updated_before","value":"updated_before","type":"text","disabled":true}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:59:41 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"b9bf7aff-1673-4721-b50c-c2c46b4f6996"},{"key":"Content-Disposition","value":"attachment; filename=\"172_course_activities_data_2022-05-06T01:59:41Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.593897"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=qTDLT4aBtXBjq9bZxCEqRJB55gCI10LBJhukv5rAOKYDzBs8FEH6ztUvQ8TmyAFgU69ZlowGjYdDk3uEEgLpJQ%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=QlM5eG0vYUVFTkNlc0R2MklYNmZReWJFbmdCNElzOHVPVktLTkFuN3FuOVJvR253cnVtOWdITTRHVDJlWXpKYVVoSGhoczB0SExnbFlNakR5anBBT2RrZ1pNdVM3amdhbk9Ja1lFZGh3dVB6TTBBQmtYL2ZhekpQTE5QSU83ZUZjYzVLYUtRNHNDdE92bmdwdUJ5ZXAwVzcrQ2hyeVZoTnNqeVZlUVNiNVVaYmxhdEZ4eXZGYXZuQ1FkNlFNbGcwLS1EOGFlblVyTXMrVGZMQjN1cENVVzNnPT0%3D--86e54c908bb26af1587281a21d361aa16ede1f36; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:59:41 -0000; HttpOnly"},{"key":"ETag","value":"W/\"bf793d5ae5a5610b55dba3392e1e52ad\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"lecture_component_id,lecture_page_id,title,course_id,release_date,section_id,created_date,section_id,section_title,institution_id,record_deleted,updated_date\n862097,S1L1 (IA),3780,2022-08-01T07:00:00.000Z,8018,2022-09-01T00:24:47.000Z,8018,Section1,185,0,2022-10-18T22:31:38.000Z\n862098,S1L2 (Poll),3780,2022-08-01T07:00:00.000Z,8018,2022-09-01T00:24:47.000Z,8018,Section1,185,0,2022-10-18T22:31:38.000Z\n862202,S1L1 (IA),3791,2022-10-01T07:01:00.000Z,8038,2022-10-18T18:19:53.000Z,8038,Section1,185,0,2022-10-18T22:31:38.000Z\n862203,S1L2,3791,2022-10-01T07:01:00.000Z,8038,2022-10-18T18:19:53.000Z,8038,Section1,185,0,2022-10-18T22:31:38.000Z\n862204,S1L1 (Video Practice),3792,2022-10-18T07:00:00.000Z,8039,2022-10-18T22:27:45.000Z,8039,Section1,185,0,2022-10-18T22:31:38.000Z\n862205,S1L2 (Team),3792,2022-10-18T07:00:00.000Z,8039,2022-10-18T22:27:45.000Z,8039,Section1,185,0,2022-10-18T22:31:38.000Z\n862206,S1L3 (Team Discussion),3792,2022-10-18T07:00:00.000Z,8039,2022-10-18T22:28:22.000Z,8039,Section1,185,0,2022-10-18T22:31:38.000Z\n"}],"_postman_id":"b9bc9b1d-298d-4908-8910-a1221a626d1a"},{"name":"Get Data - Course Activities","id":"93f0409b-69a8-4c61-af5f-30dad9fe4699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/analytics/:institution_id/download_csv?dataset_type=course_activities&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before&activity_type=activity_type","description":"<p>Returns activities in the lecture pages in courses in an institution based on the updated timestamp parameters.</p>\n<p><strong>Unique key:</strong> <code>activity_id, activity_type</code></p>\n<p><strong>Data Update Frequency:</strong> every hour</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table course_activities {\n  activity_id varchar: Activity's NovoEd ID\n  activity_type varchar: Activity Type\n  course_id int: Course's NovoEd ID\n  institution_id int: Organization ID\n  activity_title varchar: Activity Title\n  is_todo boolean: Is Activity Marked as Todo\n  release_date datetime: Lecture Release Date\n  deadline datetime: Activity Deadline\n  hard_deadline boolean: 1 when submissions are prohibited after the deadline\n  target int: Target set for the activity\n  lecture_page_id int: ID of the lecture page that contains activity\n  lecture_page_title varchar: The Title of the lecture page\n  section_id int: The ID of the section that contains the lecture page\n  section_title varchar: The Tile of the section that contains the lecture page\n  updated_date datetime: Record updated date\n  record_deleted boolean: Record deleted \n}\n\n</code></pre><p>Possible values for type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* Video\n* Audio\n* Assignment\n* Video Practice\n* Private Feedback\n* Public Feedback\n* Course-Wide Discussion\n* Team Discussion\n* Quiz\n* Survey\n* Poll\n* Timed Exam\n* Live Video Event\n* Third Party Tool\n* Profile Completion\n* Team Formation\n* Group Formation\n* Submission Carousel\n\n</code></pre><p>Description of values set for target:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* Audio, Video: the length of the video/audio \n* Private Feedback, Public Feedback: the number of submissions a learner is required to provide feedback to\n* Live Video Event: the length of the live event\n\n</code></pre>","urlObject":{"path":["analytics",":institution_id","download_csv"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Name of the dataset</p>\n","type":"text/plain"},"key":"dataset_type","value":"course_activities"},{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"},{"description":{"content":"<p>An optional filter that, when applied, will display only activity types that match the specified filter criteria. If the filter is not applied, all activity types will be displayed.</p>\n","type":"text/plain"},"key":"activity_type","value":"activity_type"}],"variable":[{"description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"f55f07a3-9270-4767-9bf8-02eb976b1212","name":"Get Data - Course Activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=course_activities&api_key=api_key&api_secret=api_secret","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"dataset_type","value":"course_activities","description":"Name of the dataset"},{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:59:41 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"b9bf7aff-1673-4721-b50c-c2c46b4f6996"},{"key":"Content-Disposition","value":"attachment; filename=\"172_course_activities_data_2022-05-06T01:59:41Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.593897"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=qTDLT4aBtXBjq9bZxCEqRJB55gCI10LBJhukv5rAOKYDzBs8FEH6ztUvQ8TmyAFgU69ZlowGjYdDk3uEEgLpJQ%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=QlM5eG0vYUVFTkNlc0R2MklYNmZReWJFbmdCNElzOHVPVktLTkFuN3FuOVJvR253cnVtOWdITTRHVDJlWXpKYVVoSGhoczB0SExnbFlNakR5anBBT2RrZ1pNdVM3amdhbk9Ja1lFZGh3dVB6TTBBQmtYL2ZhekpQTE5QSU83ZUZjYzVLYUtRNHNDdE92bmdwdUJ5ZXAwVzcrQ2hyeVZoTnNqeVZlUVNiNVVaYmxhdEZ4eXZGYXZuQ1FkNlFNbGcwLS1EOGFlblVyTXMrVGZMQjN1cENVVzNnPT0%3D--86e54c908bb26af1587281a21d361aa16ede1f36; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:59:41 -0000; HttpOnly"},{"key":"ETag","value":"W/\"bf793d5ae5a5610b55dba3392e1e52ad\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"activity_id,activity_type,activity_title,is_todo,deadline,hard_deadline,target,lecture_page_id,lecture_page_title,course_id,release_date,section_id,section_title,record_deleted,institution_id,record_updated_date\n814642,Assignment,s1l1_ia,1,,0,1,862097,S1L1 (IA),3780,2022-08-01T07:00:00.000Z,8018,Section1,0,,185,2022-10-18T22:31:38.000Z\n814643,Poll,s1l2_poll,1,,0,1,862098,S1L2 (Poll),3780,2022-08-01T07:00:00.000Z,8018,Section1,0,,185,2022-10-18T22:31:38.000Z\n814737,Assignment,s1l1_ia,1,,0,1,862202,S1L1 (IA),3791,2022-10-01T07:01:00.000Z,8038,Section1,0,,185,2022-10-18T22:31:38.000Z"}],"_postman_id":"93f0409b-69a8-4c61-af5f-30dad9fe4699"},{"name":"Get Data - Learning Activity Outcomes","id":"920132a6-b816-4acf-82f8-f622d4404933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=learner_activities&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before","description":"<p>Returns learner's attempts in course activities in an institution based on the updated timestamp parameters.</p>\n<p><strong>Unique key:</strong> <code>user_id, activity_id, activity_type, outcome_id</code></p>\n<p><strong>Data Update Frequency:</strong> every hour</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table user_activities {\n  user_id int: User's NovoEd ID\n  course_id int: NovoEd Course ID\n  institution_id int: Organization ID\n  activity_type varchar: Activity Type\n  activity_id varchar: Activity ID\n  submitted int: 1 when the user has finalized this attempt, 0 when in draft mode or not finalized\n  last_active_date datetime: The date of last update to the attempt\n  points_received int: The number of points received in this attempt\n  achieved int: The acheivement defined based on activity type\n  updated_date datetime: Updated timestamp\n  outcome_id varchar: Attempt ID \n  record_deleted: Record Deleted\n}\n\n</code></pre><p>Possible values for activity_type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* Video\n* Audio\n* Assignment\n* Video Practice\n* Private Feedback\n* Public Feedback\n* Course-Wide Discussion\n* Team Discussion\n* Quiz\n* Timed Exam\n* Survey\n* Poll\n* Live Video Event\n* Third Party Tool\n* Profile Completion\n* Team Formation\n* Group Formation\n\n</code></pre><p>Description of values of <code>submitted</code> attribute per activity type:  </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Video: set to 1.\nAudio: set to 1.\nAssignment: set 1 when submitted and approved when approval is enabled. Set to 0 when submitted but not yet approved when approval is enabled. This table does not include drafts before submission.\nVideo Practice: set to 1 when submitted by the user. Set 0 when started but not submitted.\nPrivate Feedback: set to 1 when submitted by the user. Set to 0 when started but not submitted.\nPublic Feedback: set to 1.\nCourse-Wide Discussion: set to 1.\nTeam Discussion: set to 1.\nQuiz: Each row shows an attempt. Set to 1 when the attempt is submitted.\nTimed Exam: Set to 1 when submitted.\nSurvey: Set to 1 (there is no draft response)\nPoll: Set to 1 (there is no draft response)\nLive Video Event: Set to 1 when status is attended auto or manual. \nThird Party Tool: Set to 1 when submitted/done (per type of tool this has different mechanisms)\nProfile Completion: Set to 1 when submitted, 0 when started or visited but not completed.\n\n</code></pre><p>Description of values of <code>last_active_date</code> per activity type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* Video: last date user watched or re-watched. Admin update of total points updates this timestamp as well\n* Audio: last date user listed to the audio. Admin update of total points updates this timestamp as well.\n* Assignment: last date user submitted or revised their submission.\n* Video Practice: the date the user submitted this video for the practice activity.\n* Private Feedback: the date the user revised or submitted this private feedback for submissions in that activity.\n* Public Feedback: the date the user submitted this public feedback for submissions in that activity.\n* Course-Wide Discussion: the date the user submitted this response to the discussion thread or update of that same comment.\n* Team Discussion: the date the user submitted this response to the discussion thread or update of that same comment.\n* Quiz: the date the user attempted the quiz or made updates to their responses for an attempt if allowed\n* Timed Exam: the date the user submitted or last revised their responses for the timed exam.\n* Survey: the date the user submitted their responses for the survey.\n* Poll: the date the user submitted their responses for the poll.\n* Live Video Event: the date user’s attendance data was pulled by API or uploaded by admin.\n* Third Party Tool: external tool completion date reported by external tool or the date user clicked on the mark as done button.\n* Profile Completion: the date the user made an update to their course profile that had an impact on their completion status of profile completion activity.\n\n</code></pre><p>Description of values of <code>acheived</code> attribute per activity type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>achieved is an integer field that represents the progress of a learner in these activities:\n* Quiz/Timed Exam: number of correct answers divided by the total number of questions\n* Video: last second watched \n* Audio: last second listened\n* Third Party Tool: external tool score as reported by the SCORM file or AICC package\n* Live Video Event: Attendance duration in the event\n\n</code></pre><p>Description of values of <code>updated_date</code> attribute:<br />Timestamp aligns with a potential change to the data row. Use this timestamp to query the records that are added or have changed since the last pull. It is also expected to be used to paginate the data.</p>\n","urlObject":{"protocol":"https","path":["analytics",":institution_id","download_csv"],"host":["api","novoed","com"],"query":[{"description":{"content":"<p>Name of the dataset</p>\n","type":"text/plain"},"key":"dataset_type","value":"learner_activities"},{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"}],"variable":[{"description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"3da04f12-1106-4a44-af81-eb6dc3041a09","name":"Get Data - Learner Activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=learner_activities&api_key=api_key&api_secret=api_secret","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"dataset_type","value":"learner_activities","description":"Name of the dataset"},{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:59:13 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"1303f965-a4d6-4db5-ab09-a889dce0773b"},{"key":"Content-Disposition","value":"attachment; filename=\"172_learner_activities_data_2022-05-06T01:59:13Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.960063"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=rDo5QfvB6iAykds0AnDMkPg3HD6yABtHglrcjEzkyVkGxukyaQGlnoQVTikgmee0O%2BGjqLbR1AHn0gO3xCYY2g%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=Rkp6MmZRTGp4bzFyTmU1RGQ1SXphT0gyVGdtTHFYekU1bytQY1ExTjB0TUNVcTdQM3poWmRwak9NbFE2ZTNzYlhTaWIveG16bm81VkRuaXlCTFBEV0U5ZXNMbWxpZTF1bEdGRzBGczNsckh5MEVvRWN5TUhBUnZwMWFWME9DcTRsaXJ0NkVwWVFWNXNBWk10bGt3d2psSzBzNURrdzMxeWtaaEJRUzJkMlY0aUtSVUxrd3NaUk9zRkxyVjAxaVlPLS0yWDBjWHNsZUlqNFF4c1kvU2FsN1lnPT0%3D--8b6bb36fd30ecc5e42a6ed283330012e5ac7e623; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:59:13 -0000; HttpOnly"},{"key":"ETag","value":"W/\"e0c122cb4df3f9fa75c13bc5793a8834\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"user_id,activity_type,activity_id,last_active_date,points_received,achieved,submitted,receiver_id,receiver_type,course_id,institution_id,record_deleted,updated_date,completion_status,outcome_id\n1110770,Assignment,814642,2022-09-01T00:45:38.000Z,1,,1,1110770,User,3780,185,0,2022-10-18T22:31:38.000Z,1,439086\n1110770,Poll,814643,2022-09-01T00:45:50.000Z,1,,1,,,3780,185,0,2022-10-18T22:31:38.000Z,1,1210216\n1110772,Assignment,814642,2022-10-18T18:16:23.000Z,1,,1,1110772,User,3780,185,0,2022-10-18T22:31:38.000Z,1,439105\n1110772,Poll,814643,2022-10-18T18:16:35.000Z,1,,1,,,3780,185,0,2022-10-18T22:31:38.000Z,1,1210243\n"}],"_postman_id":"920132a6-b816-4acf-82f8-f622d4404933"},{"name":"Get Data - Question Set Questions and Response Options","id":"318a6401-ed53-4b88-aa6f-27fc0090e478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.novoed.com/analytics/:institution_id/download_csv?dataset_type=question_and_response_options&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before","description":"<p>Returns questions in a quiz, survey, exam, or poll course activity with response option configuration. For a question with multiple response options such as Multiple Choice, and Multiple Choice Multiple Answer, this table contains multiple rows.</p>\n<p><strong>Unique key:</strong> <code>question_id, response_option_id</code></p>\n<p><strong>Foreign keys:</strong><code>activity_id, activity_type to the course_activities data table</code></p>\n<p><strong>Data Update Frequency:</strong> every hour</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table question_and_response_options {\n  question_id int \n  response_option_id int\n  question_type varchar\n  question_text varchar\n  option_content varchar\n  is_correct boolean\n  bottom_of_range int\n  top_of_range int\n  likert_left_limit int\n  likert_right_limit int\n  data_entry_required boolean\n  activity_id int\n  activity_type varchar\n  record_updated_date datetime\n  record_deleted boolean\n}\n\n</code></pre><p>Possible values for activity_type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Quiz\nSurvey\nTimed Exam\nPoll\n\n</code></pre><p>possible values for <code>question_type</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>MultipleChoiceQuestion: \nexpect multiple rows in the result set, one per option\nMultipleChoiceMultipleAnswerQuestion: \nexpect multiple rows in the result set, one per option\nShortTextQuestion\nRichTextQuestion\nLikertScaleQuestion: \noption_content shows discrete or continuous to demonstrate whether users were able to select discrete values or continuous. likert_left_limit and likert_right_limit show the two numbers shown to the users on the two sides of the scale.\nNumberQuestion: \nbottom_of_range and top_of_range are relevant for this question\n\n</code></pre><p>Possible values for <code>option_content</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Discrete: \nset as option content when likert scale allows discrete values selected\nContinuous: \nset as option content when likert scale allows continuous values selected\nCorrentWithMargin: \nset as option content when number question allows a margin of error for entering correct answer\nRangeOfCorrect: \nset as option content when number question allows any value entered as a correct answer as long as it is between top and bottom of the range\nOtherwise option content saves what is set as a correct answer to the question when is_correct is set as 1 or the value of the option that is visible in the UI\nYou can use the combination of option_content and is_correct to compare to decide if an answer from a user response is correct if correctness outcome is desired at question level. \n\n</code></pre><p>Description of values of <code>updated_date</code> attribute:<br />Timestamp aligns with a potential change to the data row. Use this timestamp to query the records that are added or have changed since the last pull. It is also expected to be used to paginate the data.</p>\n","urlObject":{"protocol":"https","path":["analytics",":institution_id","download_csv"],"host":["api","novoed","com"],"query":[{"description":{"content":"<p>Name of the dataset</p>\n","type":"text/plain"},"key":"dataset_type","value":"question_and_response_options"},{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"}],"variable":[{"id":"202c596a-08dc-4600-abe4-fbabc8ebe858","description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"1cd42195-8732-40bf-b86e-04f1131e9864","name":"Get Data - Question Set Questions and Response Options","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?api_key=api_key&api_secret=api_secret&dataset_type=question_and_response_options","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true},{"key":"dataset_type","value":"question_and_response_options"}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:59:13 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"1303f965-a4d6-4db5-ab09-a889dce0773b"},{"key":"Content-Disposition","value":"attachment; filename=\"172_learner_activities_data_2022-05-06T01:59:13Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.960063"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=rDo5QfvB6iAykds0AnDMkPg3HD6yABtHglrcjEzkyVkGxukyaQGlnoQVTikgmee0O%2BGjqLbR1AHn0gO3xCYY2g%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=Rkp6MmZRTGp4bzFyTmU1RGQ1SXphT0gyVGdtTHFYekU1bytQY1ExTjB0TUNVcTdQM3poWmRwak9NbFE2ZTNzYlhTaWIveG16bm81VkRuaXlCTFBEV0U5ZXNMbWxpZTF1bEdGRzBGczNsckh5MEVvRWN5TUhBUnZwMWFWME9DcTRsaXJ0NkVwWVFWNXNBWk10bGt3d2psSzBzNURrdzMxeWtaaEJRUzJkMlY0aUtSVUxrd3NaUk9zRkxyVjAxaVlPLS0yWDBjWHNsZUlqNFF4c1kvU2FsN1lnPT0%3D--8b6bb36fd30ecc5e42a6ed283330012e5ac7e623; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:59:13 -0000; HttpOnly"},{"key":"ETag","value":"W/\"e0c122cb4df3f9fa75c13bc5793a8834\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"318a6401-ed53-4b88-aa6f-27fc0090e478"},{"name":"Get Data - Question Set User Responses Per Question and Attempt","id":"a53966dc-ad10-4336-a694-6015652ea201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/analytics/:institution_id/download_csv?dataset_type=user_responses_for_question_attempts&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before","description":"<p>Return the user's response to a question in an attempt in a quiz, timed exam, survey or poll. Note that not all these activity types allow for multiple attempts by users. The data will contain results of deletions or reset of attempts as well as organic attempts allowed by the activity and the configuration set by the learning experience designers.</p>\n<p><strong>Unique key:</strong> <code>outcome_id, question_response_id, selected_response_option_id</code></p>\n<p><strong>Foreign keys:</strong><br /><code>user_id</code> to users table</p>\n<p><code>outcome_id, activity_id, activity_type</code> to user_activities table</p>\n<p><code>activity_id, activity_type</code> to course_activities table</p>\n<p><code>question_id</code> to question_and_response_options table</p>\n<p><code>question_response_id</code> to question_and_response_options table</p>\n<p><strong>Data Update Frequency:</strong> every hour</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table user_responses_for_question_attempts {\n  user_id int\n  outcome_id int\n  question_response_id int\n  question_id int\n  activity_id int\n  activity_type int\n  entered_response varchar\n  institution_id int\n  selected_response_option_id int\n  selected_response_option_content varchar\n  submitted boolean\n  created_date datetime\n  record_updated_date datetime\n  record_deleted boolean\n}\n\n</code></pre><p>Possible values for activity_type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Quiz\nSurvey\nTimed Exam\nPoll\n\n</code></pre><p>Single Question View type can be retrieved on the Single Question View Questions and Responses API.</p>\n<p>Description of values of <code>submitted</code> attribute:<br />1 when the user has finalized this attempt, 0 when in draft mode or not finalized</p>\n<p>Description of <code>entered_response</code> attribute:<br />Contains user repsonse to short text, long text, likert scale and number questions.</p>\n<p>Description of <code>selected_response_option_content</code> attribute:<br />Set to the content of the option the learner has selected when they answered a multiple choice type question.</p>\n<p>Description of <code>response_content</code> attribute:<br />Each of the above attributes have values set for a subset of questions. <code>response_content</code> attribute simply merges the two if in your analysis the source of response is not relevant and you are looking for an attribute that contains answers by users universally.</p>\n","urlObject":{"path":["analytics",":institution_id","download_csv"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Name of the dataset</p>\n","type":"text/plain"},"key":"dataset_type","value":"user_responses_for_question_attempts"},{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"}],"variable":[{"description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"23cfad0b-3b21-465f-ba49-1f8c6415d453","name":"Get Data - Question Set User Responses per Question and Attempt","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?api_key=api_key&api_secret=api_secret&dataset_type=user_responses_for_question_attempts","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true},{"key":"dataset_type","value":"user_responses_for_question_attempts"}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:59:13 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"1303f965-a4d6-4db5-ab09-a889dce0773b"},{"key":"Content-Disposition","value":"attachment; filename=\"172_learner_activities_data_2022-05-06T01:59:13Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.960063"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=rDo5QfvB6iAykds0AnDMkPg3HD6yABtHglrcjEzkyVkGxukyaQGlnoQVTikgmee0O%2BGjqLbR1AHn0gO3xCYY2g%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=Rkp6MmZRTGp4bzFyTmU1RGQ1SXphT0gyVGdtTHFYekU1bytQY1ExTjB0TUNVcTdQM3poWmRwak9NbFE2ZTNzYlhTaWIveG16bm81VkRuaXlCTFBEV0U5ZXNMbWxpZTF1bEdGRzBGczNsckh5MEVvRWN5TUhBUnZwMWFWME9DcTRsaXJ0NkVwWVFWNXNBWk10bGt3d2psSzBzNURrdzMxeWtaaEJRUzJkMlY0aUtSVUxrd3NaUk9zRkxyVjAxaVlPLS0yWDBjWHNsZUlqNFF4c1kvU2FsN1lnPT0%3D--8b6bb36fd30ecc5e42a6ed283330012e5ac7e623; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:59:13 -0000; HttpOnly"},{"key":"ETag","value":"W/\"e0c122cb4df3f9fa75c13bc5793a8834\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"user_id,activity_type,activity_id,last_active_date,points_received,achieved,submitted,receiver_id,receiver_type,course_id,institution_id,record_deleted,updated_date,completion_status,outcome_id\n1110770,Assignment,814642,2022-09-01T00:45:38.000Z,1,,1,1110770,User,3780,185,0,2022-10-18T22:31:38.000Z,1,439086\n1110770,Poll,814643,2022-09-01T00:45:50.000Z,1,,1,,,3780,185,0,2022-10-18T22:31:38.000Z,1,1210216\n1110772,Assignment,814642,2022-10-18T18:16:23.000Z,1,,1,1110772,User,3780,185,0,2022-10-18T22:31:38.000Z,1,439105\n1110772,Poll,814643,2022-10-18T18:16:35.000Z,1,,1,,,3780,185,0,2022-10-18T22:31:38.000Z,1,1210243\n"}],"_postman_id":"a53966dc-ad10-4336-a694-6015652ea201"},{"name":"Get Data - Single Question View User Responses For Question Attempts","id":"32a5c5b8-6b9a-40f3-917e-6805f2aebe1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/analytics/:institution_id/download_csv.json?dataset_type=single_question_view_user_responses_for_question_attempts&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before","description":"<p>Returns questions in a single view quiz course activity with response option configuration. For a question with multiple response options such as Multiple Choice, and Multiple Choice Multiple Answer, this table contains multiple rows.</p>\n<p><strong>Unique key:</strong> <code>question_outcome_id</code></p>\n<p><strong>Foreign keys:</strong></p>\n<p><code>user_id</code> to users table</p>\n<p><code>outcome_id, activity_id, activity_type</code> to user_activities table</p>\n<p><code>activity_id, activity_type</code> to course_activities table</p>\n<p><code>question_id</code> to question_and_response_options table</p>\n<p><code>question_response_id</code> to question_and_response_options table</p>\n<p><strong>Data Update Frequency:</strong> every hour</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table single_question_view_user_responses_for_question_attempts {\n  activity_id int\n  activity_outcome_id int\n  activity_type varchar\n  entered_response varchar\n  institution_id int\n  outcome_id int\n  question_id int\n  question_outcome_id int\n  question_response_id int\n  submitted boolean\n  user_id int\n  record_updated_date datetime\n  record_deleted boolean\n  response_option_updated_at datetime,\n  created_at datetime\n}\n\n</code></pre><p>Possible values for activity_type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Single-Question-View Quiz\n\n</code></pre><p>Description of values of <code>submitted</code> attribute:<br />1 when the user has finalized this attempt, 0 when the quiz was not finalized</p>\n<p>Description of <code>entered_response</code> attribute:<br />Captures the value provided by the user—either by entering free-form text or selecting a predefined option. This content may include basic HTML formatting depending on the input method used.</p>\n<p>Description of values of <code>record_updated_date</code> attribute:<br />Timestamp aligns with a potential change to the data row. Use this timestamp to query the records that are added or have changed since the last pull. It is also expected to be used to paginate the data.</p>\n<p>Description of <code>response_content</code> attribute:</p>\n<p>Captures the value provided by the user—either by entering free-form text or selecting a predefined option. Any HTML formatting is removed before storing or returning the content.</p>\n<p>Description of values of <code>response_option_updated_at</code> attribute:<br />Timestamp with the last saved response change.</p>\n<p>Description of values of <code>created_at</code> attribute:<br />Timestamp that the answer was created.</p>\n<p>Description of values of <code>record_deleted</code> attribute:<br />1 when the user has the user response deleted, 0 when the response was not deleted</p>\n","urlObject":{"path":["analytics",":institution_id","download_csv.json"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Name of the dataset</p>\n","type":"text/plain"},"key":"dataset_type","value":"single_question_view_user_responses_for_question_attempts"},{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"}],"variable":[{"description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"cbac3bd5-6947-4d6c-86a3-a94e0ea05057","name":"Get Data - Single Question View User Responses For Question Attempts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/analytics/:institution_id/download_csv.json?dataset_type=single_question_view_user_responses_for_question_attempts&api_key=api_key&api_secret=api_secret&updated_after=updated_after&updated_before=updated_before","host":["{{base_url}}"],"path":["analytics",":institution_id","download_csv.json"],"query":[{"key":"dataset_type","value":"single_question_view_user_responses_for_question_attempts","description":"Name of the dataset"},{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13"},{"key":"updated_before","value":"updated_before","description":"Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13"}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.\n\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Pragma","value":"no-cache"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"d7080724-1179-4bb0-9367-3d9b42acbb44"},{"key":"Content-Disposition","value":"attachment; filename=\"160_single_question_view_user_responses_for_question_attempts_data_2025-04-30T18:04:04Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Runtime","value":"2.597868"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"activity_id,activity_outcome_id,activity_type,created_at,entered_response,institution_id,outcome_id,question_id,question_outcome_id,question_response_id,record_deleted,record_updated_date,response_content,response_option_updated_at,submitted,user_id\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:21:20.000Z,702,160,1211512,862930,367,398,0,2025-01-02T20:29:43.000Z,702,2025-01-02T19:21:21.000Z,1,1110827\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:20:48.000Z,small again,160,1211512,862927,364,393,0,2025-01-02T20:29:43.000Z,small again,2025-01-02T19:20:48.000Z,1,1110827\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:21:15.000Z,701,160,1211512,862930,367,397,0,2025-01-02T20:29:43.000Z,701,2025-01-02T19:21:15.000Z,1,1110827\n819300,1211512,Single-Question-View Quiz,2025-01-02T20:29:28.000Z,\"<p dir=\"\"ltr\"\">Second Attempt: Long Answer</p>\",160,1211512,862928,365,403,0,2025-01-02T20:29:43.000Z,Second Attempt: Long Answer,2025-01-02T20:29:28.000Z,1,1110827\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:20:42.000Z,small,160,1211512,862927,364,392,0,2025-01-02T20:29:43.000Z,small,2025-01-02T19:20:42.000Z,1,1110827\n819300,1211512,Single-Question-View Quiz,2025-01-02T20:29:42.000Z,5,160,1211512,862930,367,405,0,2025-01-02T20:29:43.000Z,5,2025-01-02T20:29:42.000Z,1,1110827\n819300,1211512,Single-Question-View Quiz,2025-01-02T20:29:04.000Z,2,160,1211512,862926,363,400,0,2025-01-02T20:29:43.000Z,2,2025-01-02T20:29:04.000Z,1,1110827\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:21:08.000Z,401,160,1211512,862929,366,396,0,2025-01-02T20:29:43.000Z,401,2025-01-02T19:21:08.000Z,1,1110827\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:20:29.000Z,2,160,1211512,862926,363,390,0,2025-01-02T20:29:43.000Z,2,2025-01-02T19:20:29.000Z,1,1110827\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:20:58.000Z,\"<p dir=\"\"ltr\"\">i don't want to answer this</p>\",160,1211512,862928,365,394,0,2025-01-02T20:29:43.000Z,i don't want to answer this,2025-01-02T19:20:58.000Z,1,1110827\n819300,1211512,Single-Question-View Quiz,2025-01-02T20:29:09.000Z,1,160,1211512,862926,363,401,0,2025-01-02T20:29:43.000Z,1,2025-01-02T20:29:09.000Z,1,1110827\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:20:34.000Z,2,160,1211512,862926,363,391,0,2025-01-02T20:29:43.000Z,2,2025-01-02T19:20:34.000Z,1,1110827\n819300,1211512,Single-Question-View Quiz,2025-01-02T20:29:17.000Z,SHORT,160,1211512,862927,364,402,0,2025-01-02T20:29:43.000Z,SHORT,2025-01-02T20:29:17.000Z,1,1110827\n819300,1211512,Single-Question-View Quiz,2025-01-02T20:29:35.000Z,4,160,1211512,862929,366,404,0,2025-01-02T20:29:43.000Z,4,2025-01-02T20:29:35.000Z,1,1110827\n819300,1211511,Single-Question-View Quiz,2025-01-02T19:21:04.000Z,400,160,1211512,862929,366,395,0,2025-01-02T20:29:43.000Z,400,2025-01-02T19:21:04.000Z,1,1110827\n819295,1211510,Single-Question-View Quiz,2025-01-02T17:01:09.000Z,9,160,1211510,862916,361,388,0,2025-01-02T17:01:12.000Z,9,2025-01-02T17:01:09.000Z,1,1110827\n819295,1211510,Single-Question-View Quiz,2025-01-02T17:00:43.000Z,3,160,1211510,862914,360,385,0,2025-01-02T17:01:12.000Z,3,2025-01-02T17:00:43.000Z,1,1110827\n819295,1211510,Single-Question-View Quiz,2025-01-02T17:01:03.000Z,9,160,1211510,862916,361,387,0,2025-01-02T17:01:12.000Z,9,2025-01-02T17:01:03.000Z,1,1110827\n819295,1211510,Single-Question-View Quiz,2025-01-02T17:00:52.000Z,4,160,1211510,862914,360,386,0,2025-01-02T17:01:12.000Z,4,2025-01-02T17:00:52.000Z,1,1110827\n819295,1211510,Single-Question-View Quiz,2025-01-02T17:00:32.000Z,\"<p dir=\"\"ltr\"\">Long</p>\",160,1211510,862913,359,384,0,2025-01-02T17:01:12.000Z,Long,2025-01-02T17:00:32.000Z,1,1110827\n819295,1211510,Single-Question-View Quiz,2025-01-02T17:00:15.000Z,1,160,1211510,862910,357,382,0,2025-01-02T17:01:12.000Z,1,2025-01-02T17:00:15.000Z,1,1110827\n819295,1211510,Single-Question-View Quiz,2025-01-02T17:00:26.000Z,Short,160,1211510,862912,358,383,0,2025-01-02T17:01:12.000Z,Short,2025-01-02T17:00:26.000Z,1,1110827\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:14:29.000Z,4,160,1211509,862914,354,378,0,2025-01-02T15:14:45.000Z,4,2025-01-02T15:14:30.000Z,1,1110826\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:14:23.000Z,5,160,1211509,862914,354,377,0,2025-01-02T15:14:45.000Z,5,2025-01-02T15:14:23.000Z,1,1110826\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:13:37.000Z,1,160,1211509,862910,351,373,0,2025-01-02T15:14:45.000Z,1,2025-01-02T15:13:37.000Z,1,1110826\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:13:30.000Z,2,160,1211509,862910,351,372,0,2025-01-02T15:14:45.000Z,2,2025-01-02T15:13:30.000Z,1,1110826\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:13:56.000Z,Short,160,1211509,862912,352,375,0,2025-01-02T15:14:45.000Z,Short,2025-01-02T15:13:56.000Z,1,1110826\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:14:35.000Z,6,160,1211509,862916,355,379,0,2025-01-02T15:14:45.000Z,6,2025-01-02T15:14:35.000Z,1,1110826\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:14:42.000Z,5,160,1211509,862916,355,380,0,2025-01-02T15:14:45.000Z,5,2025-01-02T15:14:42.000Z,1,1110826\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:14:18.000Z,\"<p dir=\"\"ltr\"\">Line One<br>Line Two Two</p>\",160,1211509,862913,353,376,0,2025-01-02T15:14:45.000Z,Line OneLine Two Two,2025-01-02T15:14:18.000Z,1,1110826\n819295,1211509,Single-Question-View Quiz,2025-01-02T15:13:50.000Z,Not Short,160,1211509,862912,352,374,0,2025-01-02T15:14:45.000Z,Not Short,2025-01-02T15:13:50.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:38:19.000Z,10,160,1211490,862872,343,360,0,2024-12-18T20:38:26.000Z,10,2024-12-18T20:38:19.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:37:50.000Z,short,160,1211490,862869,340,356,0,2024-12-18T20:38:26.000Z,short,2024-12-18T20:37:50.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:38:03.000Z,\"<p dir=\"\"ltr\"\">hello world</p><p dir=\"\"ltr\"\">how are you</p>\",160,1211490,862870,341,357,0,2024-12-18T20:38:26.000Z,hello worldhow are you,2024-12-18T20:38:03.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:38:08.000Z,6,160,1211490,862871,342,358,0,2024-12-18T20:38:26.000Z,6,2024-12-18T20:38:08.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:38:23.000Z,5,160,1211490,862872,343,361,0,2024-12-18T20:38:26.000Z,5,2024-12-18T20:38:23.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:38:13.000Z,4,160,1211490,862871,342,359,0,2024-12-18T20:38:26.000Z,4,2024-12-18T20:38:13.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:37:34.000Z,3,160,1211490,862867,339,354,0,2024-12-18T20:38:26.000Z,3,2024-12-18T20:37:34.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:37:12.000Z,2,160,1211490,862867,339,353,0,2024-12-18T20:38:26.000Z,2,2024-12-18T20:37:12.000Z,1,1110826\n819255,1211490,Single-Question-View Quiz,2024-12-18T20:37:43.000Z,shortttt,160,1211490,862869,340,355,0,2024-12-18T20:38:26.000Z,shortttt,2024-12-18T20:37:43.000Z,1,1110826\n818802,1211071,Single-Question-View Quiz,2024-07-26T14:51:50.000Z,Yes,160,1211071,861819,275,283,0,2024-07-26T14:51:52.000Z,Yes,2024-07-26T14:51:50.000Z,1,1111904\n818802,1211071,Single-Question-View Quiz,2024-07-26T14:51:45.000Z,False,160,1211071,861818,274,282,0,2024-07-26T14:51:52.000Z,False,2024-07-26T14:51:45.000Z,1,1111904\n818802,1211071,Single-Question-View Quiz,2024-07-26T14:51:39.000Z,Yes,160,1211071,861817,273,281,0,2024-07-26T14:51:52.000Z,Yes,2024-07-26T14:51:39.000Z,1,1111904\n818802,1211071,Single-Question-View Quiz,2024-07-26T14:51:35.000Z,True,160,1211071,861816,272,280,0,2024-07-26T14:51:52.000Z,True,2024-07-26T14:51:35.000Z,1,1111904\n818792,1211068,Single-Question-View Quiz,2024-07-24T16:44:19.000Z,Yes,160,1211068,861813,266,274,0,2024-07-24T16:44:30.000Z,Yes,2024-07-24T16:44:19.000Z,1,1111906\n818792,1211068,Single-Question-View Quiz,2024-07-24T16:44:24.000Z,So True,160,1211068,861814,267,275,0,2024-07-24T16:44:30.000Z,So True,2024-07-24T16:44:24.000Z,1,1111906\n818792,1211068,Single-Question-View Quiz,2024-07-24T16:44:15.000Z,Bread,160,1211068,861812,265,273,0,2024-07-24T16:44:30.000Z,Bread,2024-07-24T16:44:15.000Z,1,1111906\n818792,1211068,Single-Question-View Quiz,2024-07-24T16:44:28.000Z,100%,160,1211068,861815,268,276,0,2024-07-24T16:44:30.000Z,100%,2024-07-24T16:44:28.000Z,1,1111906\n818792,1211064,Single-Question-View Quiz,2024-07-24T16:38:15.000Z,So True,160,1211064,861814,263,271,0,2024-07-24T16:38:22.000Z,So True,2024-07-24T16:38:15.000Z,1,1111961\n818792,1211064,Single-Question-View Quiz,2024-07-24T16:38:19.000Z,100%,160,1211064,861815,264,272,0,2024-07-24T16:38:22.000Z,100%,2024-07-24T16:38:19.000Z,1,1111961\n818792,1211064,Single-Question-View Quiz,2024-07-24T16:38:06.000Z,Bread,160,1211064,861812,261,269,0,2024-07-24T16:38:22.000Z,Bread,2024-07-24T16:38:06.000Z,1,1111961\n818792,1211064,Single-Question-View Quiz,2024-07-24T16:38:11.000Z,No,160,1211064,861813,262,270,0,2024-07-24T16:38:22.000Z,No,2024-07-24T16:38:11.000Z,1,1111961\n818792,1211062,Single-Question-View Quiz,2024-07-24T16:30:58.000Z,So True,160,1211062,861814,259,267,0,2024-07-24T16:31:06.000Z,So True,2024-07-24T16:30:58.000Z,1,1111909\n818792,1211062,Single-Question-View Quiz,2024-07-24T16:31:03.000Z,100%,160,1211062,861815,260,268,0,2024-07-24T16:31:06.000Z,100%,2024-07-24T16:31:03.000Z,1,1111909\n818792,1211062,Single-Question-View Quiz,2024-07-24T16:30:49.000Z,Rocks,160,1211062,861812,257,265,0,2024-07-24T16:31:06.000Z,Rocks,2024-07-24T16:30:49.000Z,1,1111909\n818792,1211062,Single-Question-View Quiz,2024-07-24T16:30:53.000Z,No,160,1211062,861813,258,266,0,2024-07-24T16:31:06.000Z,No,2024-07-24T16:30:53.000Z,1,1111909\n818792,1211058,Single-Question-View Quiz,2024-07-24T16:24:35.000Z,Nails,160,1211058,861812,253,261,0,2024-07-24T16:24:50.000Z,Nails,2024-07-24T16:24:35.000Z,1,1111901\n818792,1211058,Single-Question-View Quiz,2024-07-24T16:24:44.000Z,So True,160,1211058,861814,255,263,0,2024-07-24T16:24:50.000Z,So True,2024-07-24T16:24:44.000Z,1,1111901\n818792,1211058,Single-Question-View Quiz,2024-07-24T16:24:38.000Z,Yes,160,1211058,861813,254,262,0,2024-07-24T16:24:50.000Z,Yes,2024-07-24T16:24:38.000Z,1,1111901\n818792,1211058,Single-Question-View Quiz,2024-07-24T16:24:48.000Z,Absolutely,160,1211058,861815,256,264,0,2024-07-24T16:24:50.000Z,Absolutely,2024-07-24T16:24:48.000Z,1,1111901\n818792,1211056,Single-Question-View Quiz,2024-07-24T16:19:16.000Z,Bread,160,1211056,861812,249,257,0,2024-07-24T16:19:31.000Z,Bread,2024-07-24T16:19:16.000Z,1,1111900\n818792,1211056,Single-Question-View Quiz,2024-07-24T16:19:22.000Z,No,160,1211056,861813,250,258,0,2024-07-24T16:19:31.000Z,No,2024-07-24T16:19:22.000Z,1,1111900\n818792,1211056,Single-Question-View Quiz,2024-07-24T16:19:29.000Z,Absolutely,160,1211056,861815,252,260,0,2024-07-24T16:19:31.000Z,Absolutely,2024-07-24T16:19:29.000Z,1,1111900\n818792,1211056,Single-Question-View Quiz,2024-07-24T16:19:26.000Z,So True,160,1211056,861814,251,259,0,2024-07-24T16:19:31.000Z,So True,2024-07-24T16:19:26.000Z,1,1111900\n818792,1211053,Single-Question-View Quiz,2024-07-24T16:13:55.000Z,No,160,1211053,861813,246,254,0,2024-07-24T16:14:09.000Z,No,2024-07-24T16:13:55.000Z,1,1111902\n818792,1211053,Single-Question-View Quiz,2024-07-24T16:13:59.000Z,So True,160,1211053,861814,247,255,0,2024-07-24T16:14:09.000Z,So True,2024-07-24T16:13:59.000Z,1,1111902\n818792,1211053,Single-Question-View Quiz,2024-07-24T16:14:04.000Z,100%,160,1211053,861815,248,256,0,2024-07-24T16:14:09.000Z,100%,2024-07-24T16:14:04.000Z,1,1111902\n818792,1211053,Single-Question-View Quiz,2024-07-24T16:13:49.000Z,Bread,160,1211053,861812,245,253,0,2024-07-24T16:14:09.000Z,Bread,2024-07-24T16:13:49.000Z,1,1111902\n818693,1211025,Single-Question-View Quiz,2024-07-19T18:59:22.000Z,Two,160,1211025,861765,162,170,0,2024-07-19T18:59:33.000Z,Two,2024-07-19T18:59:22.000Z,1,1111902\n818693,1211025,Single-Question-View Quiz,2024-07-19T18:59:26.000Z,True,160,1211025,861766,163,171,0,2024-07-19T18:59:33.000Z,True,2024-07-19T18:59:26.000Z,1,1111902\n818693,1211025,Single-Question-View Quiz,2024-07-19T18:59:30.000Z,No,160,1211025,861767,164,172,0,2024-07-19T18:59:33.000Z,No,2024-07-19T18:59:30.000Z,1,1111902\n818693,1211025,Single-Question-View Quiz,2024-07-19T18:59:19.000Z,True,160,1211025,861764,161,169,0,2024-07-19T18:59:33.000Z,True,2024-07-19T18:59:19.000Z,1,1111902\n818693,1211024,Single-Question-View Quiz,2024-07-19T18:56:25.000Z,False,160,1211024,861766,159,167,0,2024-07-19T18:56:30.000Z,False,2024-07-19T18:56:25.000Z,1,1111903\n818693,1211024,Single-Question-View Quiz,2024-07-19T18:56:20.000Z,Three,160,1211024,861765,158,166,0,2024-07-19T18:56:30.000Z,Three,2024-07-19T18:56:20.000Z,1,1111903\n818693,1211024,Single-Question-View Quiz,2024-07-19T18:56:29.000Z,Yes,160,1211024,861767,160,168,0,2024-07-19T18:56:30.000Z,Yes,2024-07-19T18:56:29.000Z,1,1111903\n818693,1211024,Single-Question-View Quiz,2024-07-19T18:56:16.000Z,False,160,1211024,861764,157,165,0,2024-07-19T18:56:30.000Z,False,2024-07-19T18:56:16.000Z,1,1111903\n818693,1211023,Single-Question-View Quiz,2024-07-19T18:54:50.000Z,False,160,1211023,861766,155,163,0,2024-07-19T18:54:56.000Z,False,2024-07-19T18:54:50.000Z,1,1111904\n818693,1211023,Single-Question-View Quiz,2024-07-19T18:54:45.000Z,Three,160,1211023,861765,154,162,0,2024-07-19T18:54:56.000Z,Three,2024-07-19T18:54:45.000Z,1,1111904\n818693,1211023,Single-Question-View Quiz,2024-07-19T18:54:53.000Z,Yes,160,1211023,861767,156,164,0,2024-07-19T18:54:56.000Z,Yes,2024-07-19T18:54:53.000Z,1,1111904\n818693,1211023,Single-Question-View Quiz,2024-07-19T18:54:40.000Z,True,160,1211023,861764,153,161,0,2024-07-19T18:54:56.000Z,True,2024-07-19T18:54:40.000Z,1,1111904\n818682,1211021,Single-Question-View Quiz,2024-07-19T18:41:31.000Z,False,160,1211021,861761,151,159,0,2024-07-19T18:41:35.000Z,False,2024-07-19T18:41:31.000Z,1,1111903\n818682,1211021,Single-Question-View Quiz,2024-07-19T18:41:23.000Z,True,160,1211021,861759,149,157,0,2024-07-19T18:41:35.000Z,True,2024-07-19T18:41:23.000Z,1,1111903\n818682,1211021,Single-Question-View Quiz,2024-07-19T18:41:34.000Z,Yes,160,1211021,861762,152,160,0,2024-07-19T18:41:35.000Z,Yes,2024-07-19T18:41:34.000Z,1,1111903\n818682,1211021,Single-Question-View Quiz,2024-07-19T18:41:27.000Z,Yes,160,1211021,861760,150,158,0,2024-07-19T18:41:35.000Z,Yes,2024-07-19T18:41:27.000Z,1,1111903\n818682,1211019,Single-Question-View Quiz,2024-07-19T18:36:39.000Z,False,160,1211019,861761,147,155,0,2024-07-19T18:36:44.000Z,False,2024-07-19T18:36:39.000Z,1,1111904\n818682,1211019,Single-Question-View Quiz,2024-07-19T18:36:30.000Z,True,160,1211019,861759,145,153,0,2024-07-19T18:36:44.000Z,True,2024-07-19T18:36:30.000Z,1,1111904\n818682,1211019,Single-Question-View Quiz,2024-07-19T18:36:34.000Z,No,160,1211019,861760,146,154,0,2024-07-19T18:36:44.000Z,No,2024-07-19T18:36:34.000Z,1,1111904\n818682,1211019,Single-Question-View Quiz,2024-07-19T18:36:42.000Z,No,160,1211019,861762,148,156,0,2024-07-19T18:36:44.000Z,No,2024-07-19T18:36:42.000Z,1,1111904\n818682,1211017,Single-Question-View Quiz,2024-07-19T18:31:46.000Z,True,160,1211017,861759,141,149,0,2024-07-19T18:32:00.000Z,True,2024-07-19T18:31:46.000Z,1,1111912\n818682,1211017,Single-Question-View Quiz,2024-07-19T18:31:59.000Z,Yes,160,1211017,861762,144,152,0,2024-07-19T18:32:00.000Z,Yes,2024-07-19T18:31:59.000Z,1,1111912\n818682,1211017,Single-Question-View Quiz,2024-07-19T18:31:51.000Z,Yes,160,1211017,861760,142,150,0,2024-07-19T18:32:00.000Z,Yes,2024-07-19T18:31:51.000Z,1,1111912\n818682,1211017,Single-Question-View Quiz,2024-07-19T18:31:56.000Z,False,160,1211017,861761,143,151,0,2024-07-19T18:32:00.000Z,False,2024-07-19T18:31:56.000Z,1,1111912\n818674,1211016,Single-Question-View Quiz,2024-07-19T18:24:35.000Z,Yes,160,1211016,861758,140,148,0,2024-07-19T18:24:37.000Z,Yes,2024-07-19T18:24:35.000Z,1,1111912\n818674,1211016,Single-Question-View Quiz,2024-07-19T18:24:20.000Z,True,160,1211016,861755,137,145,0,2024-07-19T18:24:37.000Z,True,2024-07-19T18:24:20.000Z,1,1111912\n818674,1211016,Single-Question-View Quiz,2024-07-19T18:24:29.000Z,False,160,1211016,861757,139,147,0,2024-07-19T18:24:37.000Z,False,2024-07-19T18:24:29.000Z,1,1111912\n818674,1211016,Single-Question-View Quiz,2024-07-19T18:24:25.000Z,Yes,160,1211016,861756,138,146,0,2024-07-19T18:24:37.000Z,Yes,2024-07-19T18:24:25.000Z,1,1111912\n818674,1211015,Single-Question-View Quiz,2024-07-19T17:03:46.000Z,Yes,160,1211015,861756,134,142,0,2024-07-19T17:03:59.000Z,Yes,2024-07-19T17:03:46.000Z,1,1111911\n818674,1211015,Single-Question-View Quiz,2024-07-19T17:03:53.000Z,False,160,1211015,861757,135,143,0,2024-07-19T17:03:59.000Z,False,2024-07-19T17:03:53.000Z,1,1111911\n818674,1211015,Single-Question-View Quiz,2024-07-19T17:03:42.000Z,True,160,1211015,861755,133,141,0,2024-07-19T17:03:59.000Z,True,2024-07-19T17:03:42.000Z,1,1111911\n818674,1211015,Single-Question-View Quiz,2024-07-19T17:03:57.000Z,Yes,160,1211015,861758,136,144,0,2024-07-19T17:03:59.000Z,Yes,2024-07-19T17:03:57.000Z,1,1111911\n818674,1211014,Single-Question-View Quiz,2024-07-19T16:59:45.000Z,True,160,1211014,861755,129,137,0,2024-07-19T16:59:59.000Z,True,2024-07-19T16:59:45.000Z,1,1111909\n818674,1211014,Single-Question-View Quiz,2024-07-19T16:59:57.000Z,Yes,160,1211014,861758,132,140,0,2024-07-19T16:59:59.000Z,Yes,2024-07-19T16:59:57.000Z,1,1111909\n818674,1211014,Single-Question-View Quiz,2024-07-19T16:59:50.000Z,No,160,1211014,861756,130,138,0,2024-07-19T16:59:59.000Z,No,2024-07-19T16:59:50.000Z,1,1111909\n818674,1211014,Single-Question-View Quiz,2024-07-19T16:59:53.000Z,False,160,1211014,861757,131,139,0,2024-07-19T16:59:59.000Z,False,2024-07-19T16:59:53.000Z,1,1111909\n818674,1211013,Single-Question-View Quiz,2024-07-19T16:57:03.000Z,True,160,1211013,861755,125,133,0,2024-07-19T16:57:18.000Z,True,2024-07-19T16:57:03.000Z,1,1111901\n818674,1211013,Single-Question-View Quiz,2024-07-19T16:57:12.000Z,True,160,1211013,861757,127,135,0,2024-07-19T16:57:18.000Z,True,2024-07-19T16:57:12.000Z,1,1111901\n818674,1211013,Single-Question-View Quiz,2024-07-19T16:57:16.000Z,Yes,160,1211013,861758,128,136,0,2024-07-19T16:57:18.000Z,Yes,2024-07-19T16:57:16.000Z,1,1111901\n818674,1211013,Single-Question-View Quiz,2024-07-19T16:57:07.000Z,Yes,160,1211013,861756,126,134,0,2024-07-19T16:57:18.000Z,Yes,2024-07-19T16:57:07.000Z,1,1111901\n818668,1211012,Single-Question-View Quiz,2024-07-19T14:31:27.000Z,No,160,1211012,861754,124,132,0,2024-07-19T14:31:29.000Z,No,2024-07-19T14:31:27.000Z,1,1111902\n818668,1211012,Single-Question-View Quiz,2024-07-19T14:31:22.000Z,False,160,1211012,861753,123,131,0,2024-07-19T14:31:29.000Z,False,2024-07-19T14:31:22.000Z,1,1111902\n818668,1211012,Single-Question-View Quiz,2024-07-19T14:31:13.000Z,Yes,160,1211012,861751,121,129,0,2024-07-19T14:31:29.000Z,Yes,2024-07-19T14:31:13.000Z,1,1111902\n818668,1211012,Single-Question-View Quiz,2024-07-19T14:31:18.000Z,True,160,1211012,861752,122,130,0,2024-07-19T14:31:29.000Z,True,2024-07-19T14:31:18.000Z,1,1111902\n818668,1211011,Single-Question-View Quiz,2024-07-19T14:28:10.000Z,No,160,1211011,861751,117,125,0,2024-07-19T14:28:29.000Z,No,2024-07-19T14:28:10.000Z,1,1111903\n818668,1211011,Single-Question-View Quiz,2024-07-19T14:28:26.000Z,No,160,1211011,861754,120,128,0,2024-07-19T14:28:29.000Z,No,2024-07-19T14:28:26.000Z,1,1111903\n818668,1211011,Single-Question-View Quiz,2024-07-19T14:28:15.000Z,True,160,1211011,861752,118,126,0,2024-07-19T14:28:29.000Z,True,2024-07-19T14:28:15.000Z,1,1111903\n818668,1211011,Single-Question-View Quiz,2024-07-19T14:28:22.000Z,False,160,1211011,861753,119,127,0,2024-07-19T14:28:29.000Z,False,2024-07-19T14:28:22.000Z,1,1111903\n818668,1211010,Single-Question-View Quiz,2024-07-19T14:23:19.000Z,No,160,1211010,861754,116,124,0,2024-07-19T14:23:22.000Z,No,2024-07-19T14:23:19.000Z,1,1111904\n818668,1211010,Single-Question-View Quiz,2024-07-19T14:23:07.000Z,True,160,1211010,861752,114,122,0,2024-07-19T14:23:22.000Z,True,2024-07-19T14:23:07.000Z,1,1111904\n818668,1211010,Single-Question-View Quiz,2024-07-19T14:23:01.000Z,Yes,160,1211010,861751,113,121,0,2024-07-19T14:23:22.000Z,Yes,2024-07-19T14:23:01.000Z,1,1111904\n818668,1211010,Single-Question-View Quiz,2024-07-19T14:23:13.000Z,False,160,1211010,861753,115,123,0,2024-07-19T14:23:22.000Z,False,2024-07-19T14:23:13.000Z,1,1111904\n818654,1211009,Single-Question-View Quiz,2024-07-18T17:36:02.000Z,Yes,160,1211009,861750,112,120,0,2024-07-18T17:36:04.000Z,Yes,2024-07-18T17:36:02.000Z,1,1111903\n818654,1211009,Single-Question-View Quiz,2024-07-18T17:35:50.000Z,False,160,1211009,861747,109,117,0,2024-07-18T17:36:04.000Z,False,2024-07-18T17:35:50.000Z,1,1111903\n818654,1211009,Single-Question-View Quiz,2024-07-18T17:35:57.000Z,False,160,1211009,861749,111,119,0,2024-07-18T17:36:04.000Z,False,2024-07-18T17:35:57.000Z,1,1111903\n818654,1211009,Single-Question-View Quiz,2024-07-18T17:35:53.000Z,No,160,1211009,861748,110,118,0,2024-07-18T17:36:04.000Z,No,2024-07-18T17:35:53.000Z,1,1111903\n818654,1211008,Single-Question-View Quiz,2024-07-18T17:31:58.000Z,False,160,1211008,861749,107,115,0,2024-07-18T17:32:05.000Z,False,2024-07-18T17:31:58.000Z,1,1111904\n818654,1211008,Single-Question-View Quiz,2024-07-18T17:31:46.000Z,True,160,1211008,861747,105,113,0,2024-07-18T17:32:05.000Z,True,2024-07-18T17:31:46.000Z,1,1111904\n818654,1211008,Single-Question-View Quiz,2024-07-18T17:31:52.000Z,Yes,160,1211008,861748,106,114,0,2024-07-18T17:32:05.000Z,Yes,2024-07-18T17:31:52.000Z,1,1111904\n818654,1211008,Single-Question-View Quiz,2024-07-18T17:32:04.000Z,Yes,160,1211008,861750,108,116,0,2024-07-18T17:32:05.000Z,Yes,2024-07-18T17:32:04.000Z,1,1111904\n"}],"_postman_id":"32a5c5b8-6b9a-40f3-917e-6805f2aebe1c"},{"name":"Get Data - Lecture Page Views","id":"c46c1c97-cce8-435c-85ba-a269a1a71678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.novoed.com/analytics/:institution_id/download_csv?api_key=api_key&api_secret=api_secret&dataset_type=lecture_page_views&updated_after=updated_after&updated_before=updated_before","description":"<p>Returns lecture page first and last visits by users in courses in an institution based on the updated timestamp parameters.</p>\n<p><strong>Unique key:</strong> <code>lecture_page_id, user_id, visit_type</code></p>\n<p><strong>Data Update Frequency:</strong> every hour</p>\n<p><strong>Data Schema:</strong></p>\n<p>API returns data from the requested analytics data set in a specific institution.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table lecture_page_views {\n  user_id int\n  lecture_page_id int\n  visit_type varchar\n  last_active_date datetime\n  course_id datetime\n  institution_id int\n  updated_date datetime\n}\n\n</code></pre><p>Possible values for <code>visit_type</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* First\n* Last\n\n</code></pre>","urlObject":{"protocol":"https","path":["analytics",":institution_id","download_csv"],"host":["api","novoed","com"],"query":[{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"key":"dataset_type","value":"lecture_page_views"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"}],"variable":[{"id":"34e47f3c-aa78-4e69-a4c6-25a6b6bea866","description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"b089d5c0-9f8f-4685-a8b5-7a00c52cbc64","name":"Get Data - Lecture Page Views","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?api_key=api_key&api_secret=api_secret&dataset_type=lecture_page_views","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true},{"key":"dataset_type","value":"lecture_page_views"}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:59:41 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"b9bf7aff-1673-4721-b50c-c2c46b4f6996"},{"key":"Content-Disposition","value":"attachment; filename=\"172_course_activities_data_2022-05-06T01:59:41Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.593897"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=qTDLT4aBtXBjq9bZxCEqRJB55gCI10LBJhukv5rAOKYDzBs8FEH6ztUvQ8TmyAFgU69ZlowGjYdDk3uEEgLpJQ%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=QlM5eG0vYUVFTkNlc0R2MklYNmZReWJFbmdCNElzOHVPVktLTkFuN3FuOVJvR253cnVtOWdITTRHVDJlWXpKYVVoSGhoczB0SExnbFlNakR5anBBT2RrZ1pNdVM3amdhbk9Ja1lFZGh3dVB6TTBBQmtYL2ZhekpQTE5QSU83ZUZjYzVLYUtRNHNDdE92bmdwdUJ5ZXAwVzcrQ2hyeVZoTnNqeVZlUVNiNVVaYmxhdEZ4eXZGYXZuQ1FkNlFNbGcwLS1EOGFlblVyTXMrVGZMQjN1cENVVzNnPT0%3D--86e54c908bb26af1587281a21d361aa16ede1f36; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:59:41 -0000; HttpOnly"},{"key":"ETag","value":"W/\"bf793d5ae5a5610b55dba3392e1e52ad\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"id,type,title,total_points_possible,is_todo,is_required_for_completion,release_date,deadline,hard_deadline,updated_date,lecture_component_index,lecture_page_id,lecture_page_title,lecture_section_id,lecture_section_index,course_id,institution_id\n813813,Assignment,s2l2ia,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861286,S2L2 (IA),7836,1,3704,172\n814101,Quiz,s4l3_practicequiz,3,1,0,2022-01-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861548,S4L3 (Quiz; Practice),7886,3,3710,172\n813762,Live Video Event,s7l1_zoom_6pm,1,1,1,2022-01-01T08:00:00.000Z,,,2022-04-29T23:47:45.000Z,0,861199,S7L1 (Zoom),7814,6,3695,172\n813706-27144,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-01-01T08:00:00.000Z,,,2022-02-13T02:16:20.000Z,0,861190,S3L4 (AudioList),7810,2,3695,172\n813853,Assignment,s8l2_ia1,3,1,0,2022-01-02T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,2,861321,S8L2 (2 Assignments) X4,7842,7,3704,172\n813857,Assignment,s8l6ia_multiple,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861326,S8L6b (IA; Multi),7842,7,3704,172\n814053,Live Video Event,s7l2_zoom_021622_730pm,1,1,0,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861502,S7L2 (Zoom),7876,6,3709,172\n814131-27208,Video,s8l5_videodiscussion_hal1,1,1,0,2022-02-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861573,S8L5 (Video Discussion),7890,7,3710,172\n813816-27159,Video,s3l2_videolist_flowers1,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861289,S3L2 (VideoList),7837,2,3704,172\n813716,Survey,s4l6_survey,1,1,0,2022-01-01T08:00:00.000Z,,0,2022-03-28T18:39:05.000Z,0,861198,S4L6 (Survey),7811,3,3695,172\n813726,Assignment,s8l2_ia2,1,1,0,2022-01-02T08:00:00.000Z,,0,2022-04-01T23:43:40.000Z,0,861207,S8L2 (2 Assignments) X4,7815,7,3695,172\n814046,Third Party Tool,s5l2_weblink,1,1,1,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:26.000Z,0,861495,S5L2 (Web Link),7874,4,3709,172\n814087,Quiz,s2l3_quiz,3,1,0,2022-03-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861534,S2L3 (Quiz),7884,1,3710,172\n813875,Assignment,s1sub1_ia,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:02:51.000Z,0,861347,S1Sub1 (IA),7850,1,3706,172\n813887,Course-Wide Discussion,s3l7_lecturediscussion title,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:34.000Z,0,861359,S3L7 (Lecture Discussion),7852,3,3706,172\n813768,Assignment,s1l7ta,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-20T06:28:05.000Z,0,861246,S1L7 (TA),7817,0,3695,172\n813820,Poll,s3l6_poll,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:26.000Z,0,861293,S3L6 (Poll),7837,2,3704,172\n813811,Assignment,s2l1ia,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861284,S2L1 (IA),7836,1,3704,172\n813899,Survey,s4l6_survey,1,1,0,2022-03-01T08:00:00.000Z,,0,2022-03-30T18:15:25.000Z,0,861368,S4L6 (Survey),7853,4,3706,172\n813848,Live Video Event,s7l2_zoom_021622_730pm,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861318,S7L2 (Zoom),7841,6,3704,172\n814135,Survey,s8l1_survey,1,1,1,2022-01-01T07:59:00.000Z,2022-03-21T22:59:00Z,1,2022-04-19T18:30:27.000Z,0,861578,S8L1 (Survey),7891,0,3710,172\n813720,Video Practice,s6l1_videopractice_introduction,2,1,1,2022-01-01T08:00:00.000Z,,0,2022-04-29T23:47:45.000Z,0,861203,S6L1 (Video Practice: Introduction),7813,5,3695,172\n813708,Poll,s3l6_poll,1,1,0,2022-01-01T08:00:00.000Z,2022-05-31T07:00:00Z,1,2022-04-29T23:31:29.000Z,0,861192,S3L6 (Poll),7810,2,3695,172\n814044,Timed Exam,s4l13_te_type2,4,1,0,2022-08-01T06:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861493,S4L13 (TE; Type2),7873,3,3709,172\n814058,Assignment,s8l2_ia1,3,1,0,2022-07-02T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,2,861505,S8L2 (2 Assignments) X4,7877,7,3709,172\n814043,Timed Exam,s4l12_te,2,1,0,2022-08-01T06:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861492,S4L12 (TE),7873,3,3709,172\n813776,Timed Exam,s4l12_te,2,1,0,2022-02-01T08:00:00.000Z,,0,2022-02-24T19:30:00.000Z,0,861254,S4L12 (TE),7811,3,3695,172\n814130-27207,Video,s8l4_videoquiz_MidnightinParis1,1,1,0,2022-02-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861572,S8L4 (Video Quiz),7890,7,3710,172\n814028-27195,Video,s3l10_flowers3,2,1,0,2022-08-29T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861480,S3L10 (Video),7872,2,3709,172\n813711,Quiz,s4l1_quiz_type1,3,1,1,2022-01-01T08:00:00.000Z,2022-04-30T07:00:00Z,1,2022-04-29T23:47:45.000Z,0,861186,S4L1 (Quiz; Type1),7811,3,3695,172\n814139,Quiz,s99l1_quiz_COPY,3,1,0,2022-05-01T06:59:00.000Z,,0,2022-04-19T18:30:25.000Z,1,861581,S99L1b (Quiz),7893,9,3710,172\n813872,Assignment,s1l7ta,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:02:50.000Z,0,861343,S1L7 (TA),7849,0,3706,172\n814017,Quiz,s2l3_quiz,3,1,0,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:27.000Z,0,861469,S2L3 (Quiz),7871,1,3709,172\n813888,Team Discussion,s3l8_teamDiscussion Post Title,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:34.000Z,0,861360,S3L8 (Team Discussion),7852,3,3706,172\n813719,Third Party Tool,s5l3_lti,1,1,1,2022-01-01T08:00:00.000Z,,,2022-04-29T23:47:45.000Z,0,861201,S5L3 (LTI),7812,4,3695,172\n814120,Video Practice,s6l1_videopractice_introduction,2,1,1,2022-01-01T07:59:00.000Z,,0,2022-04-19T18:30:28.000Z,0,861564,S6L1 (Video Practice: Introduction),7888,5,3710,172\n814114,Timed Exam,s4l13_te_type2,4,1,0,2022-02-01T07:59:00.000Z,,0,2022-04-19T18:30:27.000Z,0,861558,S4L13 (TE; Type2),7886,3,3710,172\n813826,Quiz,s4l2_quiz_type2,5,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:26.000Z,0,861299,S4L2 (Quiz; Type2),7838,3,3704,172\n814082,Assignment,s1sub1_ia,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861529,S1Sub1 (IA),7883,1,3710,172\n814047,Third Party Tool,s5l3_lti,1,1,1,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:26.000Z,0,861496,S5L3 (LTI),7874,4,3709,172\n813809,Assignment,s1sub1_ia,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861282,S1Sub1 (IA),7835,1,3704,172\n814007,Assignment,s1l7ta,1,1,0,2022-08-01T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861460,S1L7 (TA),7869,0,3709,172\n813874-27167,Audio,s1l10_audio_sample3,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:02:50.000Z,0,861346,S1L10 (Audio),7849,0,3706,172\n814005,Assignment,s1l5_ta,1,1,0,2022-07-01T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861458,S1L5 (TA),7869,0,3709,172\n813782-27153,Video,s8l5_videodiscussion_hal1,1,1,0,2022-02-01T08:00:00.000Z,,,2022-04-01T23:43:40.000Z,0,861258,S8L5 (Video Discussion),7815,7,3695,172\n813801,Assignment,s1l2ia x1,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861273,S1L2 (IA),7834,0,3704,172\n813838,Survey,s4l11_survey,4,1,0,2022-02-01T07:59:00.000Z,,0,2022-03-26T22:26:27.000Z,0,861308,S4L11 (Survey),7838,3,3704,172\n813710,Team Discussion,s3l8_teamDiscussion Post Title,1,1,0,2022-01-01T08:00:00.000Z,,,2022-02-14T19:29:52.000Z,0,861193,S3L8 (Team Discussion),7810,2,3695,172\n814091-27202,Audio,s3l3_audio_TheLonelyShepherd,1,1,1,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861538,S3L3 (Audio),7885,2,3710,172\n813828,Timed Exam,s4l4_te_type1,3,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:27.000Z,0,861301,S4L4 (TE; Type1),7838,3,3704,172\n814081-27198,Audio,s1l10_audio_sample3,1,1,0,2022-03-01T07:59:00.000Z,,,2022-04-19T21:39:06.000Z,0,861528,S1L10 (Audio),7882,0,3710,172\n814011-27187,Audio,s1l10_audio_sample3,1,1,0,2022-08-29T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861463,S1L10 (Audio),7869,0,3709,172\n813912,Quiz,s2l3_quiz,3,1,0,2022-03-01T08:00:00.000Z,,0,2022-04-01T22:17:46.000Z,0,861381,S2L3 (Quiz),7809,1,3695,172\n813833,Survey,s4l6_survey,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:27.000Z,0,861303,S4L6 (Survey),7838,3,3704,172\n813835,Quiz,s4l8lq,8,1,0,2022-02-01T07:59:00.000Z,,0,2022-03-26T22:26:26.000Z,0,861305,S4L8 (Quiz),7838,3,3704,172\n813702-27138,Video,s3l1_mp4_PingPong,1,1,1,2022-01-01T08:00:00.000Z,,,2022-04-29T23:47:45.000Z,0,861178,S3L1 (Video),7810,2,3695,172\n813692,Assignment,s1l2ia x1,1,1,1,2022-04-01T07:00:00.000Z,,0,2022-04-29T23:47:45.000Z,0,861172,S1L2 (IA),7817,0,3695,172\n814051,Video Practice,s6l2_videopractice_elevatorpitch,2,1,1,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861500,S6L2 (Video Practice: Elevator Pitch),7875,5,3709,172\n813859,Quiz,s99l1_quiz X1,3,1,0,2023-01-01T07:59:00.000Z,,0,2022-03-26T22:26:26.000Z,0,861328,S99L1 (Quiz),7845,9,3704,172\n813724,Survey,s8l1_survey,1,1,1,2022-01-01T08:00:00.000Z,2022-03-21T23:00:00Z,1,2022-04-29T23:47:45.000Z,0,861205,S8L1 (Survey),7818,0,3695,172\n814041,Timed Exam,s4l10_te,2,1,1,2022-08-01T06:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861490,S4L10 (TE),7873,3,3709,172\n814065,Survey,s8l1_survey,1,1,1,2022-07-01T06:59:00.000Z,2022-09-18T21:59:00Z,1,2022-04-13T22:59:28.000Z,0,861513,S8L1 (Survey),7878,0,3709,172\n813805,Assignment,s1l6_ia_hdl,1,1,0,2022-02-01T07:59:00.000Z,2022-02-23T22:59:00Z,1,2022-03-26T22:26:25.000Z,0,861277,S1L6 (IA; HDL),7834,0,3704,172\n813876,Assignment,s1l1ia,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:02:51.000Z,0,861348,S1L1 (IA),7850,1,3706,172\n813884-27172,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:34.000Z,0,861356,S3L4 (AudioList),7852,3,3706,172\n813898,Timed Exam,s4l5_te_type2,3,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:06:58.000Z,0,861367,S4L5 (TE; Type2),7853,4,3706,172\n814121,Video Practice,s6l2_videopractice_elevatorpitch,2,1,1,2022-03-01T07:59:00.000Z,,0,2022-04-19T18:30:28.000Z,0,861565,S6L2 (Video Practice: Elevator Pitch),7888,5,3710,172\n813712,Quiz,s4l2_quiz_type2,5,1,1,2022-01-01T08:00:00.000Z,2022-04-30T07:00:00Z,1,2022-04-29T23:47:45.000Z,0,861194,S4L2 (Quiz; Type2),7811,3,3695,172\n813842,Third Party Tool,s5l2_weblink,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861312,S5L2 (Web Link),7839,4,3704,172\n814062,Assignment,s8l6ia_multiple,1,1,0,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861510,S8L6b (IA; Multi),7877,7,3709,172\n813884-27173,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:34.000Z,0,861356,S3L4 (AudioList),7852,3,3706,172\n813783,Assignment,s8l6ia_multiple,1,1,1,2022-03-02T09:01:00.000Z,,0,2022-04-30T00:13:33.000Z,0,861262,S8L6b (IA; Multi),7815,7,3695,172\n814063,Poll,s8l7_poll,1,1,1,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:27.000Z,0,861511,S8L7 (Poll),7877,7,3709,172\n814133,Poll,s8l7_poll,1,1,1,2022-03-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861576,S8L7 (Poll),7890,7,3710,172\n813777,Timed Exam,s4l13_te_type2,4,1,0,2022-02-01T08:00:00.000Z,,0,2022-02-24T19:25:17.000Z,0,861255,S4L13 (TE; Type2),7811,3,3695,172\n813773,Quiz,s4l9_lq,16,1,0,2022-02-01T08:00:00.000Z,,0,2022-02-24T19:28:38.000Z,0,861251,S4L9 (Quiz),7811,3,3695,172\n813862,Video Practice,s99l3_videopractice_closing,1,1,0,2022-05-01T06:59:00.000Z,,0,2022-03-26T22:26:28.000Z,0,861331,S99L3 (Video Practice: Closing),7845,9,3704,172\n813822,Team Discussion,s3l8_teamDiscussion Post Title,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:28.000Z,0,861295,S3L8 (Team Discussion),7837,2,3704,172\n813700,Assignment,s2l2ia,1,1,0,2022-01-01T08:00:00.000Z,,0,2022-04-15T01:29:26.000Z,0,861184,S2L2 (IA),7809,1,3695,172\n813903,Timed Exam,s4l10_te,2,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:06:59.000Z,0,861372,S4L10 (TE),7853,4,3706,172\n813771,Quiz,s4l7lq,2,1,0,2022-03-01T08:00:00.000Z,,0,2022-03-30T23:19:16.000Z,0,861249,S4L7 (Quiz),7811,3,3695,172\n814019-27188,Video,s3l1_mp4_PingPong,1,1,1,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861471,S3L1 (Video),7872,2,3709,172\n814067,Quiz,s99l1_quiz X1,4,1,0,2023-07-01T06:59:00.000Z,,0,2022-04-13T22:59:27.000Z,0,861515,S99L1 (Quiz),7880,9,3709,172\n813694,Assignment,s1l2ia,,1,1,2022-01-01T08:00:00.000Z,,0,2022-02-13T00:39:02.000Z,0,861176,S1L2 (IA),7808,0,3697,172\n813877,Assignment,s2l1ia,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-04-12T04:46:08.000Z,0,861349,S2L1 (IA),7851,2,3706,172\n814045,Third Party Tool,s5l1_webembed,1,1,1,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:26.000Z,0,861494,S5L1 (Web Embed),7874,4,3709,172\n814077,Assignment,s1l7ta,1,1,0,2022-02-01T07:59:00.000Z,,0,2022-04-19T21:39:05.000Z,0,861525,S1L7 (TA),7882,0,3710,172\n814023,Profile Completion,s3l5_profileCompx,1,1,1,2022-07-03T06:59:00.000Z,,,2022-04-13T22:59:21.000Z,0,861475,S3L5 (Profile Completion),7872,2,3709,172\n814020-27190,Video,s3l2_videolist_flowers1,1,1,0,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861472,S3L2 (VideoList),7872,2,3709,172\n813880,Public Feedback,Feedback for s2l2ia,2,1,0,2022-03-01T08:00:00.000Z,2022-08-31T07:00:00Z,1,2022-04-12T03:31:32.000Z,0,861352,S2L2B (Feedback),7851,2,3706,172\n814080,Assignment,s1l9ia,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-04-19T21:39:05.000Z,0,861527,S1L9 (IA),7882,0,3710,172\n814117,Third Party Tool,s5l3_lti,1,1,1,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861561,S5L3 (LTI),7887,4,3710,172\n813810,Assignment,s1l1ia,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861283,S1L1 (IA),7835,1,3704,172\n814123,Live Video Event,s7l2_zoom_021622_730pm,1,1,0,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861567,S7L2 (Zoom),7889,6,3710,172\n814052,Live Video Event,s7l1_zoom_6pm,1,1,1,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861501,S7L1 (Zoom),7876,6,3709,172\n813871,Assignment,s1l6_ia_hdl,1,1,0,2022-02-01T08:00:00.000Z,2022-05-22T23:00:00Z,1,2022-03-30T18:02:50.000Z,0,861342,S1L6 (IA; HDL),7849,0,3706,172\n814128,Assignment,s8l2_ia1,3,1,0,2022-01-02T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,2,861570,S8L2 (2 Assignments) X4,7890,7,3710,172\n813893,Quiz,s4l3_practicequiz,3,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:06:58.000Z,0,861365,S4L3 (Quiz; Practice),7853,4,3706,172\n814071,Assignment,\"s99l2_ia Long and Weird: &, ', \"\", @A020122_800, %, $, 財經 END1 / : &, ', \"\", @A020122_800, %, $, 財經 END2\",1,1,0,2023-07-01T15:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861519,\"S99L2 (Assignment; Long and Weird Long and Weird: &, ', \"\", @A020122_800, %, $, 財經 END1 / : &, ', \"\", @A020122_800, %, $, 財經 END2)\",7880,9,3709,172\n814106,Timed Exam,s4l5_te_type2,10,1,0,2022-01-01T07:59:00.000Z,,0,2022-04-19T18:30:27.000Z,0,861550,S4L5 (TE; Type2),7886,3,3710,172\n814134,Poll,s8sub1_l1_poll,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861577,S8Sub1_L1 (Poll),7891,0,3710,172\n813873,Assignment,s1l9ia,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:02:50.000Z,0,861345,S1L9 (IA),7849,0,3706,172\n814055,Live Video Event,s7l4_liveevent_externalLink,1,1,0,2022-08-29T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861504,S7L4 (Live Event),7876,6,3709,172\n813906,Timed Exam,s4l13_te_type2,3,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:07:00.000Z,0,861375,S4L13 (TE; Type2),7853,4,3706,172\n813721,Third Party Tool,s5l4_sample_scorm1,1,1,1,2022-01-01T08:00:00.000Z,,,2022-04-29T23:47:45.000Z,0,861202,S5L4 (Scorm),7812,4,3695,172\n814093,Profile Completion,s3l5_profileCompx,1,1,1,2022-01-03T07:59:00.000Z,,,2022-04-19T18:30:19.000Z,0,861540,S3L5 (Profile Completion),7885,2,3710,172\n813832,Timed Exam,s4l5_te_type2,5,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:27.000Z,0,861302,S4L5 (TE; Type2),7838,3,3704,172\n814217,Live Video Event,s7l5zoom_042722_12pm,1,1,0,2022-04-01T07:00:00.000Z,,,2022-04-27T18:42:07.000Z,0,861653,S7L5 (Zoom),7814,6,3695,172\n813905,Timed Exam,s4l12_te,2,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:07:00.000Z,0,861374,S4L12 (TE),7853,4,3706,172\n813815-27157,Video,s3l1_mp4_PingPong,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861288,S3L1 (Video),7837,2,3704,172\n814054,Course-Wide Discussion,s7l3_lectureDiscuss Post,1,1,0,2022-08-29T06:59:00.000Z,,,2022-04-13T22:59:28.000Z,0,861503,S7L3 (Discuss),7876,6,3709,172\n814048,Third Party Tool,s5l4_sample_scorm1,1,1,1,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:26.000Z,0,861497,S5L4 (Scorm),7874,4,3709,172\n813784,Assignment,\"s99l2_ia Long and Weird: &, ', \"\", @A020122_800, %, $, 財經 END1 / : &, ', \"\", @A020122_800, %, $, 財經 END2\",1,1,0,2023-01-01T17:00:00.000Z,,0,2022-04-01T23:08:33.000Z,0,861260,\"S99L2 (Assignment; Long and Weird Long and Weird: &, ', \"\", @A020122_800, %, $, 財經 END1 / : &, ', \"\", @A020122_800, %, $, 財經 END2)\",7816,9,3695,172\n813839,Timed Exam,s4l12_te,2,1,0,2022-02-01T07:59:00.000Z,,0,2022-03-26T22:26:27.000Z,0,861309,S4L12 (TE),7838,3,3704,172\n814059,Assignment,s8l3ia_approval,1,1,0,2022-08-01T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861506,S8L3 (IA; Approval),7877,7,3709,172\n813817-27160,Audio,s3l3_audio_TheLonelyShepherd,2,1,0,2022-01-01T07:59:00.000Z,,,2022-04-03T03:21:47.000Z,0,861290,S3L3 (Audio),7837,2,3704,172\n814126,Assignment,s8l2_ia2,1,1,0,2022-01-02T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861570,S8L2 (2 Assignments) X4,7890,7,3710,172\n814115,Third Party Tool,s5l1_webembed,1,1,1,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861559,S5L1 (Web Embed),7887,4,3710,172\n813879,Assignment,s2l2ia,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-04-12T04:30:20.000Z,0,861351,S2L2 (IA),7851,2,3706,172\n814125,Live Video Event,s7l4_liveevent_externalLink,1,1,0,2022-03-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861569,S7L4 (Live Event),7889,6,3710,172\n813885,Profile Completion,s3l5_profileComp,1,0,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:34.000Z,0,861357,S3L5 (Profile Completion),7852,3,3706,172\n813718,Third Party Tool,s5l2_weblink,1,1,1,2022-01-01T08:00:00.000Z,,,2022-04-29T23:47:45.000Z,0,861200,S5L2 (Web Link),7812,4,3695,172\n813836,Quiz,s4l9_lq,8,1,0,2022-02-01T07:59:00.000Z,,0,2022-03-26T22:26:26.000Z,0,861306,S4L9 (Quiz),7838,3,3704,172\n813816-27158,Video,s3l2_videolist_flowers1,2,1,0,2022-01-01T07:59:00.000Z,,,2022-04-18T16:09:40.000Z,0,861289,S3L2 (VideoList),7837,2,3704,172\n813790,Quiz,s99l1_quiz_COPY,3,1,0,2022-05-01T07:00:00.000Z,,0,2022-04-01T23:08:33.000Z,1,861263,S99L1b (Quiz),7816,9,3695,172\n814107,Survey,s4l6_survey,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-04-19T18:30:27.000Z,0,861551,S4L6 (Survey),7886,3,3710,172\n814110,Quiz,s4l9_lq,16,1,0,2022-02-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861554,S4L9 (Quiz),7886,3,3710,172\n813775,Survey,s4l11_survey,4,1,0,2022-02-01T08:00:00.000Z,,0,2022-02-24T19:04:52.000Z,0,861253,S4L11 (Survey),7811,3,3695,172\n813908,Third Party Tool,s5l2_weblink,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:09:09.000Z,0,861377,S5L2 (Web Link),7854,5,3706,172\n814016,Public Feedback,Feedback for s2l2ia,8,1,1,2022-07-01T06:59:00.000Z,2022-11-28T05:59:00Z,1,2022-04-13T22:59:26.000Z,0,861468,S2L2B (Feedback),7871,1,3709,172\n814089-27199,Video,s3l1_mp4_PingPong,1,1,1,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861536,S3L1 (Video),7885,2,3710,172\n814032,Timed Exam,s4l4_te_type1,3,1,0,2022-07-01T06:59:00.000Z,2022-10-28T05:59:00Z,1,2022-04-13T22:59:28.000Z,0,861484,S4L4 (TE; Type1),7873,3,3709,172\n814102,Timed Exam,s4l4_te_type1,3,1,0,2022-04-01T07:00:00.000Z,2022-04-30T06:59:00Z,1,2022-04-20T15:32:20.000Z,0,861549,S4L4 (TE; Type1),7886,3,3710,172\n813766,Assignment,s1l6_ia_hdl,1,1,1,2022-02-01T08:00:00.000Z,2022-02-23T23:00:00Z,1,2022-04-29T23:47:45.000Z,0,861244,S1L6 (IA; HDL),7817,0,3695,172\n814141,Assignment,\"s99l2_ia Long and Weird: &, ', \"\", @A020122_800, %, $, 財經 END1 / : &, ', \"\", @A020122_800, %, $, 財經 END2\",1,1,0,2023-01-01T16:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861584,\"S99L2 (Assignment; Long and Weird Long and Weird: &, ', \"\", @A020122_800, %, $, 財經 END1 / : &, ', \"\", @A020122_800, %, $, 財經 END2)\",7893,9,3710,172\n814118,Third Party Tool,s5l4_sample_scorm1,1,1,1,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861562,S5L4 (Scorm),7887,4,3710,172\n813883-27171,Audio,s3l3_audio_TheLonelyShepherd,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:33.000Z,0,861355,S3L3 (Audio),7852,3,3706,172\n814020-27189,Video,s3l2_videolist_flowers1,1,1,0,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861472,S3L2 (VideoList),7872,2,3709,172\n813824-27164,Video,s3l10_flowers3,2,1,0,2022-03-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861297,S3L10 (Video),7837,2,3704,172\n813904,Survey,s4l11_survey,4,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:06:59.000Z,0,861373,S4L11 (Survey),7853,4,3706,172\n814108,Quiz,s4l7lq,2,1,0,2022-03-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861552,S4L7 (Quiz),7886,3,3710,172\n813807,Assignment,s1l9ia,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861280,S1L9 (IA),7834,0,3704,172\n813819,Profile Completion,s3l5_profileComp,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:23:18.000Z,0,861292,S3L5 (Profile Completion),7837,2,3704,172\n813861,Quiz,s99l1_quiz_COPY,3,1,0,2022-05-01T06:59:00.000Z,,0,2022-03-26T22:26:26.000Z,1,861329,S99L1b (Quiz),7845,9,3704,172\n814137,Quiz,s99l1_quiz X1,4,1,0,2023-01-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861580,S99L1 (Quiz),7893,9,3710,172\n814036,Timed Exam,s4l5_te_type2,5,1,0,2022-07-01T06:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861485,S4L5 (TE; Type2),7873,3,3709,172\n814030,Quiz,s4l2_quiz_type2,5,1,1,2022-07-01T06:59:00.000Z,2022-10-28T05:59:00Z,1,2022-04-13T22:59:27.000Z,0,861482,S4L2 (Quiz; Type2),7873,3,3709,172\n813845,Video Practice,s6l1_videopractice_introduction,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:28.000Z,0,861315,S6L1 (Video Practice: Introduction),7840,5,3704,172\n813891,Quiz,s4l1_quiz_type1,3,1,0,2022-02-01T08:00:00.000Z,2022-07-29T05:59:59Z,1,2022-03-30T18:06:58.000Z,0,861363,S4L1 (Quiz; Type1),7853,4,3706,172\n813706-27143,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-01-01T08:00:00.000Z,,,2022-02-13T02:16:20.000Z,0,861190,S3L4 (AudioList),7810,2,3695,172\n814013,Assignment,s2l1ia,1,1,0,2022-07-01T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861465,S2L1 (IA),7871,1,3709,172\n813804,Assignment,s1l5_ta,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861276,S1L5 (TA),7834,0,3704,172\n813881-27168,Video,s3l1_mp4_PingPong,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:33.000Z,0,861353,S3L1 (Video),7852,3,3706,172\n813709,Course-Wide Discussion,s3l7_lecturediscussion title,1,1,1,2022-01-01T08:00:00.000Z,,,2022-04-29T23:51:53.000Z,0,861179,S3L7 (Lecture Discussion),7810,2,3695,172\n813818-27162,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861291,S3L4 (AudioList),7837,2,3704,172\n814037,Survey,s4l6_survey,1,1,0,2022-07-01T06:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861486,S4L6 (Survey),7873,3,3709,172\n814002,Assignment,s1l2ia x1,1,1,1,2022-09-29T05:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861455,S1L2 (IA),7869,0,3709,172\n813698,Assignment,s2l1ia,1,1,0,2022-01-01T08:00:00.000Z,,0,2022-04-18T17:20:35.000Z,0,861177,S2L1 (IA),7809,1,3695,172\n814100,Quiz,s4l2_quiz_type2,5,1,1,2022-01-01T07:59:00.000Z,2022-04-30T06:59:00Z,1,2022-04-19T18:30:25.000Z,0,861547,S4L2 (Quiz; Type2),7886,3,3710,172\n814084,Private Feedback,Feedback for s2l1ia,20,1,1,2022-01-01T07:59:00.000Z,2022-05-31T06:59:00Z,1,2022-04-19T18:30:25.000Z,0,861531,S2L1B (Eval),7884,1,3710,172\n813882-27169,Video,s3l2_videolist_flowers1,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:33.000Z,0,861354,S3L2 (VideoList),7852,3,3706,172\n814018,Assignment,s1l1ia,1,1,1,2022-07-01T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861470,S1L1 (IA),7871,1,3709,172\n813856-27166,Video,s8l5_videodiscussion_hal1,1,1,0,2022-02-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861324,S8L5 (Video Discussion),7842,7,3704,172\n814112,Survey,s4l11_survey,4,1,0,2022-02-01T07:59:00.000Z,,0,2022-04-19T18:30:27.000Z,0,861556,S4L11 (Survey),7886,3,3710,172\n813821,Course-Wide Discussion,s3l7_lecturediscussion title,1,1,0,2022-01-01T07:59:00.000Z,,,2022-04-16T15:45:01.000Z,0,861294,S3L7 (Lecture Discussion),7837,2,3704,172\n814122,Live Video Event,s7l1_zoom_041922_1015pm,1,1,1,2022-01-01T07:59:00.000Z,,,2022-04-20T04:54:50.000Z,0,861566,S7L1 (Zoom),7889,6,3710,172\n813723,Quiz,s99l1_quiz X1,4,1,0,2023-01-01T08:00:00.000Z,,0,2022-04-04T00:32:42.000Z,0,861206,S99L1 (Quiz),7816,9,3695,172\n813814,Public Feedback,Feedback for s2l2ia,2,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861287,S2L2B (Feedback),7836,1,3704,172\n813704-27140,Video,s3l2_videolist_flowers1,1,1,0,2022-01-01T08:00:00.000Z,,,2022-03-17T01:46:35.000Z,0,861188,S3L2 (VideoList),7810,2,3695,172\n813916,Third Party Tool,https://www.yahoo.com.hk,,1,0,2022-03-01T08:00:00.000Z,,,2022-04-02T00:12:58.000Z,0,861385,S1L4 (Web Link),7808,0,3697,172\n813774,Timed Exam,s4l10_te,2,1,1,2022-02-01T08:00:00.000Z,,0,2022-04-29T23:47:45.000Z,0,861252,S4L10 (TE),7811,3,3695,172\n813917,Poll,s8l7_poll,1,1,1,2022-03-01T08:00:00.000Z,,0,2022-04-29T23:47:45.000Z,0,861386,S8L7 (Poll),7815,7,3695,172\n813901,Quiz,s4l8lq,8,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:06:59.000Z,0,861370,S4L8 (Quiz),7853,4,3706,172\n813855-27165,Video,s8l4_videoquiz_MidnightinParis1,1,1,0,2022-02-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861323,S8L4 (Video Quiz),7842,7,3704,172\n814092-27203,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861539,S3L4 (AudioList),7885,2,3710,172\n813850,Live Video Event,s7l4_liveevent_externalLink,1,1,0,2022-03-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861320,S7L4 (Live Event),7841,6,3704,172\n813907,Third Party Tool,s5l1_webembed,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:09:08.000Z,0,861376,S5L1 (Web Embed),7854,5,3706,172\n814064,Poll,s8sub1_l1_poll,1,1,0,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:27.000Z,0,861512,S8Sub1_L1 (Poll),7878,0,3709,172\n813889-27174,Video,s3l9_video_Fidgeting01,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:35.000Z,0,861361,S3L9 (Video),7852,3,3706,172\n814021-27191,Audio,s3l3_audio_TheLonelyShepherd,1,1,1,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861473,S3L3 (Audio),7872,2,3709,172\n813770,Assignment,s1l9ia,1,1,0,2022-03-01T08:00:00.000Z,,0,2022-03-21T22:03:51.000Z,0,861248,S1L9 (IA),7817,0,3695,172\n813715,Timed Exam,s4l5_te_type2,5,1,0,2022-01-01T08:00:00.000Z,,0,2022-02-14T19:29:52.000Z,0,861197,S4L5 (TE; Type2),7811,3,3695,172\n813847,Live Video Event,s7l1_zoom_6pm,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861317,S7L1 (Zoom),7841,6,3704,172\n813714,Timed Exam,s4l4_te_type1,3,1,0,2022-01-01T08:00:00.000Z,2022-04-30T07:00:00Z,1,2022-04-18T16:35:16.000Z,0,861196,S4L4 (TE; Type1),7811,3,3695,172\n814096,Team Discussion,s3l8_teamDiscussion Post Title,1,1,0,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:28.000Z,0,861543,S3L8 (Team Discussion),7885,2,3710,172\n813878,Private Feedback,Feedback for s2l1ia,2,1,0,2022-03-01T08:00:00.000Z,2022-08-31T07:00:00Z,1,2022-04-12T03:34:26.000Z,0,861350,S2L1B (Eval),7851,2,3706,172\n814095,Course-Wide Discussion,s3l7_lecturediscussion title,1,1,1,2022-01-01T07:59:00.000Z,,,2022-04-22T22:57:42.000Z,0,861542,S3L7 (Lecture Discussion),7885,2,3710,172\n813808-27156,Audio,s1l10_audio_sample3,1,1,0,2022-03-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861281,S1L10 (Audio),7834,0,3704,172\n813902,Quiz,s4l9_lq,8,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:06:59.000Z,0,861371,S4L9 (Quiz),7853,4,3706,172\n813699,Private Feedback,s2l1b_eval,20,1,1,2022-01-01T08:00:00.000Z,2022-05-31T07:00:00Z,1,2022-04-29T23:47:45.000Z,0,861183,S2L1B (Eval),7809,1,3695,172\n813781-27152,Video,s8l4_videoquiz_MidnightinParis1,1,1,0,2022-02-01T08:00:00.000Z,,,2022-04-01T23:43:40.000Z,0,861256,S8L4 (Video Quiz),7815,7,3695,172\n813799,Live Video Event,s7l4_liveevent_externalLink,1,1,0,2022-03-01T08:00:00.000Z,,,2022-03-24T19:56:01.000Z,0,861272,S7L4 (Live Event),7814,6,3695,172\n813914,Poll,s8sub1_l1_poll,1,1,0,2022-03-01T08:00:00.000Z,,0,2022-04-01T23:34:57.000Z,0,861383,S8Sub1_L1 (Poll),7818,0,3695,172\n813840,Timed Exam,s4l13_te_type2,1,1,0,2022-02-01T07:59:00.000Z,,0,2022-03-26T22:26:27.000Z,0,861310,S4L13 (TE; Type2),7838,3,3704,172\n814061-27197,Video,s8l5_videodiscussion_hal1,1,1,0,2022-08-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861508,S8L5 (Video Discussion),7877,7,3709,172\n813849,Course-Wide Discussion,s7l3_lectureDiscuss Post,1,1,0,2022-03-01T07:59:00.000Z,,,2022-03-26T22:26:28.000Z,0,861319,S7L3 (Discuss),7841,6,3704,172\n813812,Private Feedback,Feedback for s2l1ia,2,1,0,2022-01-01T07:59:00.000Z,,0,2022-04-13T05:58:45.000Z,0,861285,S2L1B (Eval),7836,1,3704,172\n813844,Third Party Tool,s5l4_sample_scorm1,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861314,S5L4 (Scorm),7839,4,3704,172\n814031,Quiz,s4l3_practicequiz,3,1,0,2022-07-01T06:59:00.000Z,,0,2022-04-13T22:59:27.000Z,0,861483,S4L3 (Quiz; Practice),7873,3,3709,172\n814022-27193,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861474,S3L4 (AudioList),7872,2,3709,172\n813704-27141,Video,s3l2_videolist_flowers1,1,1,0,2022-01-01T08:00:00.000Z,,,2022-03-17T01:46:35.000Z,0,861188,S3L2 (VideoList),7810,2,3695,172\n814072,Assignment,s1l2ia x1,1,1,1,2022-04-01T06:59:00.000Z,,0,2022-04-19T21:39:05.000Z,0,861520,S1L2 (IA),7882,0,3710,172\n814038,Quiz,s4l7lq,2,1,0,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:27.000Z,0,861487,S4L7 (Quiz),7873,3,3709,172\n814099,Quiz,s4l1_quiz_type1,3,1,1,2022-04-01T07:00:00.000Z,2022-04-30T06:59:00Z,1,2022-04-20T01:12:51.000Z,0,861546,S4L1 (Quiz; Type1),7886,3,3710,172\n813911,Assignment,s5l5ia,1,1,0,2022-03-01T08:00:00.000Z,,0,2022-04-01T17:56:29.000Z,0,861380,S5L5 (IA),7812,4,3695,172\n814015,Assignment,s2l2ia,1,1,0,2022-07-01T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861467,S2L2 (IA),7871,1,3709,172\n813806,Assignment,s1l7ta,1,1,0,2022-02-01T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861278,S1L7 (TA),7834,0,3704,172\n814142,Poll,s5l6_pollAnon,1,1,0,2022-04-01T07:00:00.000Z,,0,2022-04-20T16:16:45.000Z,0,861585,S5L6 (Poll; Anon),7887,4,3710,172\n814092-27204,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861539,S3L4 (AudioList),7885,2,3710,172\n813892,Quiz,s4l2_quiz_type2,3,1,0,2022-02-01T08:00:00.000Z,2022-07-29T05:59:59Z,1,2022-03-30T18:06:58.000Z,0,861364,S4L2 (Quiz; Type2),7853,4,3706,172\n814056,Assignment,s8l2_ia2,1,1,0,2022-07-02T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861505,S8L2 (2 Assignments) X4,7877,7,3709,172\n813792,Video Practice,s99l3_videopractice_closing,4,1,0,2022-05-01T07:00:00.000Z,,0,2022-04-30T00:00:16.000Z,0,861265,S99L3 (Video Practice: Closing),7816,9,3695,172\n813851,Assignment,s8l2_ia2,1,1,0,2022-01-02T07:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861321,S8L2 (2 Assignments) X4,7842,7,3704,172\n813763,Live Video Event,s7l2_zoom_021622_730pm,1,1,0,2022-01-01T08:00:00.000Z,,,2022-02-17T03:24:05.000Z,0,861241,S7L2 (Zoom),7814,6,3695,172\n814070,Video Practice,s99l3_videopractice_closing,3,1,0,2022-10-29T05:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861518,S99L3 (Video Practice: Closing),7880,9,3709,172\n813870,Assignment,s1l5_ta,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:02:49.000Z,0,861341,S1L5 (TA),7849,0,3706,172\n814042,Survey,s4l11_survey,4,1,0,2022-08-01T06:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861491,S4L11 (Survey),7873,3,3709,172\n814090-27201,Video,s3l2_videolist_flowers1,1,1,0,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861537,S3L2 (VideoList),7885,2,3710,172\n814060-27196,Video,s8l4_videoquiz_MidnightinParis1,1,1,0,2022-08-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861507,S8L4 (Video Quiz),7877,7,3709,172\n814022-27192,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861474,S3L4 (AudioList),7872,2,3709,172\n813705-27142,Audio,s3l3_audio_TheLonelyShepherd,1,1,1,2022-01-01T08:00:00.000Z,,,2022-04-29T23:47:45.000Z,0,861189,S3L3 (Audio),7810,2,3695,172\n813823-27163,Video,s3l9_video_Fidgeting01,1,1,0,2022-02-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861296,S3L9 (Video),7837,2,3704,172\n814113,Timed Exam,s4l12_te,2,1,0,2022-02-01T07:59:00.000Z,,0,2022-04-19T18:30:27.000Z,0,861557,S4L12 (TE),7886,3,3710,172\n813854,Assignment,s8l3ia_approval,1,1,0,2022-02-01T07:59:00.000Z,,0,2022-04-16T05:23:46.000Z,0,861322,S8L3 (IA; Approval),7842,7,3704,172\n813909,Third Party Tool,https://www.tsugi.org/lti-test/,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:09:09.000Z,0,861378,S5L3 (LTI),7854,5,3706,172\n813825,Quiz,s4l1_quiz_type1,3,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:26.000Z,0,861298,S4L1 (Quiz; Type1),7838,3,3704,172\n814098-27206,Video,s3l10_flowers3,2,1,0,2022-03-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861545,S3L10 (Video),7885,2,3710,172\n814086,Public Feedback,Feedback for s2l2ia,8,1,1,2022-01-01T07:59:00.000Z,2022-05-31T06:59:00Z,1,2022-04-19T18:30:25.000Z,0,861533,S2L2B (Feedback),7884,1,3710,172\n814026,Team Discussion,s3l8_teamDiscussion Post Title,1,1,0,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:28.000Z,0,861478,S3L8 (Team Discussion),7872,2,3709,172\n813858,Survey,s8l1_survey,1,1,0,2022-01-01T07:59:00.000Z,2022-03-21T22:59:00Z,1,2022-03-26T22:26:27.000Z,0,861327,S8L1 (Survey),7845,9,3704,172\n813713,Quiz,s4l3_practicequiz,3,1,0,2022-01-01T08:00:00.000Z,,0,2022-02-14T19:29:52.000Z,0,861195,S4L3 (Quiz; Practice),7811,3,3695,172\n813834,Quiz,s4l7lq,2,1,0,2022-02-01T07:59:00.000Z,,0,2022-03-26T22:26:26.000Z,0,861304,S4L7 (Quiz),7838,3,3704,172\n814069,Quiz,s99l1_quiz_COPY,3,1,0,2022-10-29T05:59:00.000Z,,0,2022-04-13T22:59:27.000Z,1,861516,S99L1b (Quiz),7880,9,3709,172\n814024,Poll,s3l6_poll,1,1,0,2022-07-01T06:59:00.000Z,2022-11-28T05:59:00Z,1,2022-04-13T22:59:27.000Z,0,861476,S3L6 (Poll),7872,2,3709,172\n813867,Assignment,s1l2ia x1,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:02:49.000Z,0,861338,S1L2 (IA),7849,0,3706,172\n814132,Assignment,s8l6ia_multiple,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861575,S8L6b (IA; Multi),7890,7,3710,172\n813701,Public Feedback,s2l2b_feedback,8,1,1,2022-01-01T08:00:00.000Z,2022-05-31T07:00:00Z,1,2022-04-29T23:47:45.000Z,0,861185,S2L2B (Feedback),7809,1,3695,172\n813717,Third Party Tool,s5l1_webembed,1,1,1,2022-01-01T08:00:00.000Z,,,2022-04-29T23:47:45.000Z,0,861187,S5L1 (Web Embed),7812,4,3695,172\n813890-27175,Video,s3l10_flowers3,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:35.000Z,0,861362,S3L10 (Video),7852,3,3706,172\n813818-27161,Audio,s3l4_audiolist_mp3_sample1,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861291,S3L4 (AudioList),7837,2,3704,172\n813795,Assignment,s1sub1_ia,1,1,0,2022-03-01T08:00:00.000Z,,0,2022-03-20T06:09:13.000Z,0,861268,S1Sub1 (IA),7831,1,3695,172\n813837,Timed Exam,s4l10_te,2,1,0,2022-02-01T07:59:00.000Z,,0,2022-03-26T22:26:27.000Z,0,861307,S4L10 (TE),7838,3,3704,172\n813722,Video Practice,s6l2_videopractice_elevatorpitch,2,1,1,2022-03-01T08:00:00.000Z,,0,2022-04-29T23:47:45.000Z,0,861204,S6L2 (Video Practice: Elevator Pitch),7813,5,3695,172\n813772,Quiz,s4l8lq,8,1,0,2022-02-01T08:00:00.000Z,,0,2022-02-24T18:44:18.000Z,0,861250,S4L8 (Quiz),7811,3,3695,172\n813691,Assignment,s1l1ia,1,1,1,2022-01-01T08:00:00.000Z,,0,2022-04-29T23:47:45.000Z,0,861171,S1L1 (IA),7809,1,3695,172\n814109,Quiz,s4l8lq,8,1,0,2022-02-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861553,S4L8 (Quiz),7886,3,3710,172\n813796-27154,Video,s3l10_flowers3,2,1,0,2022-03-01T08:00:00.000Z,,,2022-03-22T21:30:47.000Z,0,861269,S3L10 (Video),7810,2,3695,172\n814012,Assignment,s1sub1_ia,1,1,0,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861464,S1Sub1 (IA),7870,1,3709,172\n814140,Video Practice,s99l3_videopractice_closing,3,1,0,2022-05-01T06:59:00.000Z,,0,2022-04-19T18:30:28.000Z,0,861583,S99L3 (Video Practice: Closing),7893,9,3710,172\n813780,Assignment,s8l3ia_approval,1,1,0,2022-02-01T08:00:00.000Z,,0,2022-04-14T21:49:04.000Z,0,861257,S8L3 (IA; Approval),7815,7,3695,172\n813886,Poll,s3l6_poll,1,1,0,2022-02-01T08:00:00.000Z,2022-07-29T05:59:59Z,1,2022-03-30T18:03:34.000Z,0,861358,S3L6 (Poll),7852,3,3706,172\n813882-27170,Video,s3l2_videolist_flowers1,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:03:33.000Z,0,861354,S3L2 (VideoList),7852,3,3706,172\n814027-27194,Video,s3l9_video_Fidgeting01,1,1,0,2022-08-01T06:59:00.000Z,,,2022-04-13T22:59:27.000Z,0,861479,S3L9 (Video),7872,2,3709,172\n814039,Quiz,s4l8lq,8,1,0,2022-08-01T06:59:00.000Z,,0,2022-04-13T22:59:27.000Z,0,861488,S4L8 (Quiz),7873,3,3709,172\n813827,Quiz,s4l3_practicequiz,3,1,0,2022-01-01T07:59:00.000Z,,0,2022-03-26T22:26:26.000Z,0,861300,S4L3 (Quiz; Practice),7838,3,3704,172\n814049,Assignment,s5l5ia,1,1,0,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861498,S5L5 (IA),7874,4,3709,172\n813707,Profile Completion,s3l5_profileCompx,1,1,1,2022-01-03T08:00:00.000Z,,,2022-04-29T23:47:45.000Z,0,861191,S3L5 (Profile Completion),7810,2,3695,172\n813767-27151,Video,s3l9_video_Fidgeting01,1,1,0,2022-02-01T08:00:00.000Z,,,2022-02-24T17:59:27.000Z,0,861245,S3L9 (Video),7810,2,3695,172\n814111,Timed Exam,s4l10_te,2,1,1,2022-02-01T07:59:00.000Z,,0,2022-04-19T18:30:27.000Z,0,861555,S4L10 (TE),7886,3,3710,172\n814025,Course-Wide Discussion,s3l7_lecturediscussion title,1,1,1,2022-07-01T06:59:00.000Z,,,2022-04-13T22:59:28.000Z,0,861477,S3L7 (Lecture Discussion),7872,2,3709,172\n813797-27155,Audio,s1l10_audio_sample3,1,1,0,2022-03-01T08:00:00.000Z,,,2022-03-22T23:22:55.000Z,0,861270,S1L10 (Audio),7817,0,3695,172\n814119,Assignment,s5l5ia,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861563,S5L5 (IA),7887,4,3710,172\n813864,Assignment,s1l1ia,,1,0,2022-01-01T08:00:00.000Z,,0,2022-03-26T23:24:52.000Z,0,861169,S1L1 (IA),7805,0,3694,172\n813894,Timed Exam,s4l4_te_type1,3,1,0,2022-02-01T08:00:00.000Z,2022-07-29T05:59:59Z,1,2022-03-30T18:06:58.000Z,0,861366,S4L4 (TE; Type1),7853,4,3706,172\n814124,Course-Wide Discussion,s7l3_lectureDiscuss Post,1,1,0,2022-03-01T07:59:00.000Z,,,2022-04-19T18:30:28.000Z,0,861568,S7L3 (Discuss),7889,6,3710,172\n814129,Assignment,s8l3ia_approval,1,1,0,2022-02-01T07:59:00.000Z,,0,2022-04-19T18:30:25.000Z,0,861571,S8L3 (IA; Approval),7890,7,3710,172\n814088,Assignment,s1l1ia,1,1,1,2022-04-01T07:00:00.000Z,,0,2022-04-19T21:49:10.000Z,0,861535,S1L1 (IA),7882,0,3710,172\n814083,Assignment,s2l1ia,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-04-19T19:42:29.000Z,0,861530,S2L1 (IA),7884,1,3710,172\n814050,Video Practice,s6l1_videopractice_introduction,2,1,1,2022-07-01T06:59:00.000Z,,0,2022-04-13T22:59:28.000Z,0,861499,S6L1 (Video Practice: Introduction),7875,5,3709,172\n813697,Assignment,s1l5_ta,1,1,0,2022-01-01T08:00:00.000Z,,0,2022-03-20T17:04:44.000Z,0,861182,S1L5 (TA),7817,0,3695,172\n813725,Assignment,s8l2_ia1,3,1,0,2022-01-02T08:00:00.000Z,,0,2022-04-01T23:43:40.000Z,2,861207,S8L2 (2 Assignments) X4,7815,7,3695,172\n814075,Assignment,s1l5_ta,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-04-19T21:39:05.000Z,0,861523,S1L5 (TA),7882,0,3710,172\n813915,Third Party Tool,https://www.youtube.com/watch?v=y7e-GC6oGhg,,1,0,2022-03-01T08:00:00.000Z,,,2022-04-02T00:12:16.000Z,0,861384,S1L3 (Web Embed),7808,0,3697,172\n814014,Private Feedback,Feedback for s2l1ia,6,1,1,2022-07-01T06:59:00.000Z,2022-11-28T05:59:00Z,1,2022-04-13T22:59:26.000Z,0,861466,S2L1B (Eval),7871,1,3709,172\n814010,Assignment,s1l9ia,1,1,0,2022-08-29T06:59:00.000Z,,0,2022-04-13T22:59:26.000Z,0,861462,S1L9 (IA),7869,0,3709,172\n813863,Assignment,\"s99l2_ia Long and Weird: &, ', \"\", @A020122_800, %, $, 財經 END1 / : &, ', \"\", @A020122_800, %, $, 財經 END2\",1,1,0,2023-01-01T16:59:00.000Z,,0,2022-03-26T22:26:25.000Z,0,861332,\"S99L2 (Assignment; Long and Weird Long and Weird: &, ', \"\", @A020122_800, %, $, 財經 END1 / : &, ', \"\", @A020122_800, %, $, 財經 END2)\",7845,9,3704,172\n814040,Quiz,s4l9_lq,16,1,0,2022-08-01T06:59:00.000Z,,0,2022-04-13T22:59:27.000Z,0,861489,S4L9 (Quiz),7873,3,3709,172\n813841,Third Party Tool,s5l1_webembed,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861311,S5L1 (Web Embed),7839,4,3704,172\n813843,Third Party Tool,https://www.tsugi.org/lti-test/,1,1,0,2022-01-01T07:59:00.000Z,,,2022-03-26T22:26:26.000Z,0,861313,S5L3 (LTI),7839,4,3704,172\n813798,Course-Wide Discussion,s7l3_lectureDiscuss Post,1,1,0,2022-03-01T08:00:00.000Z,,,2022-03-23T16:54:36.000Z,0,861271,S7L3 (Discuss),7814,6,3695,172\n813910,Third Party Tool,s5l4_sample_scorm1,1,1,0,2022-02-01T08:00:00.000Z,,,2022-03-30T18:09:09.000Z,0,861379,S5L4 (Scorm),7854,5,3706,172\n814029,Quiz,s4l1_quiz_type1,3,1,1,2022-07-01T06:59:00.000Z,2022-10-28T05:59:00Z,1,2022-04-13T22:59:27.000Z,0,861481,S4L1 (Quiz; Type1),7873,3,3709,172\n813900,Quiz,s4l7lq,2,1,0,2022-02-01T08:00:00.000Z,,0,2022-03-30T18:06:59.000Z,0,861369,S4L7 (Quiz),7853,4,3706,172\n814076,Assignment,s1l6_ia_hdl,1,1,1,2022-02-01T07:59:00.000Z,2022-02-23T22:59:00Z,1,2022-04-19T21:39:05.000Z,0,861524,S1L6 (IA; HDL),7882,0,3710,172\n813693,Assignment,s1l1ia,,1,1,2022-01-01T08:00:00.000Z,,0,2022-02-13T00:39:02.000Z,0,861175,S1L1 (IA),7808,0,3697,172\n814097-27205,Video,s3l9_video_Fidgeting01,1,1,0,2022-02-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861544,S3L9 (Video),7885,2,3710,172\n814094,Poll,s3l6_poll,1,1,0,2022-01-01T07:59:00.000Z,2022-05-31T06:59:00Z,1,2022-04-19T18:30:25.000Z,0,861541,S3L6 (Poll),7885,2,3710,172\n813846,Video Practice,s6l2_videopractice_elevatorpitch,1,1,0,2022-03-01T07:59:00.000Z,,0,2022-03-26T22:26:28.000Z,0,861316,S6L2 (Video Practice: Elevator Pitch),7840,5,3704,172\n813866,Poll,s1l1poll,1,1,0,2022-03-01T08:00:00.000Z,,0,2022-03-30T17:49:07.000Z,0,861336,S1L1 (Poll),7847,0,3706,172\n814085,Assignment,s2l2ia,1,1,0,2022-01-01T07:59:00.000Z,,0,2022-04-25T21:54:25.000Z,0,861532,S2L2 (IA),7884,1,3710,172\n814116,Third Party Tool,s5l2_weblink,1,1,1,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861560,S5L2 (Web Link),7887,4,3710,172\n814006,Assignment,s1l6_ia_hdl,1,1,1,2022-08-01T06:59:00.000Z,2022-08-23T21:59:00Z,1,2022-04-13T22:59:26.000Z,0,861459,S1L6 (IA; HDL),7869,0,3709,172\n814090-27200,Video,s3l2_videolist_flowers1,1,1,0,2022-01-01T07:59:00.000Z,,,2022-04-19T18:30:25.000Z,0,861537,S3L2 (VideoList),7885,2,3710,172\nuser_id,lecture_page_id,visit_type,last_active_date,updated_date,course_id,institution_id\n1110460,862097,First Visit,2022-10-19T01:35:43.000Z,2022-10-19T01:35:43.000Z,3780,185\n1110460,862097,Last Visit,2022-10-19T19:40:31.000Z,2022-10-19T19:40:31.000Z,3780,185\n1110769,862097,First Visit,2022-09-01T00:29:51.000Z,2022-09-01T00:29:51.000Z,3780,185\n1110769,862097,Last Visit,2022-10-18T17:54:47.000Z,2022-10-18T17:54:47.000Z,3780,185\n1110769,862202,First Visit,2022-10-18T18:24:09.000Z,2022-10-18T18:24:09.000Z,3791,185\n1110769,862202,Last Visit,2022-10-18T20:10:03.000Z,2022-10-18T20:10:03.000Z,3791,185\n1110769,862204,First Visit,2022-10-18T22:30:24.000Z,2022-10-18T22:30:24.000Z,3792,185\n1110769,862204,Last Visit,2022-10-18T22:30:24.000Z,2022-10-18T22:30:24.000Z,3792,185\n1110770,862097,First Visit,2022-09-01T00:31:13.000Z,2022-09-01T00:31:13.000Z,3780,185\n1110770,862097,Last Visit,2022-10-18T18:29:54.000Z,2022-10-18T18:29:54.000Z,3780,185\n1110770,862098,First Visit,2022-09-01T00:45:44.000Z,2022-09-01T00:45:44.000Z,3780,185\n1110770,862098,Last Visit,2022-09-01T00:45:43.000Z,2022-09-01T00:45:43.000Z,3780,185\n1110771,862097,First Visit,2022-09-01T00:28:09.000Z,2022-09-01T00:28:09.000Z,3780,185\n1110771,862097,Last Visit,2022-09-01T00:58:42.000Z,2022-09-01T00:58:42.000Z,3780,185\n1110772,862097,First Visit,2022-10-18T17:59:27.000Z,2022-10-18T17:59:27.000Z,3780,185\n1110772,862097,Last Visit,2022-10-18T18:16:11.000Z,2022-10-18T18:16:11.000Z,3780,185\n1110772,862098,First Visit,2022-10-18T18:16:31.000Z,2022-10-18T18:16:31.000Z,3780,185\n1110772,862098,Last Visit,2022-10-18T18:16:31.000Z,2022-10-18T18:16:31.000Z,3780,185\n1110817,862202,First Visit,2022-10-19T00:55:24.000Z,2022-10-19T00:55:24.000Z,3791,185\n1110817,862202,Last Visit,2022-10-19T00:58:49.000Z,2022-10-19T00:58:49.000Z,3791,185\n1110818,862097,First Visit,2022-10-18T22:46:45.000Z,2022-10-18T22:46:45.000Z,3780,185\n1110818,862097,Last Visit,2022-10-18T22:46:45.000Z,2022-10-18T22:46:45.000Z,3780,185\n1110818,862098,First Visit,2022-10-18T22:46:41.000Z,2022-10-18T22:46:41.000Z,3780,185\n1110818,862098,Last Visit,2022-10-18T22:46:41.000Z,2022-10-18T22:46:41.000Z,3780,185\n"}],"_postman_id":"c46c1c97-cce8-435c-85ba-a269a1a71678"},{"name":"Get Data - Org Level Roles","id":"d8e17b53-13d1-4da3-a4f5-3d4ffd5def0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.novoed.com/analytics/:institution_id/download_csv?api_key=api_key&api_secret=api_secret&dataset_type=user_org_roles&updated_after=updated_after&updated_before=updated_before","description":"<p>Returns user's org level administrative roles an institution based on the updated timestamp parameters.</p>\n<p>Please note that we do not record \"deleted\" status for org level roles. We recommend fully reloading this data set into your data source if you rely on accuracy of org admin categorization.</p>\n<p><strong>Unique key:</strong> <code>lecture_page_id, user_id, visit_type</code></p>\n<p><strong>Data Update Frequency:</strong> every 6 hours</p>\n<p><strong>Data Schema:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Table user_org_roles {\n  user_id int: User's NovoEd ID\n  institution_id int: Organization ID\n  org_admin_role varchar: User's Org Admin Role\n  updated_date datetime: Updated date\n}\n\n</code></pre><p>Possible values for <code>org_admin_role</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>* org_admin\n* org_mentor\n* course_manager\nOr comma separated list of above values\n\n</code></pre>","urlObject":{"protocol":"https","path":["analytics",":institution_id","download_csv"],"host":["api","novoed","com"],"query":[{"description":{"content":"<p>Developer's API key. Must be whitelist on the specific course or across institution</p>\n","type":"text/plain"},"key":"api_key","value":"api_key"},{"description":{"content":"<p>Your API Secret</p>\n","type":"text/plain"},"key":"api_secret","value":"api_secret"},{"key":"dataset_type","value":"user_org_roles"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated after the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_after","value":"updated_after"},{"description":{"content":"<p>Optional timestamp that is used for filter all data updated prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13</p>\n","type":"text/plain"},"key":"updated_before","value":"updated_before"}],"variable":[{"id":"34e47f3c-aa78-4e69-a4c6-25a6b6bea866","description":{"content":"<p>Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number.</p>\n","type":"text/plain"},"type":"any","value":"institution_id","key":"institution_id"}]}},"response":[{"id":"baac0d37-c59c-486f-8a42-91b34068e7d3","name":"Get Data - Org Level Roles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.novoed.com/analytics/:institution_id/download_csv?api_key=api_key&api_secret=api_secret&dataset_type=user_org_roles","protocol":"https","host":["api","novoed","com"],"path":["analytics",":institution_id","download_csv"],"query":[{"key":"api_key","value":"api_key","description":"Developer's API key. Must be whitelist on the specific course or across institution"},{"key":"api_secret","value":"api_secret","description":"Your API Secret"},{"key":"updated_after","value":"updated_after","description":"Optional timestamp that is use for filter all data prior to the given time in UTC format. YYYY-MM-DDThh:mm:ss, example: 2019-10-11T21:04:13","disabled":true},{"key":"dataset_type","value":"user_org_roles"}],"variable":[{"key":"institution_id","value":"institution_id","description":"Numeric value. The ID of your institution on NovoEd. Consult help desk if you do not have this number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Fri, 06 May 2022 01:59:41 GMT"},{"key":"Content-Type","value":"application/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.52 (Amazon) OpenSSL/1.0.2k-fips Phusion_Passenger/6.0.7"},{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"b9bf7aff-1673-4721-b50c-c2c46b4f6996"},{"key":"Content-Disposition","value":"attachment; filename=\"172_course_activities_data_2022-05-06T01:59:41Z.csv\""},{"key":"Content-Transfer-Encoding","value":"binary"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"2.593897"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.7"},{"key":"Set-Cookie","value":"XSRF-TOKEN=qTDLT4aBtXBjq9bZxCEqRJB55gCI10LBJhukv5rAOKYDzBs8FEH6ztUvQ8TmyAFgU69ZlowGjYdDk3uEEgLpJQ%3D%3D; path=/"},{"key":"Set-Cookie","value":"_maroon_shared_session=QlM5eG0vYUVFTkNlc0R2MklYNmZReWJFbmdCNElzOHVPVktLTkFuN3FuOVJvR253cnVtOWdITTRHVDJlWXpKYVVoSGhoczB0SExnbFlNakR5anBBT2RrZ1pNdVM3amdhbk9Ja1lFZGh3dVB6TTBBQmtYL2ZhekpQTE5QSU83ZUZjYzVLYUtRNHNDdE92bmdwdUJ5ZXAwVzcrQ2hyeVZoTnNqeVZlUVNiNVVaYmxhdEZ4eXZGYXZuQ1FkNlFNbGcwLS1EOGFlblVyTXMrVGZMQjN1cENVVzNnPT0%3D--86e54c908bb26af1587281a21d361aa16ede1f36; domain=.novoed.com; path=/; expires=Thu, 04 Aug 2022 01:59:41 -0000; HttpOnly"},{"key":"ETag","value":"W/\"bf793d5ae5a5610b55dba3392e1e52ad\""},{"key":"Status","value":"200 OK"}],"cookie":[],"responseTime":null,"body":"user_id,institution_id,org_admin_role,updated_date\n1107556,185,org_admin,2022-10-25T05:24:44.000Z\n"}],"_postman_id":"d8e17b53-13d1-4da3-a4f5-3d4ffd5def0f"}],"event":[{"listen":"prerequest","script":{"id":"f31331b0-7db8-4326-a556-e6328e25f606","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e66b55f7-7746-4d93-8563-4f3b4afaf0a8","type":"text/javascript","exec":[""]}}],"variable":[{"key":"institution_id","value":"institution_id"},{"key":"api_key","value":"api_key"},{"key":"api_secret","value":"api_secret"},{"key":"updated_after","value":"updated_after"},{"key":"updated_before","value":"updated_before"},{"key":"activity_type","value":"activity_type"}]}