diff --git a/assets/screen1.PNG b/assets/screen1.PNG deleted file mode 100644 index f761e3b..0000000 Binary files a/assets/screen1.PNG and /dev/null differ diff --git a/assets/screen2.PNG b/assets/screen2.PNG deleted file mode 100644 index 39abef7..0000000 Binary files a/assets/screen2.PNG and /dev/null differ diff --git a/assets/screen3.PNG b/assets/screen3.PNG deleted file mode 100644 index 0299668..0000000 Binary files a/assets/screen3.PNG and /dev/null differ diff --git a/assets/screen4.PNG b/assets/screen4.PNG deleted file mode 100644 index 19766b2..0000000 Binary files a/assets/screen4.PNG and /dev/null differ diff --git a/docs/README.md b/docs/README.md index e8332c8..bfc7083 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,11 +2,11 @@ # Polls -Stop discussing, let the votes speak for themselves. Our Polls module allows you to resolve disputes quickly. Let the majority decide, or just get an opinion on your urgent questions. +Easily create polls with the intuitive Polls Module, simplifying decision-making on your network. Whether you're seeking opinions on urgent matters or aiming for consensus, harness the power of voting to streamline discussions and swiftly resolve disputes. ## Overviews -- Offer single or multiple choice -- Hide the results until the poll is closed -- Vote anonymously -- Discuss the results in the comments +- **Immersive:** Discuss the poll topic or results in comments. +- **Vote Types:** Choose between regular and anonymous voting. +- **Choices:** Allow your users to select single or multiple options. +- **Blind Voting:** Keep poll results hidden until it's closed to avoid choice bias. diff --git a/module.json b/module.json index 5ee9cce..953cef1 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "polls", "name": "Polls", - "description": "Empower your users to create polls and survey to drive engagement and gather valuable insights from your community.", + "description": "Easily create polls, streamline decision-making, and harness the power of voting.", "keywords": ["poll", "voting", "decision making"], "version": "1.3.5", "humhub": { @@ -20,9 +20,12 @@ } ], "screenshots": [ - "assets/screen1.PNG", - "assets/screen2.PNG", - "assets/screen3.PNG", - "assets/screen4.PNG" + "resources/screenshot1.png", + "resources/screenshot2.png", + "resources/screenshot3.png", + "resources/screenshot4.png", + "resources/screenshot5.png", + "resources/screenshot6.png", + "resources/screenshot7.png" ] } diff --git a/assets/module_image.png b/resources/module_image.png similarity index 100% rename from assets/module_image.png rename to resources/module_image.png diff --git a/resources/screenshot1.png b/resources/screenshot1.png new file mode 100644 index 0000000..7a36f11 Binary files /dev/null and b/resources/screenshot1.png differ diff --git a/resources/screenshot2.png b/resources/screenshot2.png new file mode 100644 index 0000000..ec1edf8 Binary files /dev/null and b/resources/screenshot2.png differ diff --git a/resources/screenshot3.png b/resources/screenshot3.png new file mode 100644 index 0000000..90487c1 Binary files /dev/null and b/resources/screenshot3.png differ diff --git a/resources/screenshot4.png b/resources/screenshot4.png new file mode 100644 index 0000000..98c9ab1 Binary files /dev/null and b/resources/screenshot4.png differ diff --git a/resources/screenshot5.png b/resources/screenshot5.png new file mode 100644 index 0000000..64cc638 Binary files /dev/null and b/resources/screenshot5.png differ diff --git a/resources/screenshot6.png b/resources/screenshot6.png new file mode 100644 index 0000000..a3b9058 Binary files /dev/null and b/resources/screenshot6.png differ diff --git a/resources/screenshot7.png b/resources/screenshot7.png new file mode 100644 index 0000000..2f7ed15 Binary files /dev/null and b/resources/screenshot7.png differ