first demo

This commit is contained in:
2025-07-20 01:59:08 +02:00
parent 544b5d2b1e
commit 85ffeb480d
11 changed files with 2561 additions and 22 deletions

11
data.json Normal file
View File

@@ -0,0 +1,11 @@
[
{
"rt": 1506,
"stimulus": "<div class=\"max-w-3xl mx-auto space-y-6 text-left\">\n <p class=\"font-semibold\">\n Please specify which of the following statements you agree with by checking the corresponding “I agree” box:\n </p>\n\n <div class=\"space-y-4\">\n <div>\n <p class=\"font-semibold\">Statement 1:</p>\n <p>\n I agree that the audio recording of my lifting call will be made available to the public as part of the \n Lifting Call Collection together with the geographic location and language that this call is associated with. \n I understand that, although no personal data will be attached to the recording, my voice in the audio \n recording remains identifiable.\n </p>\n </div>\n\n <div class=\"mx-auto my-6\">\n<input type=\"checkbox\" id=\"statement_1_checkbox\" />\n<label for=\"statement_1_checkbox\">I agree</label>\n</div>\n\n <div>\n <p class=\"font-semibold\">Statement 2:</p>\n <p>\n I agree that a written transcript of my lifting call will be made available to the public as part of the \n Lifting Call Collection together with the geographic location and language that this call is associated with.\n </p>\n </div>\n\n <div class=\"mx-auto my-6\">\n<input type=\"checkbox\" id=\"statement_2_checkbox\" />\n<label for=\"statement_2_checkbox\">I agree</label>\n</div>\n\n </div>\n </div>",
"response": 0,
"trial_type": "html-button-response",
"trial_index": 0,
"plugin_version": "2.1.0",
"time_elapsed": 1509
}
]