ihgumilar / Hyperscanning2-redesign

Experiment of hyperscanning2-redesign is adding questionnaire inside VR and also improved the UNITY that is used for the experiment.
1 stars 1 forks source link

Module of Questionnaire #47

Open ihgumilar opened 1 year ago

ihgumilar commented 1 year ago

Under Questionnaire

Questionnaire class

def scoring_questionnnaire

Image

Keep going down below until

Image

def diff_score_questionnaire_pre_post For this, we need to provide parameter for the name of column. Tweek a little bit the code from Combine SPGQ Total score of subject1 & 2, etc.. NOTE : With subtraction of post and pre

Image

def corr_eeg_questionnaire

print("Averted")
for i in range(len(diff_averted)):
    print(F"{i}, {pearsonr(diff_averted[i], substracted_averted_non_SPGQ_total)}")

Image

ihgumilar commented 1 year ago

The above 2 functions have been completed f4643281b636e3d4b85df29144cc862ed26bd58a

Need one more function to be added def corr_eeg_questionnaire

ihgumilar commented 1 year ago

87498782dac8db5f5ead9637ae464f27fec84709 latest repo