שילוב שאלות בתוך טקסט

שילוב שאלות בתוך טקסט

על ידי לילך אורפלי בתאריך
מספר תגובות: 1

שלום לכולם !

כיצד ניתן לשלב שאלה מתוך מאגר השאלות שלי בתוך טקסט במודל?

האם ניתן להעתיק את ה- HTML של השאלה וזה יעבוד?

יש דרך יותר קלה לעשות זאת?

תודה !

ספירת הדרוגים: -
בתגובה ל: לילך אורפלי

תשובה ל: שילוב שאלות בתוך טקסט

על ידי Nadav Kavalerchik בתאריך

קיים מסנן (FILTER) המאפשר שיבוץ של שאלה מתוך מאגר השאלות, במצב תצוגה מקדימה בלבד! ולצורך תרגול וללא שמירה של ציון. בשם QST

קישור להורדה והתקנה שלו בספריית FILTER של מערכת המוודל שלכם.

לאחר שהוא מותקן, יש להשתמש בתחביר הבא: (כפי שמופיע בתוך קובץ ה README של התוסף)

(דומה לכתיבה של ויקי) הדגשתי את התחביר...

// This filter allows you to display a single question from
// the "question bank".
//
// Syntax for videos is:
// where:
// q: acronym of "question", must be always present.
// course_id: you can see it when you hover with the mouse pointer over the
// question's preview icon in the quesion bank page.
// question_id: you can see it when you hover with the mouse pointer over the
// question's preview icon in the quesion bank page.
// height : height of the frame that is embeded inside the resource's page.
// width : width of the frame that is embeded inside the resource's page.
// title: free text to be displayed before the quesiotn's frame
//