/one-on-one-prompts

1:1 prompts for managers

Primary LanguageJavaScript

1:1 Prompts

logo

Prompts for managers to use in 1:1's.


https://abhchand.me/one-on-one-prompts/

data

Data is read from data.json and can be defined in multiple ways

Prompts to display Supports multiple formats:

  1. Single prompt:
"This is question text"
  1. Object with an item and author (optional)
{ "i": "This is question text", "a": "abhchand" }
  1. Object with multiple items and author (optional)
{ "i": ["This is question text", "subtext1", "subtext2"], "a": "abhchand" }