{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% endblock %} {% block content %}
| Your Own Information | |
|---|---|
| Your signal | Problem {{ private_signal }} |
| Accuracy of Your Signal | 60% |
| Expert's Information | |
|---|---|
| Diagnostic Result | Problem {{ diagnostic_result }} |
| Solution Recommendation | Solution {{ recommend_solution }} |
| Please guess the expert's diagnostic accuracy | {% formfield player.belief_precision label = "" %} |
| Which solution would you choose for solving your problem? | |
|---|---|
| Note: Solution A* solves Problem A. Solution B* solves Problem B. If you receive the correct solution, you will receive 120 tokens. If you receive the incorrect solution, you will receive 20 tokens. |
|
| {{ choice }} | {% endfor %}|