{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Instruction: Details on Problem Diagnosis
{% endblock %}
{% block styles %}
{% endblock %}
{% block content %}
To perform the diagnosis, you will choose your diagnostic accuracy, ranging from 50% to 100%.
The diagnostic accuracy determines the probability that you correctly identify the client’s problem.
Below is an example:
Example: Suppose that the client's actual problem is Problem A:
The diagnostic accuracy is costly, following the cost table in the example screenshot shown below. You should notice that a higher diagnostic accuracy is more costly for you.
After choosing the accuracy level, the computer will generate a diagnostic result of either "Problem A" or "Problem B" with your chosen accuracy.
After diagnosing the problem, you will recommend a solution to the client in the following automatic rule:
Challenge Question
Based the information above, please answer the questions below.
If you are clear about the information above, please click "Next" to proceed to the next page for the information about how you can earn extra bonus from diagnosis and problem solving.
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}