Jump to content

Recommended Posts

Posted

Hi all,

 

We've got controlled assessments coming up and for some subjects that means disabling the proofing tools (both spell check and grammar check). Does anybody know how to do this using the Office 2007 Administrative Templates and Group Policy?

 

I've looked for the obvious disable proofing tools but that hasn't yielded anything helpful...any suggestions?

 

Thanks in advance guys,

 

Jonathan

Posted

i apply this policy to users i need to kill spell check on just using the office/word 2007 adm (cant remember which)

 

http://www.stedscarpics.net/edugeek/killspell.jpg

Posted
On the ones requiring spell and grammar check removal we just gave them Wordpad. We haven't come across any subjects that need more than that yet.
Posted
On the ones requiring spell and grammar check removal we just gave them Wordpad. We haven't come across any subjects that need more than that yet.

 

As quoted, we give students laptops with only Wordpad available.

Simon

Posted

I should elaborate and say that we set up specific profiles that the students use and all work is saved onto a USB drive. That way we are not uninstalling and reinstalling software and the accounts can be used anywhere in the school. The teaching staff tell us what is to be made available and when. We enable the relavant account and give the teachers the login and password. As soon as the session is finished we disable the account.

 

Just realised - going off topic slightly - sorry :)

  • 1 year later...
Posted
For those who were using Wordpad like us, the latest exam board specifications for Word Processors has scuppered that. You need to create scripts using 12pt (ok) and in double line spacing (not ok). So we're now going with Word 2010 and I'm back to investigating ways of fully disabling the spell checker. Not easy.
  • 6 months later...
  • 3 months later...
Posted
For those who were using Wordpad like us, the latest exam board specifications for Word Processors has scuppered that. You need to create scripts using 12pt (ok) and in double line spacing (not ok). So we're now going with Word 2010 and I'm back to investigating ways of fully disabling the spell checker. Not easy.

RTF files are just standard text files (not binary files) and it's very easy to automatically insert the 'double spaced' command into the file. Open it with notepad for example, and you will see a \pard command near the beginning of the text file. Just add something like \sl580 after this. Here's an example:

{\rtf1\ansi\ansicpg1252\deff0\deflang2057\deflangfe2057{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.21.2509;}\viewkind4\uc1\pard\nowidctlpar\sl580\f0\fs20 Now is the time for all good men to come to the aid of their country.  The quick brown fox jumped over the lazy dogs.\par
}

 

You could also pre-create an empty document with the right font and line spacing (ie, a template) and it will stay in the document when saved.

 

You could also use a linux utility like sed to do this for you automatically. Not sure though if you may legally change the document (eg, enforce font & spacing) after the student hands it in. Seems innocuous to me, but YMMV.

 

Adjust the '580' to your taste. I didn't look it up but it is probably a point fraction or something like that. You could create your template in Word, open it in WordPad and resave it and see what \sl value you require.

 

Hope this helps :-)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...