suhamemon1 commited on
Commit
32bdf7b
1 Parent(s): 087f23d

minor changes

Browse files
Files changed (1) hide show
  1. experiment_details.py +1 -1
experiment_details.py CHANGED
@@ -36,7 +36,7 @@ writing_skills_questions = {
36
  {"Question": "How comfortable are you using LLMs (Large Language Models, such as ChatGPT, Claude, Gemini, etc.)?",
37
  "AnswerChoices": ["Not comfortable at all", "Slightly comfortable", "Moderately comfortable", "Very comfortable", "Extremely comfortable"]},
38
  {"Question": "How much experience do you have using LLMs (Large Language Models, such as ChatGPT, Claude, Gemini, etc.)?",
39
- "AnswerChoices": ["No experience", "Less than 6 months", "6 months to 1 year", "1 to 2 years", "More than 2 years"]},
40
  {"Question": "How often do you use LLMs (Large Language Models, such as ChatGPT, Claude, Gemini, etc.)?",
41
  "AnswerChoices": ["Never", "Rarely (less than once a month)", "Occasionally (once a month to once a week)", "Frequently (several times a week)", "Daily"]}
42
  ],
 
36
  {"Question": "How comfortable are you using LLMs (Large Language Models, such as ChatGPT, Claude, Gemini, etc.)?",
37
  "AnswerChoices": ["Not comfortable at all", "Slightly comfortable", "Moderately comfortable", "Very comfortable", "Extremely comfortable"]},
38
  {"Question": "How much experience do you have using LLMs (Large Language Models, such as ChatGPT, Claude, Gemini, etc.)?",
39
+ "AnswerChoices": ["No experience", "Less than 3 months", "3 months to 6 months", "6 months to 1 year", "More than 1 years"]},
40
  {"Question": "How often do you use LLMs (Large Language Models, such as ChatGPT, Claude, Gemini, etc.)?",
41
  "AnswerChoices": ["Never", "Rarely (less than once a month)", "Occasionally (once a month to once a week)", "Frequently (several times a week)", "Daily"]}
42
  ],