Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

You could provide Automateaching as a set of modules the user must install locally and then run simple commands like submit --file mysolution.pl, markme, get-more-assignments, pay-course-fees to progress and finally graduate. (example: NYTProf requires to have a module installed and run a few command line utilities to get job done. Or git with all its cli git functionality - especially if you envision a web interface requiring central db, credentials, competitions). The assignments can still be self-contained, independent files, but you will make sure the user has all the Test and other frameworks installed as well.

Once you do that, of course you can package this functionality into a plugin to an existing integrated development environment (IDE). You can see how an IDE offers git functionality for example and more or less follow that.

I always liked building a large system using small utilities specialising in something small. Just like Unix. Then you can glue things together using scripts or the IDE plugin.

So, if I may, one could start with 1) a Makefile to check on required modules, 2) an assignment/lesson file format (which can also include multimedia, slides, code), 3) a small perl script to request a first assignment, have it downloaded (with credentials perhaps), 4) a small perl script to mark a solution, 5) a way to present the lesson and its multimedia - a web browser perhaps?.

Providing an exam-like environment so schools can use to have IT exams would also be a great selling (I mean "selling") point.

bw, bliako


In reply to Re: Perl Automateaching -- part 1: brainstorming by bliako
in thread Perl Automateaching -- part 1: brainstorming by Discipulus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-25 02:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found