by Christine Williams.
Looking for the same thing. I am wanting to allow students to graph their own progress for the course, unit by unit, quiz by quiz etc.
I'm using Twiddla, where I upload my own graph in PDF form.
Then I can direct students to my twiddla class, and they can add the lines/figures.
Now I'm working to embed the Twiddla graph directly into a moodle activity:
- Create a new label
- Go to the page content
- switch to HTML
- key in the class link as an IFRAME item - looks like this:
<p><iframe src="http://www.twiddla.com/XXXXXXXX" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""" frameborder="0" height="1000" width="1000"></iframe></p><p>Twiddla</p>
Where XXXXXXXXX = the name of our course.
Then the page shows up directly in the moodle site, and students can add their own input of any kind to the existing document or graph.
Only problem -- I want EACH student to have their OWN Graph. Now sure how to work that.