By default, the quest giver shows all quests in its list that are currently offerable.
One solution is to make sure the Community Board quest is not yet offerable, or move it to a different quest giver.
If you can't do that, you can make a subclass of QuestGiver that overrides StartMostRelevantDialogue() to only show one quest (e.g., call the dialogue UI's ShowOfferQuest method).
A quest is not offerable if its Offer Conditions are false. The Offer Conditions are in the quest's main properties.
If you only want Community Board to be offered after the player completes School Supplies, you can add Offer Conditions to Community Board that requires that School Supplies is in the success state.
I would like to test that but it seems the community board quest won't trigger, i used the auto start function in quest editor thru using message. For testing, I have quest as the only one in the quest database. I wanted the quest to show immediately in the HUD text rather than having to making it appear in a quest window and accept it.