# Teacher can add discussion board to course ## Description: Teacher can add discussion board to course ## Step-by-Step Procedure: 1. Using http api endpoint created a class with students and teachers already enrolled and setup. 2. Login to the app using the teacher username and password. 3. Click on "Courses" 4. Click on Course name. 5. Click on the "Edit" button. 6. Click on the "Add block" button. 7. Click on the "Discussion board" button. 8. Leave the title blank and click on Save 9. User gets error the Discussion board block title is mandatory 10. Enter "Title" for the discussion board. 11. Click on "Description" 12. Enter description 13. Click on "Done" to save the description. 14. Click on "Done" to save the discussion board. 15. Click on "Save" to save the course changes. 16. Verify the "Discussion board" is visible inside the course. 17. Click on the discussion board name. 18. Verify the "+ Post" button is visible inside the discussion board. 19. Click on "Edit" button. 20. Click on discussion board. 21. Click on the description. 22. Enter a description. 23. Click on "Done" to save the description. 24. Verify the description is visible 25. Click on "Done" to save the discussion board.