a
    i<                     @   s^   d Z ddlZddlmZmZmZ dddZdddZdd	d
ZdddZ	dddZ
g dZdS )a  
Negative Academic Events
Academic setbacks and challenges for students

Events:
- failedTest: Failed an important test (ages 10-22, student)
- rejectedFromCollege: Dream college rejection (ages 17-18)
- academicProbation: Low GPA, academic probation (ages 18-22, college)
- groupProjectBetrayal: Group members didn't contribute (ages 14-22, student)
- plagiarismAccusation: Accused of plagiarism (ages 14-22, student) - questionEvent
    N)messageFunctionquestionFunctionanswerOptionmessagec                 C   s   d}|| j vo@| jjdko@| jjdko@| jjdko@dt d k}d}|r| j | | j jd8  _| j jd7  _| j jd	8  _t	||| |S )
zFailed an important test
failedTeststudent
         i   z<You failed an important test. Your grade is going to suffer.      )
eventsc
occupationageYearsrandomadd	happinessstressenergyr   playertypefnamecheckr    r   9/var/www/lichun.app/lichun/ws/events/negative/academic.pyr      s"    



r   c                 C   sx   d}|| j vo4| jjdko4| jjdko4dt d k}d}|rj| j | | j jd8  _| j jd8  _t||| |S )	zDream college rejection letterrejectedFromCollege      r
   i  z=You got a rejection letter from your dream college. It hurts.   r   )r   r   r   r   r   r   r   r   r   r   r   r   r   %   s    


r   c                 C   s   d}|| j voL| jjdkoLd| jjv oL| jjdkoL| jjdkoLdt d k}d}|r| j | | j jd	8  _| j jd
7  _t	||| |S )z(Placed on academic probation for low GPAacademicProbationr   colleger   r	   r
   i  zCYour GPA dropped too low. You've been placed on academic probation.#   (   )
r   r   r   	educationr   r   r   r   r   r   r   r   r   r   r!   7   s$    




r!   c                 C   s   d}|| j vo@| jjdko@| jjdko@| jjdko@dt d k}d}|rv| j | | j jd8  _| j jd	8  _t||| |S )
z1Group members didn't do their part and blamed yougroupProjectBetrayalr      r	   r
   i  z[Your group members didn't do their part and blamed you to the teacher. You got a bad grade.   r   )	r   r   r   r   r   r   r   socialr   r   r   r   r   r&   K   s     



r&   Fc                 C   s$  d}|| j vo@| jjdko@| jjdko@| jjdko@dt d k}d}tdd	d
tdtddd
g}|dkr|t||| ||S |dkr |d |d kr| jd | j j	d7  _	nl|d |d kr| jd | j j
d8  _
| j j	d7  _	n.|d |d kr | jd | j jd8  _dS )z0Accused of plagiarism - must respond with choiceplagiarismAccusationr   r'   r	   r
   i  zBYou're accused of plagiarism on an assignment. How do you respond?zProve it was your own workr    )
energyCostzAccept partial blamezFight the accusationr$   answeroptionr   z|You spent hours gathering evidence and defending your work. The accusation was dropped, but it was exhausting and stressful.r   zeYou admitted to poor citation practices. It's over quickly, but your grade and confidence took a hit.r      zuYou fought back aggressively. The process was draining, and your relationships with teachers and classmates suffered.N)askedQuestionsr   r   r   r   r   r   messageQueueappendr   r   r)   )r   r   r   responser   r   answerOptionsr   r   r   r*   _   s8    






r*   )r   r   r!   r&   r*   )r   )r   )r   )r   )r   FF)__doc__r   Zevents.baser   r   r   r   r   r!   r&   r*   __all__r   r   r   r   <module>   s   




#