{% extends "base.html" %} {% block title %}Welcome — AI-Assisted Programming Study{% endblock %} {% block content %}

Welcome

AI-Assisted Programming Study · Version 1.0

About this study

You will solve three short Python programming tasks using an AI assistant. After each task you will answer brief comprehension questions and a short survey.

  • One warm-up task (not included in the analysis)
  • Two main tasks (~10–15 min each)
  • A short final questionnaire

Important notes

  • This is not an exam and is not connected to your course grade.
  • You may stop at any time without penalty.
  • Some assistant responses may require careful review before the code runs correctly — this is expected.
  • Do not use other AI tools, search engines, or ask for help from others.
{% if error %}
{{ error }}
{% endif %}
Enter the group assigned by the researcher.
{% endblock %}