Minghsin University of Science and Technology
Uedu Main Site
Explore Uedu
Student Console
Register as Member/Login
Research Informed Consent Center
Survey Center
Teacher Console
Course Setup
Support & Messages
Uptime Data

UeduGPTs

--

Jupyters

6

Local AI

--

Uedu Code

--

AI Reply Desktop Notifications

Show a desktop notification when the AI TA finishes replying

Chat Message Notifications

Notify me when classmates post messages in the forum

Sound notification

Play an alert sound whenever there is a new notification

METHODOLOGY

Debate Survey
simulated debate attitude survey

Explain the design principles of the pre- and post-test Likert scales for Simulated Debate, including the three-dimensional measurement framework (stance, confidence, openness), reverse-item handling, attitude-change calculation method, and research applications.

1. Overview

Before and after each simulated debate (mode=4), the Simulated Debate Attitude Survey asks students to complete a five-point Likert scale to measure attitude changes before and after the debate across the three dimensions of position, confidence, and openness.

Different from the pre- and post-test Quiz in Socratic Dialogue, the debate survey measures attitudes rather than knowledge; there are no "correct answers", but rather an observation of the extent to which student viewpoints change.

2. Differences from Quiz

OrientationSocratic QuizDebate attitude survey
Question TypeSingle-choice question (A/B/C/D)Likert five-point scale (1-5)
Measurement objectiveKnowledge ComprehensionAttitudes and viewpoints
Correct AnswerYesN/A
Scoring methodNumber of correct answers + learning gainAverage score + dimension score + attitude change
Reverse-coded itemNot supportedSupports (effective score = 6 - raw score)
PresentationLearning Gain ReportAttitude change report

3. Three-dimensional architecture

The survey questions cover three psychological measurement dimensions:

DimensionEnglishMeasurement contentQuestion example
PositionStanceStudents' level of agreement/disagreement with the debate motion"I believe AI should be allowed to make medical decisions"
ConfidenceConfidenceThe degree to which students are convinced of their own viewpoint"I am confident that I can put forward strong arguments for my position"
OpennessOpennessStudents' understanding and acceptance of opposing viewpoints"I can understand the arguments of those who take the opposite view"
Research Hypothesis

Effective debate practice should improve students’ confidence (being more willing to express their views) and openness (being better able to understand the other side), while changes in position reflect whether the debate has changed students’ views.

4. Likert scale design

A five-point scale is used for each question:

ScoreTags
1Strongly disagree
2Disagree
3Neutral
4Agree
5Strongly agree

Reverse-coding

Some questions are reverse-scored (for example, 'I cannot understand the other person's point of view'); when calculating scores, the effective score = 6 - raw score. For example, if a student selects 2 (disagree), the effective score is 4, which actually indicates a tendency to agree with 'I can understand the other person's point of view'.

Each survey must include at least 1 reverse-coded item, used to check response consistency.

5. AI question generation mechanism

The system uses the GPT-4o-mini model to automatically generate Likert-scale items based on the title and background of the debate topic:

  • Three dimensions distributed evenly (at least 1–2 questions per dimension)
  • Must include at least 1 reverse-worded item
  • The question is written in the first person
  • The question specifically corresponds to the debate topic, not a vague discussion
  • Use Traditional Chinese

Question format

FieldTypeDescription
item_textStringQuestion text (e.g. "I think...")
dimensionStringstance / confidence / openness
is_reverseBooleanWhether it is a reverse-coded item
sourceEnumai or manual

6. Grading and attitude changes

Overall average score

The valid scores for all items (reverse-coded items converted) are averaged, on a 1.0-5.0 scale.

Dimension score

Group by stance / confidence / openness, and calculate the average score for each.

Attitude change report

After the post-test is completed, the system generates an attitude change report, including:

  • Overall shift: Post-test average score - pre-test average score
  • Dimension comparison: pre/post mean scores and change amounts for each of the three dimensions
  • Item-by-item comparison: the pre → post score change for each item, with arrows and colours indicating direction (↑ green / ↓ red / → grey)
Difference from Quiz learning gains

Attitude questionnaires are not included in Normalised Gain, because Likert scales do not have a concept of a "full score". Researchers should use a paired t-test or the Wilcoxon signed-rank test to examine the statistical significance of pre- and post-test differences, and report effect size (Cohen's d).

7. Data structure

Question table (debate_survey_items)

FieldTypeDescription
topic_idINTAssociated debate topic ID
item_orderTINYINTQuestion order
item_textTEXTQuestion text
dimensionVARCHARstance / confidence / openness
is_reverseTINYINTWhether it is a reverse-coded item

Response log table (debate_survey_responses)

FieldTypeDescription
topic_idINTDebate topic ID
chat_idINTAssociated dialogue session ID
user_idINTStudent ID
phaseENUMpre / post
answersJSONScore for each item, such as {"1":4,"2":2,"3":5}
mean_scoreDECIMALOverall average score
dimension_scoresJSONAverage score across dimensions
time_spentINTResponse time (seconds)

8. Research applications

Attitude questionnaire data can be exported via Uedu Lab for the following research:

  • Attitude change analysis: whether the debate significantly changed students' positions, confidence or openness
  • Inter-dimension relationships: whether increased confidence is accompanied by increased openness (or a decrease)
  • Debate topic effect: differences in the impact of different topics on attitude change
  • Cross-mode comparison: a comparison of the teaching effects of Socratic Dialogue (knowledge gain) versus Simulated Debate (attitude change)
  • Dialogue behaviour analysis: Combine dialogue records to analyse the relationship between argument quality and attitude changes
Research Ethics Reminder

Attitude questionnaires involve students' personal views and positions, and are therefore sensitive data. Please confirm that IRB approval has been obtained before use. The system has already indicated on the questionnaire page: "This questionnaire is not counted towards grades and is for teaching research use only".