# Example 1: Positive Screen (Humiliation only)
# Score = 1
hark_screen(1, 0, 0, 0)
# Example 2: Positive Screen (Physical and Sexual violence)
# Score = 2
hark_screen(0, 0, 1, 1)
# Example 3: Negative Screen
# Score = 0
hark_screen(0, 0, 0, 0)
Run the code above in your browser using DataLab