{% include 'header_css_libs.html' %} {% include 'header_js_libs.html' %}
Click here to go to the main Oppia page.

<[message]>

Reload a single exploration

{% for exploration in demo_explorations %}
{{exploration[1]}}
{% endfor %}

Jobs

Current time: {{human_readable_current_time}}

One-off jobs

Continuous computations

{% for computation in continuous_computations_data %} {% endfor %}
Type Status Last started Last stop signal sent Last finished Active realtime layer Controls
{{computation.computation_type}} {{computation.status_code}} {{computation.human_readable_last_started}} {{computation.human_readable_last_stopped}} {{computation.human_readable_last_finished}} {{computation.active_realtime_layer_index}} {% if computation.is_startable %} {% endif %} {% if computation.is_stoppable %} {% endif %}

Unfinished jobs

Note: This table may be stale; refresh to see the latest state. {% for job in unfinished_job_data %} {% endfor %}
Job ID Status Time started Time finished
{{job.id}} {{job.status_code}} {{job.human_readable_time_started}} {{job.human_readable_time_finished}} {% if job.can_be_canceled %} {% endif %}

Recent jobs

Note: This table may be stale; refresh to see the latest state. {% for job in recent_job_data %} {% endfor %}
Job ID Status Time started Time finished
{{job.id}} {{job.status_code}} {{job.human_readable_time_started}} {{job.human_readable_time_finished}}

Job Output

<[jobOutput]>

Configuration properties

<[configPropertyData.description]>
No configuration properties are available.

Computed configuration properties

No computed configuration properties are available.

Performance Counters

{% include 'forms/form_builder_templates.html' %} {% include 'footer_js_libs.html' %} {{ noninteractive_widget_html }}