// JavaScript Document

var text = new Array()

text[0] = '"Hossein is a very effective instructor. I feel that I benefited greatly from my introductory Moodle session. I look forward to our next session in order to explore some of the more advanced features of Moodle. Thank you ACC for your assistance and support, I look forward to using Moodle next semester (for the first time)." -AUB faculty member'

text[1] = '"The visit was extremely helpful since it is the first time I got exposed to Moodle. Rabih did an excellent job in explaining it, meticulously, and in very good manners." -AUB faculty member'

text[2] = '"Wissam did an excellent job in making sure that my exam will run smoothly. Thanks." -AUB faculty member'

text[3] = '"I DO thank Ms Rayane Fayed for her promptness, dexterity and readiness to answer in full details my questions as well as explain the goals behind each step to be undertaken. I had a fully constructive session. Thanks." -AUB faculty member'

text[4] = '"The visit was totally satisfying and added much to my knowledge." -AUB faculty member'

text[5] = '"I was surprised at the prompt response I got from the ACC. I was expecting a wait of about one week or at least four or five days. Instead, they were able to send me someone the next day. That was great." -AUB faculty member'

text[6] = '"The visit was very useful and tailored exactly to my needs. I am truly appreciative of the efforts of the ACC group." - AUB faculty member'

text[7] = '"I received from Maher a nice and clear introduction to Moodle; the subject was new to me and he helped me in learning the basics; I am now able to start using Moodle in preparing my courses, and I am very enthusiastic about the possibilities it offers." -AUB faculty member'
	
text[8] = '"This tool [Web Conferencing] was extremely beneficial in allowing participation in a dissertation defense at a distance.  I truly appreciate the help of Rabih in getting connected and learning how to use the tool.  He also was willing to stay on and assist in whatever problems came up. A wonderful resource, thanks." -AUB faculty member'

text[9] = '"Very efficient and helpful. Thank you for the continuous help you always give us." -AUB faculty member'

text[10] = '"Well done! The session was clearly structured, and all questions were answered in a satisfactory way." -AUB faculty member'

text[11] = '"Very nice tutoring session in general with very helpful feedback. Thank you!" -AUB faculty member'

text[12] = '"Very efficient, useful, did not do things in my place, guided me, which is good because it means that i learned how to do things on my own." -AUB faculty member'

text[13] = '"Extremely helpful & clear follow-up session. Very patient ACC staff! Thanks a million, as always." -AUB faculty member'

text[14] = '"It was very efficient and a good learning experience. Hossein is very professional and knowledgeable and answered my questions clearly. He also mentioned the other advantages and venues that I can use through ACC." -AUB faculty member'

text[15] = '"It was enlightening and extremely helpful :) I discovered things I never knew about especially in Moodle. I can say that this session has simplified my work as an instructor when it comes to assigning tasks for students and communicating with them easily." -AUB faculty member'

text[16] = '"It was good to see how flexible the staff members are in terms of brainstorming new ideas and investigating questions not already in their past experience.  I encourage this spirit and hope it remains part of the ACC culture." -AUB faculty member'

text[17] = '"Again, thank you for this great idea!! You at ACC keep on invigorating us with new additions that make education a thrilling experience!" -AUB faculty member'

text[18] = '"Pleasant, punctual, and very helpful. Took the time to explain different features and explained very clearly. The session was extremely helpful. Thank you for providing this service." -AUB faculty member'

text[19] = '"Could not be better. Very well organized team. Thanks." -AUB faculty member'

text[20] = '"Rayane is highly proficient. She can customize her support to individual needs while anticipating specific help needed." -AUB faculty member'

text[21]= '"Highly qualified, pleasant and efficient. Goes out of his way to provide help." -AUB faculty member'

text[22] = '"It was an excellent session. I learned a lot. Looking forward to other sessions." -AUB faculty member'

text[23] = '"Outstanding!! Thanks!" -AUB faculty member'

text[24] = '"Excellent! We are so lucky to have such wonderful support." -AUB faculty member'

text[25] = '"All my needs were fulfilled, trainer was knowledgeable and courteous and was able to answer all my questions. At the end of this session I feel comfortable using Moodle." -AUB faculty member'

text[26] = '"It was an excellent workshop (all levels) I enjoyed all of them and I really look forward to attend other workshops." -AUB faculty member'

text[27] = '"Everything is excellent, keep up the good work... Thank you!" -AUB faculty member'

text[28] = '"The workshop was very well-organized and professionally facilitated. Very good overall..." -AUB faculty member'

text[29] = '" Very patient and a real gentleman. His explanations are very clear, he invests time and makes things appear very interesting. The outcome is that one wants to invest more time learning and incorporating more IT in teaching." -AUB faculty member'

text[30] = '"This session was very helpful and fruitful. The information provided is expected to help us device a database for the physicians research profiles in an accurate and efficient way." -AUB faculty member'

text[31] = '"This is my first visit to ACC, the main purpose was to learn about moodle. My instructor, Ms. Rayan gave me all her time and attention, she has demosntrated a high level of professionalism, she is very well informed about what she is teaching , patient and organized. I wish we knew that moodle is a basic requirement for the Melon course for I feel that I need a lot practice about moodle. Thank you very much for your assisstance." -AUB faculty member'

text[32] = '"The assistant is very helpful, he explains every detail and answers all questions patiently. Thank you a lot!" -AUB faculty member'

text[33] = '"The visit was very useful and explanations were clear and precise. I have to book another session to learn how to navigate with Moodle. Maybe I would have prefered to do it all at once (moodle + turnitin + how to navigate the program). thanks a lot !" -AUB faculty member'





var j = 0
var p = text.length;

function writeText() 
{
	document.write(text[whichText]);
}

var whichText = Math.round(Math.random()*(p-1));
