{"id":46,"date":"2010-01-13T17:01:46","date_gmt":"2010-01-14T01:01:46","guid":{"rendered":"https:\/\/blogs.ubc.ca\/jwhitehead\/?page_id=46"},"modified":"2010-04-18T15:20:43","modified_gmt":"2010-04-18T23:20:43","slug":"course-site","status":"publish","type":"page","link":"https:\/\/blogs.ubc.ca\/jwhitehead\/course-site\/","title":{"rendered":"Course Site"},"content":{"rendered":"<p>You can find my Moodle course at <a href=\"http:\/\/moodle.met.ubc.ca\/course\/view.php?id=126\" target=\"_blank\">http:\/\/moodle.met.ubc.ca\/course\/view.php?id=126<\/a>.<\/p>\n<h4>The Set-up<\/h4>\n<p><a href=\"https:\/\/blogs.ubc.ca\/jwhitehead\/2010\/02\/08\/moodle\/#content\">Read my first reflection on setting up a moodle site.<\/a><\/p>\n<p>Setting up the LMS was straight forward except I wasn&#8217;t sure what to name the course site. I named the course site with my name so it would be easy for peers\/prof to find it. In a real situation, I would name the site with a course code and title.<\/p>\n<p>I originally locked the course. I was exploring the settings and set up an enrollment key. This caused issues when my professor tried to see my quiz. I remember seeing other courses that I couldn&#8217;t get into but I didn&#8217;t clue in that others couldn&#8217;t get into mine.<br \/>\nDooh!<\/p>\n<h4>Splash Page<\/h4>\n<p>I am a PhotoShop user so I absolutely loved the chance to make a photo-montage for my splash page. It took quite a few hours to create but I enjoyed every moment. The montage has 12 separate images. I use a mask and opacity setting for each image to get the layered effect. I sliced up the image into 8 pieces and exported them and jpegs. For the rollover effect, I increased the opacity for the 3 images I wanted to highlight and then exported them. Of course, the interaction caused me headaches. Here is a list (in order) of what I did to make the image rollovers work &#8230; and how it turned out:<\/p>\n<ol>\n<li><strong>Internal javascript (js)<\/strong><br \/>\n<em>Action<\/em>: I used Dreamweaver&#8217;s built in image rollover feature.<br \/>\n<em>Moodle Reaction<\/em>: Moodle deleted the javascript and only left me with some text. I got the montage but no rollover<br \/>\n<em>Possible Reason<\/em>: Internal javascript can only live in the head element of html. Moodle only lets you add to the body.<\/li>\n<li><strong>External javascript (js)<\/strong><br \/>\n<em>Action<\/em>: I put all the javascript that resided in the head element and put it into an external js file<br \/>\n<em>Moodle Reaction<\/em>: I got the montage but no rollover<br \/>\n<em>Possible Reason<\/em>: I rarely use external js files so I probably call the function incorrectly. I looked at several tutorials and tried several times to get it to work.<\/li>\n<li><strong>HTML and CSS<\/strong> version 1.0<br \/>\n<em>Action<\/em>: I explored a couple of CSS web sites and found\u00a0 some simple html and css code.<br \/>\n<em>Moodle Reaction<\/em>: My mouse-off images did not appear  even though the mouse-over images did&#8230; very strange. It worked locally but not on moodle.<br \/>\n<em>Possible Reason<\/em>: I don&#8217;t have the fainest idea, so I just moved on.<\/li>\n<li><strong>HTML and CSS<\/strong> version 2.0<br \/>\n<em>Action<\/em>: I uploaded everything (html, css and images) up on my web server. I created an iframe on the moodle splash page and used an absolute path (the web address to the web page on my web server) in the frame.<br \/>\n<em>Moodle Reaction<\/em>: Moodle displayed the GUI with no problems although I do notice that since the images are not preloaded, the browser has a slight delay loading the over images. This is not noticeable locally or from the web page on my server.<\/li>\n<\/ol>\n<p>I personally have never used iframes before so it was a good learning experience.<\/p>\n<p>One of my peers can not see the contents of the iframe. I believe her  service provider (her school) thinks I my website is malicious. I  bet their IT folks just block anything that is in an iframe as a  standard rule of thumb&#8230; not sure but that would be my guess.<\/p>\n<p>For those that can&#8217;t see my GUI on moodle, you can find it at  see the resulting GUI <a href=\"http:\/\/www.jdwwebdesign.com\/masters\/moodle\/page.html\">http:\/\/www.jdwwebdesign.com\/masters\/moodle\/page.html<\/a><\/p>\n<p>I wonder if iframes will work here. Let&#8217;s try it.<br \/>\n<center><iframe loading=\"lazy\" width=\"500\" height=\"525\" src=\"http:\/\/www.jdwwebdesign.com\/masters\/moodle\/page.html\"><\/iframe><\/center><\/p>\n<p>It works!&#8230; but this blog keeps erasing the code. So far I have pasted the iframe element into the HTML 4 times. I do flip back and forth between the &#8216;Visual&#8217; and &#8216;HTML&#8217; tabs while editing. I wonder if that is doing it? Does anyone know?<br \/>\nTechnology is great when it works.<\/p>\n<h4>Using a Moodle Background Image<\/h4>\n<p>Did you notice I use a background image in the iframe that matches the background image of the wood theme in moodle? In the CSS, I use an absolute path to the image which is loaded on the moodle server.<\/p>\n<p>This is how I did it&#8230;<\/p>\n<ol>\n<li>I view the source code of my moodle home page. In the head lies the path (also known as url or address) to the external style sheet for the wood theme.<\/li>\n<li>I type the path into the address bar of the browser and go to the location. The external CSS appears in the browser window.<\/li>\n<li>I then read the CSS and find the url of the background image. There are 5 backgrounds images for the wood theme. The paths are relative  so I have to figure out where the images are on the moodle site (what folders they are in).<\/li>\n<li>I change the url in the address bar of the browser to call the image and poof, the image appears in the browser. I could have taken the image but why, when it is already on the site. I merely use the absolute url and put it in my external css.<\/li>\n<\/ol>\n<p>I know this sounds confusing but it is really quite simple to do as long as you know how to read HTML&amp;CSS and understand relative &amp; absolute paths. WYSIWYGs are not always the easiest ways of doing things. I find they restrict you and your abilities to figure things out. People are often in a hurray and want the quick fix. When you take the time to learn to do something properly, it ends up saving you time in the long run<\/p>\n<h4>Time Released Module<\/h4>\n<p>The time released module isn&#8217;t what I expect. I am an experienced Desire2Learn user so I am expecting the same sort of functionality in Moodle. That is not the case. Since it is my first time using the lesson activity, I use a very basic lesson in my <a href=\"http:\/\/moodle.met.ubc.ca\/mod\/lesson\/view.php?id=5225\" target=\"_blank\">CSS placement review<\/a>  module. I let the user move on to the next page once they have answered a question correctly. The module acts as a review of 3 key concepts in css. The questions are not challenging but they reinforce the concepts and differences of external, internal and embedded styles.  I tried to include my Links video, (the same video in the HTML &#038; CSS module) but I was having trouble getting the embedded object to work. I tried using an iframe as I did with the splash page but it was a no go.<\/p>\n<h4>HTML and CSS Modules<\/h4>\n<p>I reflect on these modules in my posting <a href=\"https:\/\/blogs.ubc.ca\/jwhitehead\/2010\/03\/14\/addicted\/#content\">Addicted to Moodle<\/a>. Basically,\u00a0 the File Management module is completely contained inside moodle and the HTML &amp; CSS module is linked to an external site. I wanted to see the challenges of both ways of doing things. The linking to the external site was the easiest but moodle can&#8217;t track the students progress. I can&#8217;t tell if the student visited all the pages. The internal module was more time consuming. I built it externally first and then uploaded the files into moodle. I have to play with the external css to make the colours work. Obviously the colours for the external module do not work at all. The external module does contain a couple of videos that I made with Camtasia studio. Loading videos on moodle is problematic due to the file size restrictions.<\/p>\n<h4>Discussion forum<\/h4>\n<p>I have built several discussion forums but only 2 are built for groups.<\/p>\n<ol>\n<li> The Group Wiki Discussions. <br \/>Each group can only see their own group, the other group discussions are invisible. The wiki is built for group presentations so giving a group their own discussion area helps facilitate the team building outside of the public wiki<\/li>\n<li>Most useful CSS properties Forum. <br \/>Each group works in their own group, but can also see the other groups discussions.<\/li>\n<\/ol>\n<p> I did manage to populate the groups with people. <\/p>\n<h4> Asynchronous Activity<\/h4>\n<p>I use a wiki for an asynchronous, <a href=\"http:\/\/moodle.met.ubc.ca\/mod\/wiki\/view.php?id=4066\" target=\"_blank\">Digital Literacy JigSaw<\/a> . I found the wiki easy to set up but definitely different from other wikis. I tried a blog 1st with no luck. I noticed other classmates tried as well but no one had success. I think it is because the way moodle is set up for our ETEC 565 class. <\/p>\n<h4>Overall<\/h4>\n<p>Building a course site on moodle is great experience. Not only does it help the resume but it gives me the chance to see how other LMSs work. I now have experience and can build courses on Desire2Learn, WebCT and Moodle. The hands on experience let me explore and try several different things. I often failed and had to redo things. Failing always helps me problem solve and when I problem solve I learn so much more.  I would rather do and fail than talk about &#8220;doing&#8221;.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can find my Moodle course at http:\/\/moodle.met.ubc.ca\/course\/view.php?id=126. The Set-up Read my first reflection on setting up a moodle site. Setting up the LMS was straight forward except I wasn&#8217;t sure what to name the course site. I named the course site with my name so it would be easy for peers\/prof to find it. [&hellip;]<\/p>\n","protected":false},"author":899,"featured_media":0,"parent":0,"menu_order":3,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-46","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blogs.ubc.ca\/jwhitehead\/wp-json\/wp\/v2\/pages\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.ubc.ca\/jwhitehead\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blogs.ubc.ca\/jwhitehead\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.ubc.ca\/jwhitehead\/wp-json\/wp\/v2\/users\/899"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.ubc.ca\/jwhitehead\/wp-json\/wp\/v2\/comments?post=46"}],"version-history":[{"count":32,"href":"https:\/\/blogs.ubc.ca\/jwhitehead\/wp-json\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":228,"href":"https:\/\/blogs.ubc.ca\/jwhitehead\/wp-json\/wp\/v2\/pages\/46\/revisions\/228"}],"wp:attachment":[{"href":"https:\/\/blogs.ubc.ca\/jwhitehead\/wp-json\/wp\/v2\/media?parent=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}