Here are a couple considerations for team games or other celebrations like pharmacy week. Other options can include "tales from the pharmacy", scavenger hunts, prizes, and food.



RANDOM NAME GENERATOR:
TWO TRUTHS AND A LIE

Instructions

Load a CSV file with two truths and a lie in the following format:

name Fact 1 Value 1 Fact 2 Value 2 Fact 3 Value 3
Person1 Fact1 true Fact2 false Fact3 true

Example File: CSV sample



OR


Load a JSON file with two truths and a lie in the following format:

[

{"name":"Person1",

"facts":[

{"fact":"Fact 1", "value":true},

{"fact":"Fact 2", "value":false},

{"fact":"Fact 3", "value":true}]},

-- Add more people and their facts here

]

Example File: JSON sample

Click the "Generate" Button to Generate a Random Name!

Name Will Appear Here