Hello Peter
I would be interested to do it the way you suggest, since with my actual solution I still have to create 200 pages by hand. And it seems to work but probably one could find an even nicer way of doing it.

Actually in PHP-logic (the only programming language I know) I would do it (probably not the most elegant way...) like that:

for ($topicarea = 1; $topicarea <= 5; $topicarea++)
{
    for ($questionnumber = 1; $questionnumber <= 200; $questionnumber++)
    {
echo 'topic area '.$topicarea.', question number '.$questionnumber.': ';
        (:pagelist "[[#answer-$topicarea-$questionnumber]]":)
    }
}


Markus

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to