Skip to content

Commit

Permalink
#18 Team Kitkit: Extract a List of Storybooks
Browse files Browse the repository at this point in the history
- Updated onebillion asset path to make it consistent with Kitkit's directory format
  • Loading branch information
jo-xprize committed Oct 24, 2019
1 parent aeb03bd commit 6d0688b
Show file tree
Hide file tree
Showing 2 changed files with 1,555 additions and 1,555 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def extract_from_week(directory_containing_weekly_data):
storybook_comprehension_questions = ("cq=true" in storybook_row_params)

# The folder path of the asset (e.g. "assets/oc-reading/books/xr-averytallman")
asset_path = "assets/" + storybook_row_config
asset_path = "onecourse-assets-sw-v3.0.1.tar.gz:assets/" + storybook_row_config + "/"

csv_row = [storybook_id, storybook_title, storybook_comprehension_questions, asset_path]
if csv_row not in csv_rows:
Expand Down
Loading

0 comments on commit 6d0688b

Please sign in to comment.