Wikiverscript/Problem Statement
From Wikiversity
|
Problem Statement [edit]
What is Wikiverscript? It is proposed to be a scripting language for students and teachers who want to use Wikiversity without struggling so much with its technicalities.
For example, in creating a template, students and teachers should not struggle with something like this:
{{#if: arg1 | arg2 | arg3 }}
Instead, they should be able to work with something like this:
ifempty arg1 then arg3 else arg2
The ultimate goal for the Wikiverscript is to help students, teachers spend more time with the learning, teaching here at Wikiversity and less time with the learning curve.
Proposed Activities [edit]
Students can use Wikiverscript to speed up your work here at Wikiversity. Teachers can create a Wikiverscript task as part of a your class project. You can also participate in one of the Wikiverscript improvement projects. How to get started