Knowls

From WeBWorK_wiki
Revision as of 19:03, 3 June 2014 by Gage (talk | contribs)
Jump to navigation Jump to search

Knowls


This code fragment shows how to apply a javascript-enabled popup bit of knowledge (a knowl).

Problem Techniques Index

PG problem file Explanation

$PAR
Here is a knowl
\{ knowlLink("click me", value=>'This is the inside of a knowl.  If you click again, I will go away') \}
$PAR

$PAR
Here is another knowl
\{ knowlLink("click me", url=>'url_of_file_with_information') \}
$PAR

Instead of specifying a value, you can specify the url of a file with html in it, and that html will appear in the knowl. Then you can use one file in multiple places.

Templates by Subject Area


Problem Techniques Index