Designing and developing an front end interface for examination pages.
Budget: $30 – $250 USD
איפיון
גרסה - 001
תאריך- 28.03.19
מטרה
מטרת הפתרון הינה הוספת תמיכה במבנה של שאלה אחת בדף, במבחן רב-ברירה, בנוסף למבנה הקיים.
רקע
הפיתוח יבוצע בדפי HTML שנכללים כחלק מתוכנת EXAM, שפותחה ע"י נרקיס מערכות, ומשמשת ליצירה וביצוע מבחני רב-ברירה שמבוצעים באינטרנט.
בגרסה הנוכחית, השאלון במבחן מיושם כך שכל השאלות (והתשובות) נמצאות בדף (HTML) אחד.
דף זה נוצר אוטומטית ע"י התוכנה באמצעות שילוב של קובץ תבנית ונתונים שמשולבים בתוכו.
הפיתוח שנדרש יתמוך בכל מה שקיים בגרסה הנוכחית, ויאפשר תמיכה במבנה של שאלה אחת בדף
בנוסף לשיטה הקיימת שבה כל השאלות בדף אחד.
השיטה שתבחר תקבע לפי ערך של variable שייכלל ב-Script שיוצג בראש הדף.
Var StructType = 1/0;
0 – old structure
1 – New structure
הערה
כאמור, דפי ה-HTML של היישום נוצרים באופן דינמי ע"י היישום באמצעות קבצי תבנית , ולפיכך יש לבצע את השינויים הדרושים בקבצים אלה ולא בקבצי ה-HTML שמוצגים למשתמש.
הפעלת היישום
http://63.32.87.120/exam/logon.html
1234
055642912
עיצוב ופיתוח
This task is the first step in converting a examination software to the internet.
In the current version there are 2 types of template pages:
1. For textual questions - Each question include a text question and 1-9 optional text answers
2. For graphical questions - Each question include an image question and 1-9 optional text answers.
In both types all the questions displayed in one page .
The new version will continue to support all the options of the current versions but with the following
changes:
a. The questions will also displayed one by one , Meaning one question per page.
(the option that will be chosen will depend on a trigger JS variable that will be set in real
time by the application.
This option will include a pagination that will support all the navigation options:
including Next question, Previous question, First, Last and question number NN.
See example at https://www.youtube.com/watch?v=_JROk5xdgQs
Notices:
1. When the application is running it fills the template page with all the data necessary for the exam (question, answers etc.)
2. There is no need to send data to the server (in this step)
3. The page should support all standard browsers
4. The page should support responsibility
5. The page should support RTL and LTR
גרסה - 001
תאריך- 28.03.19
מטרה
מטרת הפתרון הינה הוספת תמיכה במבנה של שאלה אחת בדף, במבחן רב-ברירה, בנוסף למבנה הקיים.
רקע
הפיתוח יבוצע בדפי HTML שנכללים כחלק מתוכנת EXAM, שפותחה ע"י נרקיס מערכות, ומשמשת ליצירה וביצוע מבחני רב-ברירה שמבוצעים באינטרנט.
בגרסה הנוכחית, השאלון במבחן מיושם כך שכל השאלות (והתשובות) נמצאות בדף (HTML) אחד.
דף זה נוצר אוטומטית ע"י התוכנה באמצעות שילוב של קובץ תבנית ונתונים שמשולבים בתוכו.
הפיתוח שנדרש יתמוך בכל מה שקיים בגרסה הנוכחית, ויאפשר תמיכה במבנה של שאלה אחת בדף
בנוסף לשיטה הקיימת שבה כל השאלות בדף אחד.
השיטה שתבחר תקבע לפי ערך של variable שייכלל ב-Script שיוצג בראש הדף.
Var StructType = 1/0;
0 – old structure
1 – New structure
הערה
כאמור, דפי ה-HTML של היישום נוצרים באופן דינמי ע"י היישום באמצעות קבצי תבנית , ולפיכך יש לבצע את השינויים הדרושים בקבצים אלה ולא בקבצי ה-HTML שמוצגים למשתמש.
הפעלת היישום
http://63.32.87.120/exam/logon.html
1234
055642912
עיצוב ופיתוח
This task is the first step in converting a examination software to the internet.
In the current version there are 2 types of template pages:
1. For textual questions - Each question include a text question and 1-9 optional text answers
2. For graphical questions - Each question include an image question and 1-9 optional text answers.
In both types all the questions displayed in one page .
The new version will continue to support all the options of the current versions but with the following
changes:
a. The questions will also displayed one by one , Meaning one question per page.
(the option that will be chosen will depend on a trigger JS variable that will be set in real
time by the application.
This option will include a pagination that will support all the navigation options:
including Next question, Previous question, First, Last and question number NN.
See example at https://www.youtube.com/watch?v=_JROk5xdgQs
Notices:
1. When the application is running it fills the template page with all the data necessary for the exam (question, answers etc.)
2. There is no need to send data to the server (in this step)
3. The page should support all standard browsers
4. The page should support responsibility
5. The page should support RTL and LTR