From 406764ebeb91634bd7ea503aef8d8c13d7b1d247 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 13 May 2004 08:11:48 +0000 Subject: [PATCH] Short names for CIQ were missing --- lang/en/survey.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/en/survey.php b/lang/en/survey.php index a83a02f372..e7aa934a03 100644 --- a/lang/en/survey.php +++ b/lang/en/survey.php @@ -59,10 +59,15 @@ $string['attlsm3'] = 'Separate Learning'; $string['attlsmintro'] = 'In discussion ...'; $string['attlsname'] = 'ATTLS (20 item version)'; $string['ciq1'] = 'At what moment in class were you most engaged as a learner?'; +$string['ciq1short'] = 'Most engaged'; $string['ciq2'] = 'At what moment in class were you most distanced as a learner?'; +$string['ciq2short'] = 'Most distanced'; $string['ciq3'] = 'What action from anyone in the forums did you find most affirming or helpful?'; +$string['ciq3short'] = 'Helpful moment'; $string['ciq4'] = 'What action from anyone in the forums did you find most puzzling or confusing?'; +$string['ciq4short'] = 'Confusing moment'; $string['ciq5'] = 'What event surprised you most?'; +$string['ciq5short'] = 'Suprising moment'; $string['ciqintro'] = 'While thinking about recent events in this class, answer the questions below.'; $string['ciqname'] = 'Critical Incidents'; $string['clicktocontinue'] = 'Click here to continue'; -- 2.39.5