├── .gitignore ├── README.md ├── SUMMARY.md ├── Votes.jpg ├── comments.jpg ├── data ├── Analytics.md ├── Export.md ├── ExportAPI.md ├── HowToUse.md ├── README.md └── WhatWeCompute.md ├── edu ├── Configuration.md ├── LMS.md ├── Methodology.md ├── Overview.md └── README.md ├── hitsVotersCommenters.jpg ├── surveyResearch ├── Overview.md └── README.md ├── usage ├── BestPractices.md ├── CommentModeration.md ├── ConfigurationTemplates.md ├── Embedding.md ├── Events.md ├── PerUserConfig.md ├── README.md ├── SeedComments.md └── UserAuthorization.md ├── visualization ├── HowToRead.md ├── README.md ├── TheMath.md └── WhoGetsShown.md ├── votesXPtpt.png └── welcome ├── DefaultSettings.md ├── GettingInTouch.md ├── Motivation.md ├── Overview.md ├── Quickstart.md └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /Votes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/Votes.jpg -------------------------------------------------------------------------------- /comments.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/comments.jpg -------------------------------------------------------------------------------- /data/Analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/data/Analytics.md -------------------------------------------------------------------------------- /data/Export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/data/Export.md -------------------------------------------------------------------------------- /data/ExportAPI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/data/ExportAPI.md -------------------------------------------------------------------------------- /data/HowToUse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/data/HowToUse.md -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/data/README.md -------------------------------------------------------------------------------- /data/WhatWeCompute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/data/WhatWeCompute.md -------------------------------------------------------------------------------- /edu/Configuration.md: -------------------------------------------------------------------------------- 1 | Anon, scenarios, hiding visualization -------------------------------------------------------------------------------- /edu/LMS.md: -------------------------------------------------------------------------------- 1 | Only support canvas, grade with it, -------------------------------------------------------------------------------- /edu/Methodology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/edu/Methodology.md -------------------------------------------------------------------------------- /edu/Overview.md: -------------------------------------------------------------------------------- 1 | Big classrooms, replaces clickers, -------------------------------------------------------------------------------- /edu/README.md: -------------------------------------------------------------------------------- 1 | Edu -------------------------------------------------------------------------------- /hitsVotersCommenters.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/hitsVotersCommenters.jpg -------------------------------------------------------------------------------- /surveyResearch/Overview.md: -------------------------------------------------------------------------------- 1 | todo 2 | -------------------------------------------------------------------------------- /surveyResearch/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /usage/BestPractices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/BestPractices.md -------------------------------------------------------------------------------- /usage/CommentModeration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/CommentModeration.md -------------------------------------------------------------------------------- /usage/ConfigurationTemplates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/ConfigurationTemplates.md -------------------------------------------------------------------------------- /usage/Embedding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/Embedding.md -------------------------------------------------------------------------------- /usage/Events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/Events.md -------------------------------------------------------------------------------- /usage/PerUserConfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/PerUserConfig.md -------------------------------------------------------------------------------- /usage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/README.md -------------------------------------------------------------------------------- /usage/SeedComments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/SeedComments.md -------------------------------------------------------------------------------- /usage/UserAuthorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/usage/UserAuthorization.md -------------------------------------------------------------------------------- /visualization/HowToRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/visualization/HowToRead.md -------------------------------------------------------------------------------- /visualization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/visualization/README.md -------------------------------------------------------------------------------- /visualization/TheMath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/visualization/TheMath.md -------------------------------------------------------------------------------- /visualization/WhoGetsShown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/visualization/WhoGetsShown.md -------------------------------------------------------------------------------- /votesXPtpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/votesXPtpt.png -------------------------------------------------------------------------------- /welcome/DefaultSettings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/welcome/DefaultSettings.md -------------------------------------------------------------------------------- /welcome/GettingInTouch.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /welcome/Motivation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/welcome/Motivation.md -------------------------------------------------------------------------------- /welcome/Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/welcome/Overview.md -------------------------------------------------------------------------------- /welcome/Quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/welcome/Quickstart.md -------------------------------------------------------------------------------- /welcome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pol-is/polis-documentation/HEAD/welcome/README.md --------------------------------------------------------------------------------