尝试使用 TrialHandler 编写实验,我成功地制作并打印了以下形式的字典列表:
[
{
'sentence': 'I am currently working',
'variable1': 1,
'variable2': 10
},
{
'sentence': 'How are you today?',
'variable1': 2,
'variable2': 20
}, # ... etc.
]
每部字典都描述了试验的特征。整个字典列表包含实验的所有试验。是否可以选择每个词典的句子部分并在新窗口中一一显示句子?