script
Drupal Champion | Calliere Group
Our client is in need of a dynamic, motivated and talented web developer who is either starting their career and wants to create a portfolio, or someone with a bit of experience looking to work in a fast paced, creatively exciting company with great opportunity.
quiz questions bulk import script
As a student representing my college, I am organizing an online quiz on open source for a group of five colleges on 18 April 2009 which has more than 100 questions. I was lazy to upload question manually one by one so i wrote a quiz_questions_import script based on this article http://acquia.com/blog/migrating-drupal-way-part-i-creating-node. Bulk question import is a something often often asked feature in quiz issue queue so like to share this script with you guys here.
quiz_questions_import.php
<?php
require 'includes/bootstrap.inc';
Do you collect code scripts?
Module Development - Replace our Standalone PHP Script with a Drupal Module | Fellowship International Mission
I need some help running from all our custom stuff to the strength and flexibility that Drupal provides. :-)
This is a one-time job for a 501c3 non-profit. I expect it is pretty simple for someone who knows their way around Drupal 6 module development. We have a PHP script that handles the distribution of a certain report individually to our people worldwide. Each person gets a custom version of the report. The report is uploaded to the server from this end with a predictable name that also identifies the user through a private key stored in the database and associated with the user. No user should be able to see any other users reports with the exception for users of a certain role. (This would be an enhancement of the current script.) Also, no user should be able to do anything, but view these reports. The ideal solution would provide the files through CCK Filefield so that I can create views on these reports as seems appropriate at the time and can integrate them into views that include other files.



