Is it possible to use multiple entities with same name but different value in a same intent to write a story?

Here is an example. Can I use both draft and questions as entities with name modificaton_parameter in creating a story. If yes then how can I do that. If no what is the alternative solution.

- intent: draft_questions
  examples: |
    - How to finalize [draft](modification_parameter) [questions](modification_parameter)
    - where are [draft](modification_parameter) [questions](modification_parameter)
    - how to complete [draft](modification_parameter) [responses](modification_parameter)

You should try using entity roles and groups to distinguish them.