diff --git a/app/assets/images/embed_list.png b/app/assets/images/embed_list.png new file mode 100644 index 0000000..91b4c53 Binary files /dev/null and b/app/assets/images/embed_list.png differ diff --git a/app/assets/images/embed_question.png b/app/assets/images/embed_question.png new file mode 100644 index 0000000..cfdd543 Binary files /dev/null and b/app/assets/images/embed_question.png differ diff --git a/app/views/help/index.html.erb b/app/views/help/index.html.erb index c4fdc8c..134e820 100644 --- a/app/views/help/index.html.erb +++ b/app/views/help/index.html.erb @@ -11,6 +11,7 @@
For more help with LaTeX consult the tutorial.
-Quadbase supports collaborative efforts by allowing you to create lists where many users can work together. A list is like a shared folder where you can store exercises and allow your collaborators to view and edit them.
+Quadbase supports collaborative efforts by allowing you to create lists where many users can work together. + A list is like a shared folder where you can store exercises and allow your collaborators to view and edit them.
-Creating a new list is simple.
+To create a new list:
You can now add any person with a Quadbase account to your workgroup.
+To populate a list with questions: +To add any person with a Quadbase account as a member of your list:
Want to embed a workable Quadbase question on your webpage or blog? Simply copy and paste +the associated embed code to your own site.
+ +<%=image_tag("embed_question.png", {:border => 1, :width => "75%", + :title => "Embed a question"})%>
+When you embed the HTML code, the workable question will also include proper + author attribution. Try it out!
+ diff --git a/app/views/help/topics/_embed_in_LMS.html.erb b/app/views/help/topics/_embed_in_LMS.html.erb new file mode 100644 index 0000000..e2a0ee2 --- /dev/null +++ b/app/views/help/topics/_embed_in_LMS.html.erb @@ -0,0 +1,7 @@ +<%# Copyright 2011-2012 Rice University. Licensed under the Affero General Public + License version 3 or later. See the COPYRIGHT file for details. %> + +Quadbase integrates seamlessly with our online learning platform. Educators can use this + free, easy-to-use platform to deliver study resources, homework and tests to + students. Learn more.
diff --git a/app/views/help/topics/_practice_widget_help.html.erb b/app/views/help/topics/_practice_widget_help.html.erb new file mode 100644 index 0000000..f99fc6d --- /dev/null +++ b/app/views/help/topics/_practice_widget_help.html.erb @@ -0,0 +1,21 @@ +<%# Copyright 2011-2012 Rice University. Licensed under the Affero General Public + License version 3 or later. See the COPYRIGHT file for details. %> + +Use our Practice Widget to embed multiple Quadbase questions into any web page. To use +the Practice Widget, you must first populate a list with questions. For more information about +creating lists, go here. + +
<%=image_tag("embed_list.png", {:border => 1, :width => "75%", + :title => "Embed a question"})%>
+The Practice Widget will include all questions from the list. Try it out!
+ + diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 440b761..de44202 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -36,7 +36,7 @@ Easily use questions in tests and homeworks, or embed in your online learning platform.All content in the Quadbase repository is licensed under the + Creative Commons Attribution + license (CC-BY). This license makes it easy to use, share, and reuse questions legally, + as long as the original authors are given credit. For general legal questions about + use of Quadbase content, please go here. +
+ +Quadbase supports several options for embedding questions in your learning resources. + These features make it easy to give students practice problems, while also automatically + crediting the original authors. Choose from the following options:
+ +<%= link_to "Embed questions in an online learning platform", "#LMS" %>