├── .dockerignore ├── .github └── workflows │ ├── docs_deploy.yml │ ├── firebase-hosting-merge.yml │ └── firebase-hosting-pull-request.yml ├── .gitignore ├── Dockerfile ├── LICENSE.txt ├── README.md ├── config ├── README.md ├── development-config.js └── firebase-config.js ├── craco.config.js ├── deploy.sh ├── deploy_docker.bat ├── deploy_docker.sh ├── docs ├── .gitignore ├── 404.md ├── About.md ├── Administrators.md ├── CNAME ├── Development.md ├── DocsDevelopment.md ├── DocumentationIndex.md ├── ExampleStudy-V1.xlsx ├── ExampleStudy-V2-Feed.xlsx ├── ExampleStudy-V2-Single-Post.xlsx ├── FirebasePricing.md ├── Gemfile ├── GettingStarted.md ├── Home.md ├── HowToPlay.md ├── Images.md ├── Installation.md ├── ManagingStudies.md ├── NonTechnicalInstallation.md ├── QualtricsIntegration.md ├── README.md ├── Results.md ├── Simulation.md ├── StudyConfiguration.md ├── StudyTemplate-V1.xlsx ├── StudyTemplate-V2.xlsx ├── TechnicalInstallation.md ├── TechnicalOverview.md ├── Updating.md ├── _config.yml ├── _data │ └── settings.yml ├── _includes │ ├── anchor_headings.html │ ├── backtotop.html │ ├── footer.html │ ├── head.html │ └── header.html ├── _layouts │ └── default.html ├── _sass │ ├── _-sections-dir.scss │ ├── _articles.scss │ ├── _backtotop.scss │ ├── _base.scss │ ├── _code.scss │ ├── _default.scss │ ├── _footer.scss │ ├── _header.scss │ ├── _logo-banner.scss │ ├── _social-icons.scss │ └── _syntax.scss ├── articles │ ├── index.md │ └── sheets │ │ ├── celebration.gif │ │ ├── images_in_config.png │ │ ├── index.md │ │ ├── live_error_checking.png │ │ ├── puppy.gif │ │ ├── rich_text.png │ │ ├── spider-test.gif │ │ └── spider.gif ├── assets │ ├── css │ │ └── main.scss │ ├── img │ │ ├── banner.png │ │ ├── banner.xcf │ │ ├── emc-logo.png │ │ ├── github-logo.svg │ │ ├── logo-with-border.png │ │ ├── logo.png │ │ ├── marketing │ │ │ ├── banner-large.png │ │ │ ├── feature-customisable.png │ │ │ ├── feature-open-source.png │ │ │ ├── feature-realistic.png │ │ │ ├── game-ss.png │ │ │ ├── github-ss.png │ │ │ └── settings-ss.png │ │ ├── producthunt-logo.svg │ │ ├── psyarxiv-logo.png │ │ └── uwa-logo.svg │ ├── js │ │ └── gif-playback.js │ └── video │ │ └── promo-gif.gif ├── diagrams │ ├── New_diagrams │ │ ├── Disable-Google-analytic-new.png │ │ ├── Disable-gemini-firebase-new.png │ │ ├── Disable-google-developer-program-new.png │ │ ├── Firebase side panel.png │ │ ├── Firebase-auth-sidepanel-new.png │ │ ├── Firebase-database-sidepanel-new.png │ │ ├── Firebase-storage-sidepanel-new.png │ │ ├── Storage-setup-new.png │ │ ├── authentication-start-page-new.png │ │ ├── billing-setup-new.png │ │ ├── blaze-pricing-initiate-new.png │ │ ├── firestore-database-new.png │ │ ├── firestore-database-setup-new.png │ │ ├── link-budget-new.png │ │ ├── project-page-new.png │ │ ├── set-budget-new.png │ │ ├── spark-account-new.png │ │ ├── storage-bucket-setup-new.png │ │ ├── storage-firebasestorage.app-new.png │ │ ├── storage-pricing-new.png │ │ ├── storage-production-mode-new.png │ │ ├── storage-upgrade-required-new.png │ │ └── storage-with-blaze-new.png │ ├── about-overview-sheets.png │ ├── accessing-admin-dashboard.png │ ├── accessing-firebase-storage.png │ ├── accessing-firestore-for-create.png │ ├── accessing-firestore.png │ ├── accessing-own-user-id.png │ ├── accessing-project-settings.png │ ├── accessing-web-app-config.png │ ├── add-a-post.png │ ├── add-a-source.png │ ├── adding-new-admin.png │ ├── adding-web-app-pt1.png │ ├── adding-web-app-pt2.png │ ├── annotated-user-interface.png │ ├── copying-user-id.png │ ├── created-firestore-database.png │ ├── creating-firestore-database-pt1.png │ ├── creating-firestore-database-pt2.png │ ├── creating-firestore-database-pt3.png │ ├── data-flows.png │ ├── disabling-analytics.png │ ├── documentation-index-header.jpg │ ├── downloading-codebase-zip.png │ ├── edit-dynamic-feedback.png │ ├── edit-pages.png │ ├── enabled-auth.png │ ├── enabling-auth-pt1.png │ ├── enabling-auth-pt2.png │ ├── enabling-auth-pt3.png │ ├── enabling-firestore.png │ ├── example-image-1600x1000.jpg │ ├── example-image-800x500-compressed.jpg │ ├── example-image-800x500.jpg │ ├── example-results.png │ ├── exporting-config-spreadsheet.png │ ├── firebase-console.png │ ├── firebase-create-a-project.png │ ├── firebase-project-creation.png │ ├── getting-started-header.png │ ├── give-study-a-name.png │ ├── highlighted-post.png │ ├── highlighted-source.png │ ├── inserting-image.png │ ├── make-a-copy.png │ ├── non-technical-installation-guide │ │ ├── 0-process.rtf │ │ ├── 10-auth-setup-pt1.png │ │ ├── 11-auth-setup-pt2.png │ │ ├── 12-webapp-setup-pt1.png │ │ ├── 13-webapp-setup-pt2.png │ │ ├── 14-default-visual-studio-screen.png │ │ ├── 15-edit-firebase-config.png │ │ ├── 16-download-git-installer.png │ │ ├── 17-visual-studio-command-prompt.png │ │ ├── 18-switch-to-git-bash.png │ │ ├── 19-blank-git-bash.png │ │ ├── 20-start-deployment.png │ │ ├── 21-deploy--select-firebase-project.png │ │ ├── 22-deploy--select-cloud-project.png │ │ ├── 23-deploy--access-project-settings.png │ │ ├── 24-deploy--copy-project-id.png │ │ ├── 25-deploy--enter-project-id.png │ │ └── 26-deploy--success.png │ ├── post-headline-content.png │ ├── starting-firestore-collection.png │ └── study-configuration-header.png ├── favicon.ico ├── link │ ├── ExampleGame.md │ ├── ExampleResults.md │ ├── ExampleStudy.md │ └── StudyTemplate.md ├── original-design │ ├── README.md │ ├── admin-dashboard-mockup.png │ ├── admin-study-mockup.png │ ├── data-flows.png │ ├── game-mockup.png │ ├── help-mockup.png │ ├── prompt-mockup.png │ └── user-identification-mockup.png └── screenshots │ ├── Qualtrics-Example.png │ ├── admin-dashboard-with-permissions-error.png │ ├── comment-reaction-options.png │ ├── comment.png │ ├── commenting.gif │ ├── copying-user-uid.png │ ├── disabled-comment-box.png │ ├── disabled-progress-box.png │ ├── dynamic-feedback.gif │ ├── empty-firestore-database.png │ ├── example-admin-dashboard-no-border.png │ ├── example-admin-dashboard.png │ ├── example-admin-study-no-border.png │ ├── example-admin-study.png │ ├── example-comment.png │ ├── example-config-source-preview.png │ ├── example-console-authentication-page.png │ ├── example-debriefing-no-border.png │ ├── example-debriefing.png │ ├── example-default-random-avatars.png │ ├── example-game-banner.png │ ├── example-game.png │ ├── example-prompt-no-border.png │ ├── example-prompt.png │ ├── example-source.png │ ├── example-your-progress.png │ ├── firestore-add-to-admins-collection.png │ ├── firestore-populate-admins-collection.png │ ├── firestore-start-admins-collection.png │ ├── homepage.png │ ├── javascript-qualtrics-button.png │ ├── javascript-qualtrics-button1.png │ ├── new-qualtrics-integration.png │ ├── populated-firestore-database.png │ ├── post-reaction-options.png │ ├── qualtrics-javascript-box.png │ ├── reacting.gif │ ├── sign-in-page.png │ └── storage-get-started.png ├── firebase.json ├── firestore.indexes.json ├── firestore.rules ├── package.json ├── postcss.config.js ├── public ├── favicon.ico ├── index.html └── robots.txt ├── src ├── components │ ├── Button.js │ ├── ConditionalLink.js │ ├── ConfirmationDialog.js │ ├── ContinueButton.js │ ├── CredibilityLabel.js │ ├── Dialog.js │ ├── MountAwareComponent.js │ ├── ProgressDialog.js │ ├── PromiseImage.js │ ├── ReactionIcons.js │ ├── StatusLabel.js │ ├── StudyUpload.js │ └── help-export-to-xlsx.png ├── config │ ├── README.md │ ├── cors.json │ ├── firestore.indexes.json │ ├── firestore.rules │ └── storage.rules ├── database │ ├── compressJson.js │ ├── compressJson.test.js │ ├── compressJsonKeyMap.js │ ├── deleteFromDB.js │ ├── firebase.js │ ├── getFromDB.js │ └── postToDB.js ├── index.css ├── index.js ├── logo.png ├── model │ ├── game │ │ ├── game.js │ │ ├── game.test.js │ │ ├── gameParticipant.js │ │ ├── gameState.js │ │ ├── interactions.js │ │ └── scrollTracker.js │ ├── images.js │ ├── manager.js │ ├── math.js │ ├── resultsExcelWriter.js │ ├── selectionMethod.js │ ├── study.js │ ├── studyExcelReader.js │ ├── studyExcelReader.test.js │ ├── studyExcelReaderV1.js │ └── studyExcelReaderV2.js ├── screens │ ├── ActiveStudyScreen.js │ ├── AdminHome.js │ ├── AdminSignIn.js │ ├── AdminSignOut.js │ ├── AdminStudy.js │ ├── Error.js │ ├── Home.js │ ├── SimpleActiveStudyScreen.js │ ├── game │ │ ├── ActiveGameScreen.js │ │ ├── Comment.js │ │ ├── CommentEntry.js │ │ ├── GameDebrief.js │ │ ├── GameIdentification.js │ │ ├── GameInterface.js │ │ ├── GameIntroduction.js │ │ ├── GamePrompt.js │ │ ├── GameRules.js │ │ ├── ParticipantProgress.js │ │ ├── Post.js │ │ ├── ReactButton.js │ │ └── dynamicFeedback.js │ └── reaction-options.png ├── setupTests.js ├── utils │ ├── arrays.js │ ├── arrays.test.js │ ├── excel.js │ ├── numbers.js │ ├── odiff.js │ ├── promises.js │ ├── random.js │ ├── richText.js │ ├── text.js │ ├── time.js │ ├── types.js │ ├── uid.js │ └── uid.test.js └── version.js ├── storage.rules ├── tailwind.config.js ├── test ├── ExampleStudy-MissingAvatars-V1.xlsx └── firebase-dev-environment │ ├── auth_export │ ├── accounts.json │ └── config.json │ ├── firebase-export-metadata.json │ ├── firestore_export │ ├── all_namespaces │ │ └── all_kinds │ │ │ ├── all_namespaces_all_kinds.export_metadata │ │ │ └── output-0 │ └── firestore_export.overall_export_metadata │ └── storage_export │ ├── blobs │ ├── 0528e822-3780-48f6-818b-307794bca6fc │ ├── 0717870a-e7c1-4689-91db-31d8bfe2f1ad │ ├── 08d69b45-692e-478b-8639-7a8df8002921 │ ├── 0eaa9b11-e0b3-4ca1-a888-14fd591dc9b6 │ ├── 0ff1ceb3-a05f-4e87-9033-75d5a1109f63 │ ├── 1af3bdee-e642-41f2-a238-425c0887aa3b │ ├── 24176c45-3689-499f-afed-cccf610ffbb1 │ ├── 2875c3a1-b71c-4bcb-8772-7e77a592f2e5 │ ├── 2eec7f0f-b104-4f6b-bbec-9eb7225b149c │ ├── 3ae48732-13b6-4b06-8a27-a5b7e274abd4 │ ├── 3de0fe1f-2fd2-452e-9c69-c1727e0e0b3a │ ├── 3ecc03be-fc16-43bc-974b-4059ac2ae0d1 │ ├── 441202d7-6f89-41c2-bf1c-14ce5ce35dbd │ ├── 4b46570d-7d8f-4246-a9a7-8b9a449d2fb1 │ ├── 60fc0eac-205a-4a3f-8aa4-8e3c8b75dd93 │ ├── 6a2dedfb-65f5-4db4-9c32-d03002df88e7 │ ├── 78619d76-db84-4a2a-96b1-a9c906930d1f │ ├── 786f2ed8-2780-4ab9-8869-290833893d5f │ ├── 7a257119-5dae-4587-b48b-e5efd884e5a0 │ ├── 7a27aede-a9ff-4deb-a674-830e2a628d2b │ ├── 7d48fb64-6054-4bc8-928f-e53cfa298fa2 │ ├── 897b834f-daf5-4c2e-91fe-f20854b24ae0 │ ├── 8dc306a0-0ff6-4fce-8d95-76bcc657c056 │ ├── a4a5a4eb-7037-4c03-b3ea-bdac11d47770 │ ├── aa84c3bc-2070-48d5-a886-6b166882800b │ ├── b61c0ff9-33fb-4f85-8c41-94f67485065a │ ├── b7ecf6d3-b9b9-49be-9ef7-85144782ec37 │ ├── cf8229a0-0b5d-41f3-ac96-fe6401f0d07a │ ├── d1dffdd0-ef4b-49ac-bfea-0a07d3c744f9 │ ├── d50cfed3-7d1d-46f6-a0cc-32d7bc566390 │ ├── d90124ad-3021-4401-bd3a-43eb6b7a5573 │ ├── ddcfb3ed-73f5-4efb-861d-13d462c74aa4 │ ├── df3e6259-afd7-4767-81f1-dc0aa791468b │ ├── e0355288-77b4-4439-8a5c-f1383ba8d7d4 │ ├── e2cf41f6-e6c7-40b4-88fe-8b04aada6097 │ ├── e4346681-f112-409f-a7bd-5b3a28359787 │ ├── ed36c7cb-97c5-46c6-a9e5-5a8c8a1929d4 │ ├── f450ed82-d781-48db-9ef4-5b6a1004f97b │ ├── f647a5e2-2078-45a0-ac8d-62ed1c2b7c09 │ └── ff3d9e15-df22-4ab0-a654-bce3581846cb │ ├── buckets.json │ └── metadata │ ├── 0528e822-3780-48f6-818b-307794bca6fc.json │ ├── 0717870a-e7c1-4689-91db-31d8bfe2f1ad.json │ ├── 08d69b45-692e-478b-8639-7a8df8002921.json │ ├── 0eaa9b11-e0b3-4ca1-a888-14fd591dc9b6.json │ ├── 0ff1ceb3-a05f-4e87-9033-75d5a1109f63.json │ ├── 1af3bdee-e642-41f2-a238-425c0887aa3b.json │ ├── 24176c45-3689-499f-afed-cccf610ffbb1.json │ ├── 2875c3a1-b71c-4bcb-8772-7e77a592f2e5.json │ ├── 2eec7f0f-b104-4f6b-bbec-9eb7225b149c.json │ ├── 3ae48732-13b6-4b06-8a27-a5b7e274abd4.json │ ├── 3de0fe1f-2fd2-452e-9c69-c1727e0e0b3a.json │ ├── 3ecc03be-fc16-43bc-974b-4059ac2ae0d1.json │ ├── 441202d7-6f89-41c2-bf1c-14ce5ce35dbd.json │ ├── 4b46570d-7d8f-4246-a9a7-8b9a449d2fb1.json │ ├── 60fc0eac-205a-4a3f-8aa4-8e3c8b75dd93.json │ ├── 6a2dedfb-65f5-4db4-9c32-d03002df88e7.json │ ├── 78619d76-db84-4a2a-96b1-a9c906930d1f.json │ ├── 786f2ed8-2780-4ab9-8869-290833893d5f.json │ ├── 7a257119-5dae-4587-b48b-e5efd884e5a0.json │ ├── 7a27aede-a9ff-4deb-a674-830e2a628d2b.json │ ├── 7d48fb64-6054-4bc8-928f-e53cfa298fa2.json │ ├── 897b834f-daf5-4c2e-91fe-f20854b24ae0.json │ ├── 8dc306a0-0ff6-4fce-8d95-76bcc657c056.json │ ├── a4a5a4eb-7037-4c03-b3ea-bdac11d47770.json │ ├── aa84c3bc-2070-48d5-a886-6b166882800b.json │ ├── b61c0ff9-33fb-4f85-8c41-94f67485065a.json │ ├── b7ecf6d3-b9b9-49be-9ef7-85144782ec37.json │ ├── cf8229a0-0b5d-41f3-ac96-fe6401f0d07a.json │ ├── d1dffdd0-ef4b-49ac-bfea-0a07d3c744f9.json │ ├── d50cfed3-7d1d-46f6-a0cc-32d7bc566390.json │ ├── d90124ad-3021-4401-bd3a-43eb6b7a5573.json │ ├── ddcfb3ed-73f5-4efb-861d-13d462c74aa4.json │ ├── df3e6259-afd7-4767-81f1-dc0aa791468b.json │ ├── e0355288-77b4-4439-8a5c-f1383ba8d7d4.json │ ├── e2cf41f6-e6c7-40b4-88fe-8b04aada6097.json │ ├── e4346681-f112-409f-a7bd-5b3a28359787.json │ ├── ed36c7cb-97c5-46c6-a9e5-5a8c8a1929d4.json │ ├── f450ed82-d781-48db-9ef4-5b6a1004f97b.json │ ├── f647a5e2-2078-45a0-ac8d-62ed1c2b7c09.json │ └── ff3d9e15-df22-4ab0-a654-bce3581846cb.json └── update.sh /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/.dockerignore -------------------------------------------------------------------------------- /.github/workflows/docs_deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/.github/workflows/docs_deploy.yml -------------------------------------------------------------------------------- /.github/workflows/firebase-hosting-merge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/.github/workflows/firebase-hosting-merge.yml -------------------------------------------------------------------------------- /.github/workflows/firebase-hosting-pull-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/.github/workflows/firebase-hosting-pull-request.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/README.md -------------------------------------------------------------------------------- /config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/config/README.md -------------------------------------------------------------------------------- /config/development-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/config/development-config.js -------------------------------------------------------------------------------- /config/firebase-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/config/firebase-config.js -------------------------------------------------------------------------------- /craco.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/craco.config.js -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/deploy.sh -------------------------------------------------------------------------------- /deploy_docker.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/deploy_docker.bat -------------------------------------------------------------------------------- /deploy_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/deploy_docker.sh -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/.gitignore -------------------------------------------------------------------------------- /docs/404.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/404.md -------------------------------------------------------------------------------- /docs/About.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/About.md -------------------------------------------------------------------------------- /docs/Administrators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Administrators.md -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | misinfogame.com -------------------------------------------------------------------------------- /docs/Development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Development.md -------------------------------------------------------------------------------- /docs/DocsDevelopment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/DocsDevelopment.md -------------------------------------------------------------------------------- /docs/DocumentationIndex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/DocumentationIndex.md -------------------------------------------------------------------------------- /docs/ExampleStudy-V1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/ExampleStudy-V1.xlsx -------------------------------------------------------------------------------- /docs/ExampleStudy-V2-Feed.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/ExampleStudy-V2-Feed.xlsx -------------------------------------------------------------------------------- /docs/ExampleStudy-V2-Single-Post.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/ExampleStudy-V2-Single-Post.xlsx -------------------------------------------------------------------------------- /docs/FirebasePricing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/FirebasePricing.md -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Gemfile -------------------------------------------------------------------------------- /docs/GettingStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/GettingStarted.md -------------------------------------------------------------------------------- /docs/Home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Home.md -------------------------------------------------------------------------------- /docs/HowToPlay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/HowToPlay.md -------------------------------------------------------------------------------- /docs/Images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Images.md -------------------------------------------------------------------------------- /docs/Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Installation.md -------------------------------------------------------------------------------- /docs/ManagingStudies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/ManagingStudies.md -------------------------------------------------------------------------------- /docs/NonTechnicalInstallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/NonTechnicalInstallation.md -------------------------------------------------------------------------------- /docs/QualtricsIntegration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/QualtricsIntegration.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/Results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Results.md -------------------------------------------------------------------------------- /docs/Simulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Simulation.md -------------------------------------------------------------------------------- /docs/StudyConfiguration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/StudyConfiguration.md -------------------------------------------------------------------------------- /docs/StudyTemplate-V1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/StudyTemplate-V1.xlsx -------------------------------------------------------------------------------- /docs/StudyTemplate-V2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/StudyTemplate-V2.xlsx -------------------------------------------------------------------------------- /docs/TechnicalInstallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/TechnicalInstallation.md -------------------------------------------------------------------------------- /docs/TechnicalOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/TechnicalOverview.md -------------------------------------------------------------------------------- /docs/Updating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/Updating.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_data/settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_data/settings.yml -------------------------------------------------------------------------------- /docs/_includes/anchor_headings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_includes/anchor_headings.html -------------------------------------------------------------------------------- /docs/_includes/backtotop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_includes/backtotop.html -------------------------------------------------------------------------------- /docs/_includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_includes/footer.html -------------------------------------------------------------------------------- /docs/_includes/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_includes/head.html -------------------------------------------------------------------------------- /docs/_includes/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_includes/header.html -------------------------------------------------------------------------------- /docs/_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_layouts/default.html -------------------------------------------------------------------------------- /docs/_sass/_-sections-dir.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_-sections-dir.scss -------------------------------------------------------------------------------- /docs/_sass/_articles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_articles.scss -------------------------------------------------------------------------------- /docs/_sass/_backtotop.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_backtotop.scss -------------------------------------------------------------------------------- /docs/_sass/_base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_base.scss -------------------------------------------------------------------------------- /docs/_sass/_code.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_code.scss -------------------------------------------------------------------------------- /docs/_sass/_default.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_default.scss -------------------------------------------------------------------------------- /docs/_sass/_footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_footer.scss -------------------------------------------------------------------------------- /docs/_sass/_header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_header.scss -------------------------------------------------------------------------------- /docs/_sass/_logo-banner.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_logo-banner.scss -------------------------------------------------------------------------------- /docs/_sass/_social-icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_social-icons.scss -------------------------------------------------------------------------------- /docs/_sass/_syntax.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/_sass/_syntax.scss -------------------------------------------------------------------------------- /docs/articles/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/index.md -------------------------------------------------------------------------------- /docs/articles/sheets/celebration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/sheets/celebration.gif -------------------------------------------------------------------------------- /docs/articles/sheets/images_in_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/sheets/images_in_config.png -------------------------------------------------------------------------------- /docs/articles/sheets/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/sheets/index.md -------------------------------------------------------------------------------- /docs/articles/sheets/live_error_checking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/sheets/live_error_checking.png -------------------------------------------------------------------------------- /docs/articles/sheets/puppy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/sheets/puppy.gif -------------------------------------------------------------------------------- /docs/articles/sheets/rich_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/sheets/rich_text.png -------------------------------------------------------------------------------- /docs/articles/sheets/spider-test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/sheets/spider-test.gif -------------------------------------------------------------------------------- /docs/articles/sheets/spider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/articles/sheets/spider.gif -------------------------------------------------------------------------------- /docs/assets/css/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/css/main.scss -------------------------------------------------------------------------------- /docs/assets/img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/banner.png -------------------------------------------------------------------------------- /docs/assets/img/banner.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/banner.xcf -------------------------------------------------------------------------------- /docs/assets/img/emc-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/emc-logo.png -------------------------------------------------------------------------------- /docs/assets/img/github-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/github-logo.svg -------------------------------------------------------------------------------- /docs/assets/img/logo-with-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/logo-with-border.png -------------------------------------------------------------------------------- /docs/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/logo.png -------------------------------------------------------------------------------- /docs/assets/img/marketing/banner-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/marketing/banner-large.png -------------------------------------------------------------------------------- /docs/assets/img/marketing/feature-customisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/marketing/feature-customisable.png -------------------------------------------------------------------------------- /docs/assets/img/marketing/feature-open-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/marketing/feature-open-source.png -------------------------------------------------------------------------------- /docs/assets/img/marketing/feature-realistic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/marketing/feature-realistic.png -------------------------------------------------------------------------------- /docs/assets/img/marketing/game-ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/marketing/game-ss.png -------------------------------------------------------------------------------- /docs/assets/img/marketing/github-ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/marketing/github-ss.png -------------------------------------------------------------------------------- /docs/assets/img/marketing/settings-ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/marketing/settings-ss.png -------------------------------------------------------------------------------- /docs/assets/img/producthunt-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/producthunt-logo.svg -------------------------------------------------------------------------------- /docs/assets/img/psyarxiv-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/psyarxiv-logo.png -------------------------------------------------------------------------------- /docs/assets/img/uwa-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/img/uwa-logo.svg -------------------------------------------------------------------------------- /docs/assets/js/gif-playback.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/js/gif-playback.js -------------------------------------------------------------------------------- /docs/assets/video/promo-gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/assets/video/promo-gif.gif -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/Disable-Google-analytic-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/Disable-Google-analytic-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/Disable-gemini-firebase-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/Disable-gemini-firebase-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/Disable-google-developer-program-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/Disable-google-developer-program-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/Firebase side panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/Firebase side panel.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/Firebase-auth-sidepanel-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/Firebase-auth-sidepanel-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/Firebase-database-sidepanel-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/Firebase-database-sidepanel-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/Firebase-storage-sidepanel-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/Firebase-storage-sidepanel-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/Storage-setup-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/Storage-setup-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/authentication-start-page-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/authentication-start-page-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/billing-setup-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/billing-setup-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/blaze-pricing-initiate-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/blaze-pricing-initiate-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/firestore-database-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/firestore-database-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/firestore-database-setup-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/firestore-database-setup-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/link-budget-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/link-budget-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/project-page-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/project-page-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/set-budget-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/set-budget-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/spark-account-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/spark-account-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/storage-bucket-setup-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/storage-bucket-setup-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/storage-firebasestorage.app-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/storage-firebasestorage.app-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/storage-pricing-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/storage-pricing-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/storage-production-mode-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/storage-production-mode-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/storage-upgrade-required-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/storage-upgrade-required-new.png -------------------------------------------------------------------------------- /docs/diagrams/New_diagrams/storage-with-blaze-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/New_diagrams/storage-with-blaze-new.png -------------------------------------------------------------------------------- /docs/diagrams/about-overview-sheets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/about-overview-sheets.png -------------------------------------------------------------------------------- /docs/diagrams/accessing-admin-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/accessing-admin-dashboard.png -------------------------------------------------------------------------------- /docs/diagrams/accessing-firebase-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/accessing-firebase-storage.png -------------------------------------------------------------------------------- /docs/diagrams/accessing-firestore-for-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/accessing-firestore-for-create.png -------------------------------------------------------------------------------- /docs/diagrams/accessing-firestore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/accessing-firestore.png -------------------------------------------------------------------------------- /docs/diagrams/accessing-own-user-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/accessing-own-user-id.png -------------------------------------------------------------------------------- /docs/diagrams/accessing-project-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/accessing-project-settings.png -------------------------------------------------------------------------------- /docs/diagrams/accessing-web-app-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/accessing-web-app-config.png -------------------------------------------------------------------------------- /docs/diagrams/add-a-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/add-a-post.png -------------------------------------------------------------------------------- /docs/diagrams/add-a-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/add-a-source.png -------------------------------------------------------------------------------- /docs/diagrams/adding-new-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/adding-new-admin.png -------------------------------------------------------------------------------- /docs/diagrams/adding-web-app-pt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/adding-web-app-pt1.png -------------------------------------------------------------------------------- /docs/diagrams/adding-web-app-pt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/adding-web-app-pt2.png -------------------------------------------------------------------------------- /docs/diagrams/annotated-user-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/annotated-user-interface.png -------------------------------------------------------------------------------- /docs/diagrams/copying-user-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/copying-user-id.png -------------------------------------------------------------------------------- /docs/diagrams/created-firestore-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/created-firestore-database.png -------------------------------------------------------------------------------- /docs/diagrams/creating-firestore-database-pt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/creating-firestore-database-pt1.png -------------------------------------------------------------------------------- /docs/diagrams/creating-firestore-database-pt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/creating-firestore-database-pt2.png -------------------------------------------------------------------------------- /docs/diagrams/creating-firestore-database-pt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/creating-firestore-database-pt3.png -------------------------------------------------------------------------------- /docs/diagrams/data-flows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/data-flows.png -------------------------------------------------------------------------------- /docs/diagrams/disabling-analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/disabling-analytics.png -------------------------------------------------------------------------------- /docs/diagrams/documentation-index-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/documentation-index-header.jpg -------------------------------------------------------------------------------- /docs/diagrams/downloading-codebase-zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/downloading-codebase-zip.png -------------------------------------------------------------------------------- /docs/diagrams/edit-dynamic-feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/edit-dynamic-feedback.png -------------------------------------------------------------------------------- /docs/diagrams/edit-pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/edit-pages.png -------------------------------------------------------------------------------- /docs/diagrams/enabled-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/enabled-auth.png -------------------------------------------------------------------------------- /docs/diagrams/enabling-auth-pt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/enabling-auth-pt1.png -------------------------------------------------------------------------------- /docs/diagrams/enabling-auth-pt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/enabling-auth-pt2.png -------------------------------------------------------------------------------- /docs/diagrams/enabling-auth-pt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/enabling-auth-pt3.png -------------------------------------------------------------------------------- /docs/diagrams/enabling-firestore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/enabling-firestore.png -------------------------------------------------------------------------------- /docs/diagrams/example-image-1600x1000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/example-image-1600x1000.jpg -------------------------------------------------------------------------------- /docs/diagrams/example-image-800x500-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/example-image-800x500-compressed.jpg -------------------------------------------------------------------------------- /docs/diagrams/example-image-800x500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/example-image-800x500.jpg -------------------------------------------------------------------------------- /docs/diagrams/example-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/example-results.png -------------------------------------------------------------------------------- /docs/diagrams/exporting-config-spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/exporting-config-spreadsheet.png -------------------------------------------------------------------------------- /docs/diagrams/firebase-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/firebase-console.png -------------------------------------------------------------------------------- /docs/diagrams/firebase-create-a-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/firebase-create-a-project.png -------------------------------------------------------------------------------- /docs/diagrams/firebase-project-creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/firebase-project-creation.png -------------------------------------------------------------------------------- /docs/diagrams/getting-started-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/getting-started-header.png -------------------------------------------------------------------------------- /docs/diagrams/give-study-a-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/give-study-a-name.png -------------------------------------------------------------------------------- /docs/diagrams/highlighted-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/highlighted-post.png -------------------------------------------------------------------------------- /docs/diagrams/highlighted-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/highlighted-source.png -------------------------------------------------------------------------------- /docs/diagrams/inserting-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/inserting-image.png -------------------------------------------------------------------------------- /docs/diagrams/make-a-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/make-a-copy.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/0-process.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/0-process.rtf -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/10-auth-setup-pt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/10-auth-setup-pt1.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/11-auth-setup-pt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/11-auth-setup-pt2.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/12-webapp-setup-pt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/12-webapp-setup-pt1.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/13-webapp-setup-pt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/13-webapp-setup-pt2.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/14-default-visual-studio-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/14-default-visual-studio-screen.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/15-edit-firebase-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/15-edit-firebase-config.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/16-download-git-installer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/16-download-git-installer.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/17-visual-studio-command-prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/17-visual-studio-command-prompt.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/18-switch-to-git-bash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/18-switch-to-git-bash.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/19-blank-git-bash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/19-blank-git-bash.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/20-start-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/20-start-deployment.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/21-deploy--select-firebase-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/21-deploy--select-firebase-project.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/22-deploy--select-cloud-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/22-deploy--select-cloud-project.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/23-deploy--access-project-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/23-deploy--access-project-settings.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/24-deploy--copy-project-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/24-deploy--copy-project-id.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/25-deploy--enter-project-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/25-deploy--enter-project-id.png -------------------------------------------------------------------------------- /docs/diagrams/non-technical-installation-guide/26-deploy--success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/non-technical-installation-guide/26-deploy--success.png -------------------------------------------------------------------------------- /docs/diagrams/post-headline-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/post-headline-content.png -------------------------------------------------------------------------------- /docs/diagrams/starting-firestore-collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/starting-firestore-collection.png -------------------------------------------------------------------------------- /docs/diagrams/study-configuration-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/diagrams/study-configuration-header.png -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/link/ExampleGame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/link/ExampleGame.md -------------------------------------------------------------------------------- /docs/link/ExampleResults.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/link/ExampleResults.md -------------------------------------------------------------------------------- /docs/link/ExampleStudy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/link/ExampleStudy.md -------------------------------------------------------------------------------- /docs/link/StudyTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/link/StudyTemplate.md -------------------------------------------------------------------------------- /docs/original-design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/original-design/README.md -------------------------------------------------------------------------------- /docs/original-design/admin-dashboard-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/original-design/admin-dashboard-mockup.png -------------------------------------------------------------------------------- /docs/original-design/admin-study-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/original-design/admin-study-mockup.png -------------------------------------------------------------------------------- /docs/original-design/data-flows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/original-design/data-flows.png -------------------------------------------------------------------------------- /docs/original-design/game-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/original-design/game-mockup.png -------------------------------------------------------------------------------- /docs/original-design/help-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/original-design/help-mockup.png -------------------------------------------------------------------------------- /docs/original-design/prompt-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/original-design/prompt-mockup.png -------------------------------------------------------------------------------- /docs/original-design/user-identification-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/original-design/user-identification-mockup.png -------------------------------------------------------------------------------- /docs/screenshots/Qualtrics-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/Qualtrics-Example.png -------------------------------------------------------------------------------- /docs/screenshots/admin-dashboard-with-permissions-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/admin-dashboard-with-permissions-error.png -------------------------------------------------------------------------------- /docs/screenshots/comment-reaction-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/comment-reaction-options.png -------------------------------------------------------------------------------- /docs/screenshots/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/comment.png -------------------------------------------------------------------------------- /docs/screenshots/commenting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/commenting.gif -------------------------------------------------------------------------------- /docs/screenshots/copying-user-uid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/copying-user-uid.png -------------------------------------------------------------------------------- /docs/screenshots/disabled-comment-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/disabled-comment-box.png -------------------------------------------------------------------------------- /docs/screenshots/disabled-progress-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/disabled-progress-box.png -------------------------------------------------------------------------------- /docs/screenshots/dynamic-feedback.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/dynamic-feedback.gif -------------------------------------------------------------------------------- /docs/screenshots/empty-firestore-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/empty-firestore-database.png -------------------------------------------------------------------------------- /docs/screenshots/example-admin-dashboard-no-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-admin-dashboard-no-border.png -------------------------------------------------------------------------------- /docs/screenshots/example-admin-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-admin-dashboard.png -------------------------------------------------------------------------------- /docs/screenshots/example-admin-study-no-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-admin-study-no-border.png -------------------------------------------------------------------------------- /docs/screenshots/example-admin-study.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-admin-study.png -------------------------------------------------------------------------------- /docs/screenshots/example-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-comment.png -------------------------------------------------------------------------------- /docs/screenshots/example-config-source-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-config-source-preview.png -------------------------------------------------------------------------------- /docs/screenshots/example-console-authentication-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-console-authentication-page.png -------------------------------------------------------------------------------- /docs/screenshots/example-debriefing-no-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-debriefing-no-border.png -------------------------------------------------------------------------------- /docs/screenshots/example-debriefing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-debriefing.png -------------------------------------------------------------------------------- /docs/screenshots/example-default-random-avatars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-default-random-avatars.png -------------------------------------------------------------------------------- /docs/screenshots/example-game-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-game-banner.png -------------------------------------------------------------------------------- /docs/screenshots/example-game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-game.png -------------------------------------------------------------------------------- /docs/screenshots/example-prompt-no-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-prompt-no-border.png -------------------------------------------------------------------------------- /docs/screenshots/example-prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-prompt.png -------------------------------------------------------------------------------- /docs/screenshots/example-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-source.png -------------------------------------------------------------------------------- /docs/screenshots/example-your-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/example-your-progress.png -------------------------------------------------------------------------------- /docs/screenshots/firestore-add-to-admins-collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/firestore-add-to-admins-collection.png -------------------------------------------------------------------------------- /docs/screenshots/firestore-populate-admins-collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/firestore-populate-admins-collection.png -------------------------------------------------------------------------------- /docs/screenshots/firestore-start-admins-collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/firestore-start-admins-collection.png -------------------------------------------------------------------------------- /docs/screenshots/homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/homepage.png -------------------------------------------------------------------------------- /docs/screenshots/javascript-qualtrics-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/javascript-qualtrics-button.png -------------------------------------------------------------------------------- /docs/screenshots/javascript-qualtrics-button1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/javascript-qualtrics-button1.png -------------------------------------------------------------------------------- /docs/screenshots/new-qualtrics-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/new-qualtrics-integration.png -------------------------------------------------------------------------------- /docs/screenshots/populated-firestore-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/populated-firestore-database.png -------------------------------------------------------------------------------- /docs/screenshots/post-reaction-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/post-reaction-options.png -------------------------------------------------------------------------------- /docs/screenshots/qualtrics-javascript-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/qualtrics-javascript-box.png -------------------------------------------------------------------------------- /docs/screenshots/reacting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/reacting.gif -------------------------------------------------------------------------------- /docs/screenshots/sign-in-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/sign-in-page.png -------------------------------------------------------------------------------- /docs/screenshots/storage-get-started.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/docs/screenshots/storage-get-started.png -------------------------------------------------------------------------------- /firebase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/firebase.json -------------------------------------------------------------------------------- /firestore.indexes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/firestore.indexes.json -------------------------------------------------------------------------------- /firestore.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/firestore.rules -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/postcss.config.js -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/public/index.html -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/public/robots.txt -------------------------------------------------------------------------------- /src/components/Button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/Button.js -------------------------------------------------------------------------------- /src/components/ConditionalLink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/ConditionalLink.js -------------------------------------------------------------------------------- /src/components/ConfirmationDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/ConfirmationDialog.js -------------------------------------------------------------------------------- /src/components/ContinueButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/ContinueButton.js -------------------------------------------------------------------------------- /src/components/CredibilityLabel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/CredibilityLabel.js -------------------------------------------------------------------------------- /src/components/Dialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/Dialog.js -------------------------------------------------------------------------------- /src/components/MountAwareComponent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/MountAwareComponent.js -------------------------------------------------------------------------------- /src/components/ProgressDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/ProgressDialog.js -------------------------------------------------------------------------------- /src/components/PromiseImage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/PromiseImage.js -------------------------------------------------------------------------------- /src/components/ReactionIcons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/ReactionIcons.js -------------------------------------------------------------------------------- /src/components/StatusLabel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/StatusLabel.js -------------------------------------------------------------------------------- /src/components/StudyUpload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/StudyUpload.js -------------------------------------------------------------------------------- /src/components/help-export-to-xlsx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/components/help-export-to-xlsx.png -------------------------------------------------------------------------------- /src/config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/config/README.md -------------------------------------------------------------------------------- /src/config/cors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/config/cors.json -------------------------------------------------------------------------------- /src/config/firestore.indexes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/config/firestore.indexes.json -------------------------------------------------------------------------------- /src/config/firestore.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/config/firestore.rules -------------------------------------------------------------------------------- /src/config/storage.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/config/storage.rules -------------------------------------------------------------------------------- /src/database/compressJson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/database/compressJson.js -------------------------------------------------------------------------------- /src/database/compressJson.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/database/compressJson.test.js -------------------------------------------------------------------------------- /src/database/compressJsonKeyMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/database/compressJsonKeyMap.js -------------------------------------------------------------------------------- /src/database/deleteFromDB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/database/deleteFromDB.js -------------------------------------------------------------------------------- /src/database/firebase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/database/firebase.js -------------------------------------------------------------------------------- /src/database/getFromDB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/database/getFromDB.js -------------------------------------------------------------------------------- /src/database/postToDB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/database/postToDB.js -------------------------------------------------------------------------------- /src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/index.css -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/index.js -------------------------------------------------------------------------------- /src/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/logo.png -------------------------------------------------------------------------------- /src/model/game/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/game/game.js -------------------------------------------------------------------------------- /src/model/game/game.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/game/game.test.js -------------------------------------------------------------------------------- /src/model/game/gameParticipant.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/game/gameParticipant.js -------------------------------------------------------------------------------- /src/model/game/gameState.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/game/gameState.js -------------------------------------------------------------------------------- /src/model/game/interactions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/game/interactions.js -------------------------------------------------------------------------------- /src/model/game/scrollTracker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/game/scrollTracker.js -------------------------------------------------------------------------------- /src/model/images.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/images.js -------------------------------------------------------------------------------- /src/model/manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/manager.js -------------------------------------------------------------------------------- /src/model/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/math.js -------------------------------------------------------------------------------- /src/model/resultsExcelWriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/resultsExcelWriter.js -------------------------------------------------------------------------------- /src/model/selectionMethod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/selectionMethod.js -------------------------------------------------------------------------------- /src/model/study.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/study.js -------------------------------------------------------------------------------- /src/model/studyExcelReader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/studyExcelReader.js -------------------------------------------------------------------------------- /src/model/studyExcelReader.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/studyExcelReader.test.js -------------------------------------------------------------------------------- /src/model/studyExcelReaderV1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/studyExcelReaderV1.js -------------------------------------------------------------------------------- /src/model/studyExcelReaderV2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/model/studyExcelReaderV2.js -------------------------------------------------------------------------------- /src/screens/ActiveStudyScreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/ActiveStudyScreen.js -------------------------------------------------------------------------------- /src/screens/AdminHome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/AdminHome.js -------------------------------------------------------------------------------- /src/screens/AdminSignIn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/AdminSignIn.js -------------------------------------------------------------------------------- /src/screens/AdminSignOut.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/AdminSignOut.js -------------------------------------------------------------------------------- /src/screens/AdminStudy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/AdminStudy.js -------------------------------------------------------------------------------- /src/screens/Error.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/Error.js -------------------------------------------------------------------------------- /src/screens/Home.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/Home.js -------------------------------------------------------------------------------- /src/screens/SimpleActiveStudyScreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/SimpleActiveStudyScreen.js -------------------------------------------------------------------------------- /src/screens/game/ActiveGameScreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/ActiveGameScreen.js -------------------------------------------------------------------------------- /src/screens/game/Comment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/Comment.js -------------------------------------------------------------------------------- /src/screens/game/CommentEntry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/CommentEntry.js -------------------------------------------------------------------------------- /src/screens/game/GameDebrief.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/GameDebrief.js -------------------------------------------------------------------------------- /src/screens/game/GameIdentification.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/GameIdentification.js -------------------------------------------------------------------------------- /src/screens/game/GameInterface.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/GameInterface.js -------------------------------------------------------------------------------- /src/screens/game/GameIntroduction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/GameIntroduction.js -------------------------------------------------------------------------------- /src/screens/game/GamePrompt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/GamePrompt.js -------------------------------------------------------------------------------- /src/screens/game/GameRules.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/GameRules.js -------------------------------------------------------------------------------- /src/screens/game/ParticipantProgress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/ParticipantProgress.js -------------------------------------------------------------------------------- /src/screens/game/Post.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/Post.js -------------------------------------------------------------------------------- /src/screens/game/ReactButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/ReactButton.js -------------------------------------------------------------------------------- /src/screens/game/dynamicFeedback.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/game/dynamicFeedback.js -------------------------------------------------------------------------------- /src/screens/reaction-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/screens/reaction-options.png -------------------------------------------------------------------------------- /src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/setupTests.js -------------------------------------------------------------------------------- /src/utils/arrays.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/arrays.js -------------------------------------------------------------------------------- /src/utils/arrays.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/arrays.test.js -------------------------------------------------------------------------------- /src/utils/excel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/excel.js -------------------------------------------------------------------------------- /src/utils/numbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/numbers.js -------------------------------------------------------------------------------- /src/utils/odiff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/odiff.js -------------------------------------------------------------------------------- /src/utils/promises.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/promises.js -------------------------------------------------------------------------------- /src/utils/random.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/random.js -------------------------------------------------------------------------------- /src/utils/richText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/richText.js -------------------------------------------------------------------------------- /src/utils/text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/text.js -------------------------------------------------------------------------------- /src/utils/time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/time.js -------------------------------------------------------------------------------- /src/utils/types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/types.js -------------------------------------------------------------------------------- /src/utils/uid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/uid.js -------------------------------------------------------------------------------- /src/utils/uid.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/src/utils/uid.test.js -------------------------------------------------------------------------------- /src/version.js: -------------------------------------------------------------------------------- 1 | 2 | export const gameVersion = "2.4.2"; 3 | -------------------------------------------------------------------------------- /storage.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/storage.rules -------------------------------------------------------------------------------- /tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/tailwind.config.js -------------------------------------------------------------------------------- /test/ExampleStudy-MissingAvatars-V1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/ExampleStudy-MissingAvatars-V1.xlsx -------------------------------------------------------------------------------- /test/firebase-dev-environment/auth_export/accounts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/auth_export/accounts.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/auth_export/config.json: -------------------------------------------------------------------------------- 1 | {"signIn":{"allowDuplicateEmails":false}} -------------------------------------------------------------------------------- /test/firebase-dev-environment/firebase-export-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/firebase-export-metadata.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/firestore_export/all_namespaces/all_kinds/all_namespaces_all_kinds.export_metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/firestore_export/all_namespaces/all_kinds/all_namespaces_all_kinds.export_metadata -------------------------------------------------------------------------------- /test/firebase-dev-environment/firestore_export/all_namespaces/all_kinds/output-0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/firestore_export/all_namespaces/all_kinds/output-0 -------------------------------------------------------------------------------- /test/firebase-dev-environment/firestore_export/firestore_export.overall_export_metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/firestore_export/firestore_export.overall_export_metadata -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/0528e822-3780-48f6-818b-307794bca6fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/0528e822-3780-48f6-818b-307794bca6fc -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/0717870a-e7c1-4689-91db-31d8bfe2f1ad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/0717870a-e7c1-4689-91db-31d8bfe2f1ad -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/08d69b45-692e-478b-8639-7a8df8002921: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/08d69b45-692e-478b-8639-7a8df8002921 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/0eaa9b11-e0b3-4ca1-a888-14fd591dc9b6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/0eaa9b11-e0b3-4ca1-a888-14fd591dc9b6 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/0ff1ceb3-a05f-4e87-9033-75d5a1109f63: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/0ff1ceb3-a05f-4e87-9033-75d5a1109f63 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/1af3bdee-e642-41f2-a238-425c0887aa3b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/1af3bdee-e642-41f2-a238-425c0887aa3b -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/24176c45-3689-499f-afed-cccf610ffbb1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/24176c45-3689-499f-afed-cccf610ffbb1 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/2875c3a1-b71c-4bcb-8772-7e77a592f2e5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/2875c3a1-b71c-4bcb-8772-7e77a592f2e5 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/2eec7f0f-b104-4f6b-bbec-9eb7225b149c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/2eec7f0f-b104-4f6b-bbec-9eb7225b149c -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/3ae48732-13b6-4b06-8a27-a5b7e274abd4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/3ae48732-13b6-4b06-8a27-a5b7e274abd4 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/3de0fe1f-2fd2-452e-9c69-c1727e0e0b3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/3de0fe1f-2fd2-452e-9c69-c1727e0e0b3a -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/3ecc03be-fc16-43bc-974b-4059ac2ae0d1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/3ecc03be-fc16-43bc-974b-4059ac2ae0d1 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/441202d7-6f89-41c2-bf1c-14ce5ce35dbd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/441202d7-6f89-41c2-bf1c-14ce5ce35dbd -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/4b46570d-7d8f-4246-a9a7-8b9a449d2fb1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/4b46570d-7d8f-4246-a9a7-8b9a449d2fb1 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/60fc0eac-205a-4a3f-8aa4-8e3c8b75dd93: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/60fc0eac-205a-4a3f-8aa4-8e3c8b75dd93 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/6a2dedfb-65f5-4db4-9c32-d03002df88e7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/6a2dedfb-65f5-4db4-9c32-d03002df88e7 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/78619d76-db84-4a2a-96b1-a9c906930d1f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/78619d76-db84-4a2a-96b1-a9c906930d1f -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/786f2ed8-2780-4ab9-8869-290833893d5f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/786f2ed8-2780-4ab9-8869-290833893d5f -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/7a257119-5dae-4587-b48b-e5efd884e5a0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/7a257119-5dae-4587-b48b-e5efd884e5a0 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/7a27aede-a9ff-4deb-a674-830e2a628d2b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/7a27aede-a9ff-4deb-a674-830e2a628d2b -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/7d48fb64-6054-4bc8-928f-e53cfa298fa2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/7d48fb64-6054-4bc8-928f-e53cfa298fa2 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/897b834f-daf5-4c2e-91fe-f20854b24ae0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/897b834f-daf5-4c2e-91fe-f20854b24ae0 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/8dc306a0-0ff6-4fce-8d95-76bcc657c056: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/8dc306a0-0ff6-4fce-8d95-76bcc657c056 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/a4a5a4eb-7037-4c03-b3ea-bdac11d47770: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/a4a5a4eb-7037-4c03-b3ea-bdac11d47770 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/aa84c3bc-2070-48d5-a886-6b166882800b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/aa84c3bc-2070-48d5-a886-6b166882800b -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/b61c0ff9-33fb-4f85-8c41-94f67485065a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/b61c0ff9-33fb-4f85-8c41-94f67485065a -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/b7ecf6d3-b9b9-49be-9ef7-85144782ec37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/b7ecf6d3-b9b9-49be-9ef7-85144782ec37 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/cf8229a0-0b5d-41f3-ac96-fe6401f0d07a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/cf8229a0-0b5d-41f3-ac96-fe6401f0d07a -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/d1dffdd0-ef4b-49ac-bfea-0a07d3c744f9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/d1dffdd0-ef4b-49ac-bfea-0a07d3c744f9 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/d50cfed3-7d1d-46f6-a0cc-32d7bc566390: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/d50cfed3-7d1d-46f6-a0cc-32d7bc566390 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/d90124ad-3021-4401-bd3a-43eb6b7a5573: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/d90124ad-3021-4401-bd3a-43eb6b7a5573 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/ddcfb3ed-73f5-4efb-861d-13d462c74aa4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/ddcfb3ed-73f5-4efb-861d-13d462c74aa4 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/df3e6259-afd7-4767-81f1-dc0aa791468b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/df3e6259-afd7-4767-81f1-dc0aa791468b -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/e0355288-77b4-4439-8a5c-f1383ba8d7d4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/e0355288-77b4-4439-8a5c-f1383ba8d7d4 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/e2cf41f6-e6c7-40b4-88fe-8b04aada6097: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/e2cf41f6-e6c7-40b4-88fe-8b04aada6097 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/e4346681-f112-409f-a7bd-5b3a28359787: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/e4346681-f112-409f-a7bd-5b3a28359787 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/ed36c7cb-97c5-46c6-a9e5-5a8c8a1929d4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/ed36c7cb-97c5-46c6-a9e5-5a8c8a1929d4 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/f450ed82-d781-48db-9ef4-5b6a1004f97b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/f450ed82-d781-48db-9ef4-5b6a1004f97b -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/f647a5e2-2078-45a0-ac8d-62ed1c2b7c09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/f647a5e2-2078-45a0-ac8d-62ed1c2b7c09 -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/blobs/ff3d9e15-df22-4ab0-a654-bce3581846cb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/blobs/ff3d9e15-df22-4ab0-a654-bce3581846cb -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/buckets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/buckets.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/0528e822-3780-48f6-818b-307794bca6fc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/0528e822-3780-48f6-818b-307794bca6fc.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/0717870a-e7c1-4689-91db-31d8bfe2f1ad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/0717870a-e7c1-4689-91db-31d8bfe2f1ad.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/08d69b45-692e-478b-8639-7a8df8002921.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/08d69b45-692e-478b-8639-7a8df8002921.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/0eaa9b11-e0b3-4ca1-a888-14fd591dc9b6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/0eaa9b11-e0b3-4ca1-a888-14fd591dc9b6.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/0ff1ceb3-a05f-4e87-9033-75d5a1109f63.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/0ff1ceb3-a05f-4e87-9033-75d5a1109f63.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/1af3bdee-e642-41f2-a238-425c0887aa3b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/1af3bdee-e642-41f2-a238-425c0887aa3b.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/24176c45-3689-499f-afed-cccf610ffbb1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/24176c45-3689-499f-afed-cccf610ffbb1.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/2875c3a1-b71c-4bcb-8772-7e77a592f2e5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/2875c3a1-b71c-4bcb-8772-7e77a592f2e5.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/2eec7f0f-b104-4f6b-bbec-9eb7225b149c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/2eec7f0f-b104-4f6b-bbec-9eb7225b149c.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/3ae48732-13b6-4b06-8a27-a5b7e274abd4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/3ae48732-13b6-4b06-8a27-a5b7e274abd4.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/3de0fe1f-2fd2-452e-9c69-c1727e0e0b3a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/3de0fe1f-2fd2-452e-9c69-c1727e0e0b3a.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/3ecc03be-fc16-43bc-974b-4059ac2ae0d1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/3ecc03be-fc16-43bc-974b-4059ac2ae0d1.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/441202d7-6f89-41c2-bf1c-14ce5ce35dbd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/441202d7-6f89-41c2-bf1c-14ce5ce35dbd.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/4b46570d-7d8f-4246-a9a7-8b9a449d2fb1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/4b46570d-7d8f-4246-a9a7-8b9a449d2fb1.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/60fc0eac-205a-4a3f-8aa4-8e3c8b75dd93.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/60fc0eac-205a-4a3f-8aa4-8e3c8b75dd93.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/6a2dedfb-65f5-4db4-9c32-d03002df88e7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/6a2dedfb-65f5-4db4-9c32-d03002df88e7.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/78619d76-db84-4a2a-96b1-a9c906930d1f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/78619d76-db84-4a2a-96b1-a9c906930d1f.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/786f2ed8-2780-4ab9-8869-290833893d5f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/786f2ed8-2780-4ab9-8869-290833893d5f.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/7a257119-5dae-4587-b48b-e5efd884e5a0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/7a257119-5dae-4587-b48b-e5efd884e5a0.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/7a27aede-a9ff-4deb-a674-830e2a628d2b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/7a27aede-a9ff-4deb-a674-830e2a628d2b.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/7d48fb64-6054-4bc8-928f-e53cfa298fa2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/7d48fb64-6054-4bc8-928f-e53cfa298fa2.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/897b834f-daf5-4c2e-91fe-f20854b24ae0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/897b834f-daf5-4c2e-91fe-f20854b24ae0.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/8dc306a0-0ff6-4fce-8d95-76bcc657c056.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/8dc306a0-0ff6-4fce-8d95-76bcc657c056.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/a4a5a4eb-7037-4c03-b3ea-bdac11d47770.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/a4a5a4eb-7037-4c03-b3ea-bdac11d47770.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/aa84c3bc-2070-48d5-a886-6b166882800b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/aa84c3bc-2070-48d5-a886-6b166882800b.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/b61c0ff9-33fb-4f85-8c41-94f67485065a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/b61c0ff9-33fb-4f85-8c41-94f67485065a.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/b7ecf6d3-b9b9-49be-9ef7-85144782ec37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/b7ecf6d3-b9b9-49be-9ef7-85144782ec37.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/cf8229a0-0b5d-41f3-ac96-fe6401f0d07a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/cf8229a0-0b5d-41f3-ac96-fe6401f0d07a.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/d1dffdd0-ef4b-49ac-bfea-0a07d3c744f9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/d1dffdd0-ef4b-49ac-bfea-0a07d3c744f9.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/d50cfed3-7d1d-46f6-a0cc-32d7bc566390.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/d50cfed3-7d1d-46f6-a0cc-32d7bc566390.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/d90124ad-3021-4401-bd3a-43eb6b7a5573.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/d90124ad-3021-4401-bd3a-43eb6b7a5573.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/ddcfb3ed-73f5-4efb-861d-13d462c74aa4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/ddcfb3ed-73f5-4efb-861d-13d462c74aa4.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/df3e6259-afd7-4767-81f1-dc0aa791468b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/df3e6259-afd7-4767-81f1-dc0aa791468b.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/e0355288-77b4-4439-8a5c-f1383ba8d7d4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/e0355288-77b4-4439-8a5c-f1383ba8d7d4.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/e2cf41f6-e6c7-40b4-88fe-8b04aada6097.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/e2cf41f6-e6c7-40b4-88fe-8b04aada6097.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/e4346681-f112-409f-a7bd-5b3a28359787.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/e4346681-f112-409f-a7bd-5b3a28359787.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/ed36c7cb-97c5-46c6-a9e5-5a8c8a1929d4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/ed36c7cb-97c5-46c6-a9e5-5a8c8a1929d4.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/f450ed82-d781-48db-9ef4-5b6a1004f97b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/f450ed82-d781-48db-9ef4-5b6a1004f97b.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/f647a5e2-2078-45a0-ac8d-62ed1c2b7c09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/f647a5e2-2078-45a0-ac8d-62ed1c2b7c09.json -------------------------------------------------------------------------------- /test/firebase-dev-environment/storage_export/metadata/ff3d9e15-df22-4ab0-a654-bce3581846cb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/test/firebase-dev-environment/storage_export/metadata/ff3d9e15-df22-4ab0-a654-bce3581846cb.json -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMisinformationGame/MisinformationGame/HEAD/update.sh --------------------------------------------------------------------------------