Skip to content

Commit

Permalink
Update UserGuide.md with Answer Question Information
Browse files Browse the repository at this point in the history
  • Loading branch information
katcday authored Oct 11, 2024
1 parent d573ac2 commit dcd89d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@ Our verify message component is found under the dropdown beside a post. Notice h

### Automated testing
Automated tests for permissions and for backend APIs for verify/unverify message can be found in `tests/posts.js`.


## Answer Question
### How to use
The Answer question component works similarly to the verify message functionality. You can navigate to a topic and click on the dropdown tools. There will then be a "answer/unanswer" button. When pressed you can see a tag appear under the topic title stating if it has been answered.

### Automated testing
Automated tests for the backend can be found in `tests/topics.js`.

0 comments on commit dcd89d0

Please sign in to comment.