Skip to content

Commit

Permalink
Merge pull request #28 from humhub/enh-102024
Browse files Browse the repository at this point in the history
Q&A Module - SS & Copy
  • Loading branch information
luke- authored Oct 16, 2024
2 parents 2f01fd4 + 3d4a970 commit c844f4e
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 8 deletions.
7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Questions & Answers

Engage and Learn: Our 'Q&A' module empowers users to seek and share knowledge. Ask burning questions, receive insightful answers from the community, and enhance discussions by upvoting the best responses. Join the collaborative journey of discovering valuable information and solutions.
Make knowledge sharing easy within your network with the Questions & Answers Module. Encourage users to ask questions, receive helpful answers, and engage in community discussions to solve problems together.

## Key Features:
- **Questions:** Empower users to seek help by posting questions.
- **Upvote and Downvote:** Users can upvote or downvote answers, ensuring the most helpful responses are easily found.
- **Best Answer:** Question author or admin can mark the best answer, pinning it at the top for quick reference.
16 changes: 9 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "questions",
"name": "Q&A",
"description": "Elevate your knowledge sharing experience by enabling users to ask questions and upvote the most helpful answers.",
"keywords": ["Q&A", "questions answers"],
"description": "Users can ask questions, receive helpful answers, and engage in community discussions.",
"keywords": ["Q&A", "questions", "answers"],
"version": "1.0.7",
"humhub": {
"minVersion": "1.14"
Expand All @@ -14,10 +14,12 @@
}
],
"screenshots": [
"resources/screen1.PNG",
"resources/screen2.PNG",
"resources/screen3.PNG",
"resources/screen4.PNG",
"resources/screen5.PNG"
"resources/screenshot1.png",
"resources/screenshot2.png",
"resources/screenshot3.png",
"resources/screenshot4.png",
"resources/screenshot5.png",
"resources/screenshot6.png",
"resources/screenshot7.png"
]
}
Binary file removed resources/screen1.PNG
Binary file not shown.
Binary file removed resources/screen2.PNG
Binary file not shown.
Binary file removed resources/screen3.PNG
Binary file not shown.
Binary file removed resources/screen4.PNG
Binary file not shown.
Binary file removed resources/screen5.PNG
Binary file not shown.
Binary file added resources/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c844f4e

Please sign in to comment.