I used 4 variables, all of them text variables.
- Gender
- Correct_Feedback
- Incorrect_Feedback
- Try_Again
I have a button for Male and another for Female. When the learner clicks one of those buttons, the Gender variable is set to either Male or Female.
On the Questions slide, I have 6 triggers to control what feedback is shown.
When the timeline on the question slide base layer starts:
- Set Correct_Feedback to (Male Feedback) IF Gender = Male
- Set Correct_Feedback to (Female Feedback) IF Gender = Female
- Set Incorrect_Feedback to (Incorrect Male Feedback) IF Gender = Male
- Set Incorrect_Feedback to (Incorrect Feale Feedback) IF Gender = Female
- Set Try_Again to (Male Try Again) IF Gender = Male
- Set Try_Again to (Female Try Again) IF Gender = Female
For each trigger above, replace the words in (parentheses) with specific feedback.
Then I went to the Form View for the question and set the feedback:
- Correct to %Correct_Feedback%
- Incorrect to %Incorrect_Feedback%
- And Try Again to %Try_Again%
If you type a variable name and enclose in percentage marks the text on the screen will show the text the variable is set to.
If you have more than one question you can re-use the variables and copy and paste the triggers on the base layer of the question. Just edit the text in parentheses for each scenario. The variable is reset each time the page starts.
It is easier to see than explain. See the attached file.
כולם משתני טקסט.
• מגדר
• משוב נכון
• משוב_שגוי
• נסה שוב
יש לי כפתור לזכר ועוד אחד לנקבה. כאשר הלומד לוחץ על אחד מהלחצנים הללו, המשתנה מגדר מוגדר לזכר או נקבה.
בשקופית השאלות, יש לי 6 טריגרים כדי לשלוט באיזה משוב יוצג.
כאשר ציר הזמן בשכבת הבסיס של שקף השאלה מתחיל:
• הגדר את Correct_Feedback ל-(משוב זכר) IF Gender = Male
• הגדר את Correct_Feedback ל-(משוב נשית) IF Gender = Female
• הגדר את Incorrect_Feedback ל-(משוב זכר שגוי) IF Gender = Male
• הגדר את Incorrect_Feedback ל-(משוב שגוי) IF Gender = Female
• הגדר את Try_Again ל-(Male Try Again) IF Gender = Male
• הגדר את Try_Again ל-(Female Try Again) IF Gender = Female
עבור כל טריגר למעלה, החלף את המילים בסוגריים במשוב ספציפי.
לאחר מכן הלכתי לתצוגת הטופס עבור השאלה והגדרתי את המשוב:
• תקן ל-%Correct_Feedback%
• שגוי ל-%Incorrect_Feedback%
• ונסה שוב ל-%Try_Again%
אם תקליד שם משתנה ותכלול בסימני אחוזים, הטקסט על המסך יציג את הטקסט שאליו המשתנה מוגדר.
אם יש לך יותר משאלה אחת תוכל לעשות שימוש חוזר במשתנים ולהעתיק ולהדביק את הטריגרים בשכבת הבסיס של השאלה. פשוט ערוך את הטקסט בסוגריים עבור כל תרחיש. המשתנה מתאפס בכל פעם שהדף מתחיל.
קל יותר לראות מאשר להסביר. ראה את הקובץ המצורף.