From dcd89d0f6efc06760d8767f73f708e556c43cba8 Mon Sep 17 00:00:00 2001 From: "K. Camille Day" <71191376+katcday@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:55:00 -0400 Subject: [PATCH] Update UserGuide.md with Answer Question Information --- UserGuide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UserGuide.md b/UserGuide.md index e13c4e992f..677493fa48 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -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`.