class Lexicon: # Consent participant_info_title = "Fr Participant Information Sheet" participant_consent_title = "Fr Consent" demographic_data_title = "Fr Demographic Data" consent_question = "Fr I have read and I agree with the points above. If you do not agree then please exit by closing the browser. Please note: you will not receive payment if you choose to exit." yes = "Fr Yes" age_question = "Fr What is your age (years)?" prefer_not_to_say = "Fr Prefer not to say" gender_question = "Fr What is your gender?" female = "Fr Female" male = "Fr Male" non_binary = "Fr Non-binary" other = "Fr Other" worker_id_question = "Fr Please enter your university ID here." # Effort effort_intro_title = "Fr Overview" add_numbers_title = "Fr Mental Arithmetic Task" effort_results_title = "Fr Results" number_entered_question = "Fr Number Entered" timer_text = "Fr Total time left" # quiz quiz_instructions_title = "Fr How the Game Works" quiz_title = "Fr Pre-Game Quiz" quiz_results_title = "Fr Correct answers" quiz_group_assigned_title = "Fr Budget Assignment" quiz_final_message_title = "Fr Final preparation" private_question = "1) How much in MU would each player have to invest in their private account to solve the problem privately?" public_question = "2) On average, how much in total (in MU) would each player in the group have to invest in the public account to solve the problem publicly, which costs 160MU?" success_question = "3) If the group achieves the public solution by collectively investing 160MU into the public account, and you have 20MU remaining, how much in MU do you get to keep at the end of the game?" failure_question = "4) If the group fails to solve the problem publicly, and you fail to invest enough in your private account to solve the problem privately, how much in MU do you get to keep at the end of the game?" fair_rich_question = "5) What do you think would be a fair total contribution to the public account from richer players (who start the game with 120MU)?" fair_poor_question = "6) What do you think would be a fair total contribution to the public account from poorer players (who start the game with 80MU)?" # Game contribution_private_question = "How much in MU would you like to invest in your private account in this round?" contribution_public_question = "How much in MU would you like to invest in your public account in this round?" error_total_contribution_greater_than_funds = "Your total contribution cannot exceed your remaining funds." error_total_contribution_greater_than_20 = "Your total contribution in each round cannot exceed 20 MU." # Payout payment_thank_you_title = "Merci"